| Interface | Description |
|---|---|
| AuthenticationHandler |
Interface for server authentication mechanisms.
|
| 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 and signer secret providers. |
| AuthenticationToken |
The
AuthenticationToken contains information about an authenticated
HTTP client and doubles as the Principal to be returned by
authenticated HttpServletRequests |
| KerberosAuthenticationHandler |
The
KerberosAuthenticationHandler implements the Kerberos SPNEGO authentication mechanism for HTTP. |
| PseudoAuthenticationHandler |
The
PseudoAuthenticationHandler provides a pseudo authentication mechanism that accepts
the user name specified as a query string parameter. |
Copyright © 2018 CERN. All Rights Reserved.