public enum APIAuthenticationType extends Enum<APIAuthenticationType>
| Modifier and Type | Method and Description |
|---|---|
static APIAuthenticationType |
fromValue(String v) |
String |
getValue() |
static APIAuthenticationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static APIAuthenticationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final APIAuthenticationType AUTHNONE
public static final APIAuthenticationType CERT
public static final APIAuthenticationType SIGN
public static APIAuthenticationType[] values()
for (APIAuthenticationType c : APIAuthenticationType.values()) System.out.println(c);
public static APIAuthenticationType 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 nullpublic String getValue()
public static APIAuthenticationType fromValue(String v)
Copyright © 2017. All Rights Reserved.