public static enum AppClientSecurityInfo.CredentialType extends Enum<AppClientSecurityInfo.CredentialType>
| Enum Constant and Description |
|---|
ALL |
CERTIFICATE |
USERNAME_PASSWORD |
| Modifier and Type | Method and Description |
|---|---|
static AppClientSecurityInfo.CredentialType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppClientSecurityInfo.CredentialType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppClientSecurityInfo.CredentialType USERNAME_PASSWORD
public static final AppClientSecurityInfo.CredentialType CERTIFICATE
public static final AppClientSecurityInfo.CredentialType ALL
public static AppClientSecurityInfo.CredentialType[] values()
for (AppClientSecurityInfo.CredentialType c : AppClientSecurityInfo.CredentialType.values()) System.out.println(c);
public static AppClientSecurityInfo.CredentialType 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. All rights reserved.