| Package | Description |
|---|---|
| org.apache.hadoop.security.authentication.server |
Provides the server-side framework for authentication.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractMaprAuthenticationHandler |
|
class |
BasicAuthHandler |
|
class |
JWTAuthHandler |
|
class |
JWTRedirectAuthenticationHandler |
The
JWTRedirectAuthenticationHandler extends
MultiMechsAuthenticationHandler to add WebSSO behavior for UIs. |
class |
KerberosAuthHandler |
| Modifier and Type | Method | Description |
|---|---|---|
MultiMechsAuthenticationHandler |
AbstractMaprAuthenticationHandler.getAuthBasedEntity(java.lang.String authorization) |
|
MultiMechsAuthenticationHandler |
BasicAuthHandler.getAuthBasedEntity(java.lang.String authorization) |
|
MultiMechsAuthenticationHandler |
JWTAuthHandler.getAuthBasedEntity(java.lang.String authorization) |
|
MultiMechsAuthenticationHandler |
KerberosAuthHandler.getAuthBasedEntity(java.lang.String authorization) |
|
protected MultiMechsAuthenticationHandler |
MultiMechsAuthenticationHandler.getAuthBasedEntity(java.lang.String authorization) |
Children must override this method to essentially return "this" based on the request header
or null if request header is not suitable to a given auth mechanism
|
| Modifier and Type | Method | Description |
|---|---|---|
static java.lang.Class<? extends MultiMechsAuthenticationHandler> |
MultiMechsAuthenticationHandler.AuthHandlerEnum.getClassFromType(java.lang.String type) |
|
java.lang.Class<? extends MultiMechsAuthenticationHandler> |
MultiMechsAuthenticationHandler.AuthHandlerEnum.getMyClass() |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.