java.io.Serializable, java.lang.Comparable<MultiMechsAuthenticationHandler.AuthHandlerEnum>public static enum MultiMechsAuthenticationHandler.AuthHandlerEnum extends java.lang.Enum<MultiMechsAuthenticationHandler.AuthHandlerEnum>
| Modifier and Type | Method | Description |
|---|---|---|
static java.lang.Class<? extends MultiMechsAuthenticationHandler> |
getClassFromType(java.lang.String type) |
|
java.lang.Class<? extends MultiMechsAuthenticationHandler> |
getMyClass() |
|
int |
getOrder() |
|
static 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
|
java.lang.String |
getType() |
|
static MultiMechsAuthenticationHandler.AuthHandlerEnum |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static MultiMechsAuthenticationHandler.AuthHandlerEnum[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MultiMechsAuthenticationHandler.AuthHandlerEnum BEARER
public static final MultiMechsAuthenticationHandler.AuthHandlerEnum BASIC
public static final MultiMechsAuthenticationHandler.AuthHandlerEnum KERBEROS
public static final MultiMechsAuthenticationHandler.AuthHandlerEnum MAPRAUTH
public static MultiMechsAuthenticationHandler.AuthHandlerEnum[] values()
for (MultiMechsAuthenticationHandler.AuthHandlerEnum c : MultiMechsAuthenticationHandler.AuthHandlerEnum.values()) System.out.println(c);
public static MultiMechsAuthenticationHandler.AuthHandlerEnum valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getType()
public java.lang.Class<? extends MultiMechsAuthenticationHandler> getMyClass()
public int getOrder()
public static java.lang.Class<? extends MultiMechsAuthenticationHandler> getClassFromType(java.lang.String type)
public static MultiMechsAuthenticationHandler.AuthHandlerEnum[] getOrderedArray()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.