public static enum AuthenticationHandler.AuthenticationType extends Enum<AuthenticationHandler.AuthenticationType>
| Enum Constant and Description |
|---|
BASIC |
CERTIFICATE |
DIGEST |
NONE |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationHandler.AuthenticationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationHandler.AuthenticationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuthenticationHandler.AuthenticationType NONE
public static final AuthenticationHandler.AuthenticationType BASIC
public static final AuthenticationHandler.AuthenticationType DIGEST
public static final AuthenticationHandler.AuthenticationType CERTIFICATE
public static AuthenticationHandler.AuthenticationType[] values()
for (AuthenticationHandler.AuthenticationType c : AuthenticationHandler.AuthenticationType.values()) System.out.println(c);
public static AuthenticationHandler.AuthenticationType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2010 - 2020 Adobe. All Rights Reserved