public final class RememberMeAuthenticationMetaDataPopulator extends Object implements AuthenticationMetaDataPopulator
| Constructor and Description |
|---|
RememberMeAuthenticationMetaDataPopulator() |
| Modifier and Type | Method and Description |
|---|---|
Authentication |
populateAttributes(Authentication authentication,
Credentials credentials)
Provided with an Authentication object and the original credentials
presented, provide any additional attributes to the Authentication
object.
|
public RememberMeAuthenticationMetaDataPopulator()
public Authentication populateAttributes(Authentication authentication, Credentials credentials)
AuthenticationMetaDataPopulatorpopulateAttributes in interface AuthenticationMetaDataPopulatorauthentication - The Authentication to potentially augment with
additional attributes.Copyright © 2004-2012 Jasig. All Rights Reserved.