Uses of Interface
org.jasig.cas.authentication.AuthenticationMetaDataPopulator

Packages that use AuthenticationMetaDataPopulator
org.jasig.cas.authentication Authentication validates the Credentials provided during a /login request. 
org.jasig.cas.authentication.principal Credentials is a marker interface for an opaque object that may be recognized by Handlers and Resolvers. 
 

Uses of AuthenticationMetaDataPopulator in org.jasig.cas.authentication
 

Classes in org.jasig.cas.authentication that implement AuthenticationMetaDataPopulator
 class SamlAuthenticationMetaDataPopulator
          AuthenticationMetaDataPopulator to retrieve the Authentication Type.
 

Method parameters in org.jasig.cas.authentication with type arguments of type AuthenticationMetaDataPopulator
 void AbstractAuthenticationManager.setAuthenticationMetaDataPopulators(java.util.List<AuthenticationMetaDataPopulator> authenticationMetaDataPopulators)
           
 

Uses of AuthenticationMetaDataPopulator in org.jasig.cas.authentication.principal
 

Classes in org.jasig.cas.authentication.principal that implement AuthenticationMetaDataPopulator
 class RememberMeAuthenticationMetaDataPopulator
          Determines if the credentials provided are for Remember Me Services and then sets the appropriate Authentication attribute if remember me services have been requested.
 



Copyright © 2004-2010 Java Architectures Special Interest Group. All Rights Reserved.