| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NoOpPrincipalNameTransformer
Simple implementation that actually does NO transformation.
|
class |
PrefixSuffixPrincipalNameTransformer
Transform the user id by adding a prefix or suffix.
|
| Modifier and Type | Method and Description |
|---|---|
protected PrincipalNameTransformer |
AbstractUsernamePasswordAuthenticationHandler.getPrincipalNameTransformer() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractUsernamePasswordAuthenticationHandler.setPrincipalNameTransformer(PrincipalNameTransformer principalNameTransformer) |
Copyright © 2004-2014 Jasig. All Rights Reserved.