| Class | Description |
|---|---|
| AbstractMaprAuthenticationHandler | |
| AbstractMaprAuthenticator | |
| 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. |
| AuthenticatedURL |
The
AuthenticatedURL class enables the use of the JDK URL class
against HTTP endpoints protected with the AuthenticationFilter. |
| AuthenticatedURL.Token |
Client side authentication token.
|
| AuthenticationException |
Exception thrown when an authentication error occurs.
|
| AuthenticationFilter |
The
AuthenticationFilter enables protecting web application
resources with different (pluggable)
authentication mechanisms and signer secret providers. |
| AuthenticationHandler |
Interface for server authentication mechanisms.
|
| AuthenticationHandlerUtil |
This is a utility class designed to provide functionality related to
AuthenticationHandler. |
| AuthenticationToken |
The
AuthenticationToken contains information about an authenticated
HTTP client and doubles as the Principal to be returned by
authenticated HttpServletRequests |
| Authenticator |
Interface for client authentication mechanisms.
|
| AuthToken | |
| BasicAuthHandler | |
| CertificateUtil | |
| CompositeAuthenticationHandler |
Interface to support multiple authentication mechanisms simultaneously.
|
| ConnectionConfigurator |
Interface to configure
HttpURLConnection created by
AuthenticatedURL instances. |
| CookieSignatureSecretFactory | |
| FileSignerSecretProvider |
A SignerSecretProvider that simply loads a secret from a specified file.
|
| GenericOSLoginModule | |
| HttpConstants |
This class defines constants used for HTTP protocol entities (such as
headers, methods and their values).
|
| JaasConfiguration |
Creates a programmatic version of a jaas.conf file.
|
| JWTAuthHandler | |
| JWTRedirectAuthenticationHandler |
The
JWTRedirectAuthenticationHandler extends
MultiMechsAuthenticationHandler to add WebSSO behavior for UIs. |
| JWTUtils | |
| KerberosAuthenticationHandler |
The
KerberosAuthenticationHandler implements the Kerberos SPNEGO
authentication mechanism for HTTP. |
| KerberosAuthenticator |
The
KerberosAuthenticator implements the Kerberos SPNEGO authentication sequence. |
| KerberosAuthHandler | |
| KerberosBugWorkAroundLoginModule |
work around Java 6 bug where the KRB5CCNAME isn't honored.
|
| KerberosName |
This class implements parsing and handling of Kerberos principal names.
|
| KerberosName.BadFormatString | |
| KerberosName.NoMatchingRule | |
| KerberosUtil | |
| LdapAuthenticationHandler |
The
LdapAuthenticationHandler implements the BASIC authentication
mechanism for HTTP using LDAP back-end. |
| MapRSignerSecretProvider |
MapR implementation of SignerSecretProvider abstract class.
|
| MultiMechsAuthenticationHandler | |
| MultiMechsAuthenticationHandler.AuthHandlerEnum | |
| MultiSchemeAuthenticationHandler |
The
MultiSchemeAuthenticationHandler supports configuring multiple
authentication mechanisms simultaneously. |
| PlatformName |
A helper class for getting build-info of the java-vm.
|
| PseudoAuthenticationHandler |
The
PseudoAuthenticationHandler provides a pseudo authentication mechanism that accepts
the user name specified as a query string parameter. |
| PseudoAuthenticator |
The
PseudoAuthenticator implementation provides an authentication equivalent to Hadoop's
Simple authentication, it trusts the value of the 'user.name' Java System property. |
| RandomSignerSecretProvider |
A SignerSecretProvider that uses a random number as its secret.
|
| RolloverSignerSecretProvider |
An abstract SignerSecretProvider that can be use used as the base for a
rolling secret.
|
| Signer |
Signs strings and verifies signed strings using a SHA digest.
|
| SignerException |
Exception thrown by
Signer when a string signature is invalid. |
| SignerSecretProvider |
The SignerSecretProvider is an abstract way to provide a secret to be used
by the Signer so that we can have different implementations that potentially
do more complicated things in the backend.
|
| SsoConfigurationUtil |
Tool to getting all configuration for SSO configuration using JWT token from keycloak
|
| ZKSignerSecretProvider |
A SignerSecretProvider that synchronizes a rolling random secret between
multiple servers using ZooKeeper.
|
| ZookeeperClient |
Utility class to create a CuratorFramework object that can be used to connect to Zookeeper
based on configuration values that can be supplied from different configuration properties.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.