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

Packages that use PrincipalNameTransformer
org.jasig.cas.authentication.handler The handler package contains the classes used to authenticate a user. 
org.jasig.cas.authentication.handler.support Authentication.support contains the specific implementations of the AuthenticationHandler interface. 
 

Uses of PrincipalNameTransformer in org.jasig.cas.authentication.handler
 

Classes in org.jasig.cas.authentication.handler that implement PrincipalNameTransformer
 class NoOpPrincipalNameTransformer
          Simple implementation that actually does NO transformation.
 class PrefixSuffixPrincipalNameTransformer
          Transform the user id by adding a prefix or suffix.
 

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

Methods in org.jasig.cas.authentication.handler.support that return PrincipalNameTransformer
protected  PrincipalNameTransformer AbstractUsernamePasswordAuthenticationHandler.getPrincipalNameTransformer()
           
 

Methods in org.jasig.cas.authentication.handler.support with parameters of type PrincipalNameTransformer
 void AbstractUsernamePasswordAuthenticationHandler.setPrincipalNameTransformer(PrincipalNameTransformer principalNameTransformer)
           
 



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