Uses of Interface
org.jasig.cas.authentication.principal.CredentialsToPrincipalResolver

Packages that use CredentialsToPrincipalResolver
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 CredentialsToPrincipalResolver in org.jasig.cas.authentication
 

Methods in org.jasig.cas.authentication that return CredentialsToPrincipalResolver
 CredentialsToPrincipalResolver DirectMappingAuthenticationManagerImpl.DirectAuthenticationHandlerMappingHolder.getCredentialsToPrincipalResolver()
           
 

Methods in org.jasig.cas.authentication with parameters of type CredentialsToPrincipalResolver
 void DirectMappingAuthenticationManagerImpl.DirectAuthenticationHandlerMappingHolder.setCredentialsToPrincipalResolver(CredentialsToPrincipalResolver credentialsToPrincipalResolver)
           
 

Method parameters in org.jasig.cas.authentication with type arguments of type CredentialsToPrincipalResolver
 void AuthenticationManagerImpl.setCredentialsToPrincipalResolvers(java.util.List<CredentialsToPrincipalResolver> credentialsToPrincipalResolvers)
           
 

Constructor parameters in org.jasig.cas.authentication with type arguments of type CredentialsToPrincipalResolver
LinkedAuthenticationHandlerAndCredentialsToPrincipalResolverAuthenticationManager(java.util.Map<AuthenticationHandler,CredentialsToPrincipalResolver> linkedHandlers)
           
 

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

Classes in org.jasig.cas.authentication.principal that implement CredentialsToPrincipalResolver
 class AbstractPersonDirectoryCredentialsToPrincipalResolver
           
 class HttpBasedServiceCredentialsToPrincipalResolver
          HttpBasedServiceCredentialsToPrincipalResolver extracts the callbackUrl from the HttpBasedServiceCredentials and constructs a SimpleService with the callbackUrl as the unique Id.
 class UsernamePasswordCredentialsToPrincipalResolver
          Implementation of CredentialsToPrincipalResolver for Credentials based on UsernamePasswordCredentials when a SimplePrincipal (username only) is sufficient.
 



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