Package | Description |
---|---|
org.apache.hadoop.security.authentication.server |
Modifier and Type | Method and 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(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 © 2014 Apache Software Foundation. All Rights Reserved.