Uses of Class
org.jasig.cas.authentication.principal.UsernamePasswordCredentials

Packages that use UsernamePasswordCredentials
org.jasig.cas.authentication.handler.support Authentication.support contains the specific implementations of the AuthenticationHandler interface. 
org.jasig.cas.authentication.principal Credentials is a marker interface for an opaque object that may be recognized by Handlers and Resolvers. 
 

Uses of UsernamePasswordCredentials in org.jasig.cas.authentication.handler.support
 

Methods in org.jasig.cas.authentication.handler.support with parameters of type UsernamePasswordCredentials
 boolean SimpleTestUsernamePasswordAuthenticationHandler.authenticateUsernamePasswordInternal(UsernamePasswordCredentials credentials)
           
protected  boolean JaasAuthenticationHandler.authenticateUsernamePasswordInternal(UsernamePasswordCredentials credentials)
           
protected abstract  boolean AbstractUsernamePasswordAuthenticationHandler.authenticateUsernamePasswordInternal(UsernamePasswordCredentials credentials)
          Abstract convenience method that assumes the credentials passed in are a subclass of UsernamePasswordCredentials.
 

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

Subclasses of UsernamePasswordCredentials in org.jasig.cas.authentication.principal
 class RememberMeUsernamePasswordCredentials
          Handles both remember me services and username and password.
 



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