Uses of Interface
org.jasig.cas.authentication.handler.NamedAuthenticationHandler

Packages that use NamedAuthenticationHandler
org.jasig.cas.authentication.handler.support Authentication.support contains the specific implementations of the AuthenticationHandler interface. 
 

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

Classes in org.jasig.cas.authentication.handler.support that implement NamedAuthenticationHandler
 class AbstractPreAndPostProcessingAuthenticationHandler
          Abstract authentication handler that allows deployers to utilize the bundled AuthenticationHandlers while providing a mechanism to perform tasks before and after authentication.
 class AbstractUsernamePasswordAuthenticationHandler
          Abstract class to override supports so that we don't need to duplicate the check for UsernamePasswordCredentials.
 class JaasAuthenticationHandler
          JAAS Authentication Handler for CAAS.
 class SimpleTestUsernamePasswordAuthenticationHandler
          Simple test implementation of a AuthenticationHandler that returns true if the username and password match.
 



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