org.jasig.cas.authentication.principal
Class RememberMeAuthenticationMetaDataPopulator
java.lang.Object
org.jasig.cas.authentication.principal.RememberMeAuthenticationMetaDataPopulator
- All Implemented Interfaces:
- AuthenticationMetaDataPopulator
public final class RememberMeAuthenticationMetaDataPopulator
- extends Object
- implements AuthenticationMetaDataPopulator
Determines if the credentials provided are for Remember Me Services and then sets the appropriate
Authentication attribute if remember me services have been requested.
- Since:
- 3.2.1
- Version:
- $Revision: 1.1 $ $Date: 2005/08/19 18:27:17 $
- Author:
- Scott Battaglia
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RememberMeAuthenticationMetaDataPopulator
public RememberMeAuthenticationMetaDataPopulator()
populateAttributes
public Authentication populateAttributes(Authentication authentication,
Credentials credentials)
- Description copied from interface:
AuthenticationMetaDataPopulator
- Provided with an Authentication object and the original credentials
presented, provide any additional attributes to the Authentication
object. Implementations have the option of returning the same
Authentication object, or a new one.
- Specified by:
populateAttributes in interface AuthenticationMetaDataPopulator
- Parameters:
authentication - The Authentication to potentially augment with
additional attributes.
- Returns:
- the original Authentication object or a new Authentication
object.
Copyright © 2004-2013 Jasig. All Rights Reserved.