public static enum AdminAuthenticator.AuthenticatorType extends Enum<AdminAuthenticator.AuthenticatorType>
| Enum Constant and Description |
|---|
ADMIN_INDICATOR |
ADMIN_TOKEN |
PRINCIPAL |
REMOTE_ADDR |
REMOTE_HOST |
REST_TOKEN |
USERNAME_PASSWORD |
| Modifier and Type | Method and Description |
|---|---|
static AdminAuthenticator.AuthenticatorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdminAuthenticator.AuthenticatorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdminAuthenticator.AuthenticatorType PRINCIPAL
public static final AdminAuthenticator.AuthenticatorType REST_TOKEN
public static final AdminAuthenticator.AuthenticatorType ADMIN_TOKEN
public static final AdminAuthenticator.AuthenticatorType REMOTE_HOST
public static final AdminAuthenticator.AuthenticatorType REMOTE_ADDR
public static final AdminAuthenticator.AuthenticatorType ADMIN_INDICATOR
public static final AdminAuthenticator.AuthenticatorType USERNAME_PASSWORD
public static AdminAuthenticator.AuthenticatorType[] values()
for (AdminAuthenticator.AuthenticatorType c : AdminAuthenticator.AuthenticatorType.values()) System.out.println(c);
public static AdminAuthenticator.AuthenticatorType 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 © 2017–2020 Eclipse Foundation. All rights reserved.