| Package | Description |
|---|---|
| org.apache.hadoop.security.authentication.server |
Provides the server-side framework for authentication.
|
| Modifier and Type | Method | Description |
|---|---|---|
static MultiMechsAuthenticationHandler.AuthHandlerEnum[] |
MultiMechsAuthenticationHandler.AuthHandlerEnum.getOrderedArray() |
Since browsers pick auth mechanisms based on the order of the headers
we need to send headers ordered from Strongest to Weakest
|
static MultiMechsAuthenticationHandler.AuthHandlerEnum |
MultiMechsAuthenticationHandler.AuthHandlerEnum.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static MultiMechsAuthenticationHandler.AuthHandlerEnum[] |
MultiMechsAuthenticationHandler.AuthHandlerEnum.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.