| Interface | Description |
|---|---|
| AuthenticationHandler |
Interface for server authentication mechanisms.
|
| CookieSignatureSecretFactory |
| Class | Description |
|---|---|
| AltKerberosAuthenticationHandler |
The
AltKerberosAuthenticationHandler behaves exactly the same way as
the KerberosAuthenticationHandler, except that it allows for an
alternative form of authentication for browsers while still using Kerberos
for Java access. |
| AuthenticationFilter |
The
AuthenticationFilter enables protecting web application resources with different (pluggable)
authentication mechanisms. |
| AuthenticationToken |
The
AuthenticationToken contains information about an authenticated
HTTP client and doubles as the Principal to be returned by
authenticated HttpServletRequests
The token can be serialized/deserialized to and from a string as it is sent
and received in HTTP client responses and requests as a HTTP cookie (this is
done by the AuthenticationFilter). |
| KerberosAuthenticationHandler |
The
KerberosAuthenticationHandler implements the Kerberos SPNEGO authentication mechanism for HTTP. |
| KerberosAuthHandler | |
| MultiMechsAuthenticationHandler | |
| PseudoAuthenticationHandler |
The
PseudoAuthenticationHandler provides a pseudo authentication mechanism that accepts
the user name specified as a query string parameter. |
| Enum | Description |
|---|---|
| MultiMechsAuthenticationHandler.AuthHandlerEnum |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.