Uses of Class
org.apache.hadoop.security.authentication.server.MultiMechsAuthenticationHandler.AuthHandlerEnum

Packages that use MultiMechsAuthenticationHandler.AuthHandlerEnum
org.apache.hadoop.security.authentication.server   
 

Uses of MultiMechsAuthenticationHandler.AuthHandlerEnum in org.apache.hadoop.security.authentication.server
 

Methods in org.apache.hadoop.security.authentication.server that return MultiMechsAuthenticationHandler.AuthHandlerEnum
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.