
public enum CredentialInterfaceType extends Enum<CredentialInterfaceType>
credential-interfaceType xsd type| Enum Constant and Description |
|---|
_JAVAX_RESOURCE_SPI_SECURITY_GENERICCREDENTIAL |
_JAVAX_RESOURCE_SPI_SECURITY_PASSWORDCREDENTIAL |
_ORG_IETF_JGSS_GSSCREDENTIAL |
| Modifier and Type | Method and Description |
|---|---|
static CredentialInterfaceType |
getFromStringValue(String value) |
String |
toString() |
static CredentialInterfaceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CredentialInterfaceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CredentialInterfaceType _JAVAX_RESOURCE_SPI_SECURITY_PASSWORDCREDENTIAL
public static final CredentialInterfaceType _ORG_IETF_JGSS_GSSCREDENTIAL
public static final CredentialInterfaceType _JAVAX_RESOURCE_SPI_SECURITY_GENERICCREDENTIAL
public static CredentialInterfaceType[] values()
for (CredentialInterfaceType c : CredentialInterfaceType.values()) System.out.println(c);
public static CredentialInterfaceType 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 toString()
toString in class Enum<CredentialInterfaceType>public static CredentialInterfaceType getFromStringValue(String value)
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)