|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthenticationHandler | |
|---|---|
| org.jasig.cas.authentication | Authentication validates the Credentials provided during a /login request. |
| 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 AuthenticationHandler in org.jasig.cas.authentication |
|---|
| Methods in org.jasig.cas.authentication that return AuthenticationHandler | |
|---|---|
AuthenticationHandler |
DirectMappingAuthenticationManagerImpl.DirectAuthenticationHandlerMappingHolder.getAuthenticationHandler()
|
| Methods in org.jasig.cas.authentication that return types with arguments of type AuthenticationHandler | |
|---|---|
protected AbstractAuthenticationManager.Pair<AuthenticationHandler,Principal> |
LinkedAuthenticationHandlerAndCredentialsToPrincipalResolverAuthenticationManager.authenticateAndObtainPrincipal(Credentials credentials)
|
protected AbstractAuthenticationManager.Pair<AuthenticationHandler,Principal> |
DirectMappingAuthenticationManagerImpl.authenticateAndObtainPrincipal(Credentials credentials)
|
protected AbstractAuthenticationManager.Pair<AuthenticationHandler,Principal> |
AuthenticationManagerImpl.authenticateAndObtainPrincipal(Credentials credentials)
|
protected abstract AbstractAuthenticationManager.Pair<AuthenticationHandler,Principal> |
AbstractAuthenticationManager.authenticateAndObtainPrincipal(Credentials credentials)
Follows the same rules as the "authenticate" method (i.e. |
| Methods in org.jasig.cas.authentication with parameters of type AuthenticationHandler | |
|---|---|
void |
DirectMappingAuthenticationManagerImpl.DirectAuthenticationHandlerMappingHolder.setAuthenticationHandler(AuthenticationHandler authenticationHandler)
|
| Method parameters in org.jasig.cas.authentication with type arguments of type AuthenticationHandler | |
|---|---|
void |
AuthenticationManagerImpl.setAuthenticationHandlers(java.util.List<AuthenticationHandler> authenticationHandlers)
|
| Constructor parameters in org.jasig.cas.authentication with type arguments of type AuthenticationHandler | |
|---|---|
LinkedAuthenticationHandlerAndCredentialsToPrincipalResolverAuthenticationManager(java.util.Map<AuthenticationHandler,CredentialsToPrincipalResolver> linkedHandlers)
|
|
| Uses of AuthenticationHandler in org.jasig.cas.authentication.handler |
|---|
| Subinterfaces of AuthenticationHandler in org.jasig.cas.authentication.handler | |
|---|---|
interface |
NamedAuthenticationHandler
Offers AuthenticationHandlers a way to identify themselves by a user-configured name. |
| Uses of AuthenticationHandler in org.jasig.cas.authentication.handler.support |
|---|
| Classes in org.jasig.cas.authentication.handler.support that implement AuthenticationHandler | |
|---|---|
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 |
HttpBasedServiceCredentialsAuthenticationHandler
Class to validate the credentials presented by communicating with the web server and checking the certificate that is returned against the hostname, etc. |
class |
JaasAuthenticationHandler
JAAS Authentication Handler for CAAS. |
class |
SimpleTestUsernamePasswordAuthenticationHandler
Simple test implementation of a AuthenticationHandler that returns true if the username and password match. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||