Enum Constant Summary
Enum Constants
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
Enum Constant Details
UNKNOWN
public static final Element UNKNOWN
ANY_ADDRESS
public static final Element ANY_ADDRESS
ATTRIBUTE
public static final Element ATTRIBUTE
ATTRIBUTE_MAPPING
public static final Element ATTRIBUTE_MAPPING
ATTRIBUTE_REFERENCE
public static final Element ATTRIBUTE_REFERENCE
BINDINGS
public static final Element BINDINGS
CONNECTION_PROPERTIES
public static final Element CONNECTION_PROPERTIES
CONNECTORS
public static final Element CONNECTORS
DISTRIBUTED_REALM
public static final Element DISTRIBUTED_REALM
ENDPOINT
public static final Element ENDPOINT
ENDPOINTS
public static final Element ENDPOINTS
GROUP_PROPERTIES
public static final Element GROUP_PROPERTIES
IDENTITY_MAPPING
public static final Element IDENTITY_MAPPING
INET_ADDRESS
public static final Element INET_ADDRESS
INTERFACE
public static final Element INTERFACE
INTERFACES
public static final Element INTERFACES
KERBEROS
public static final Element KERBEROS
KEYSTORE
public static final Element KEYSTORE
LDAP_REALM
public static final Element LDAP_REALM
LINK_LOCAL
public static final Element LINK_LOCAL
LOCAL_REALM
public static final Element LOCAL_REALM
LOOPBACK
public static final Element LOOPBACK
MATCH_ADDRESS
public static final Element MATCH_ADDRESS
MATCH_HOST
public static final Element MATCH_HOST
MATCH_INTERFACE
public static final Element MATCH_INTERFACE
NAME_REWRITER
public static final Element NAME_REWRITER
NON_LOOPBACK
public static final Element NON_LOOPBACK
OAUTH2_INTROSPECTION
public static final Element OAUTH2_INTROSPECTION
PROPERTIES
public static final Element PROPERTIES
PROPERTIES_REALM
public static final Element PROPERTIES_REALM
SECURITY
public static final Element SECURITY
SECURITY_REALM
public static final Element SECURITY_REALM
SECURITY_REALMS
public static final Element SECURITY_REALMS
SERVER_IDENTITIES
public static final Element SERVER_IDENTITIES
SITE_LOCAL
public static final Element SITE_LOCAL
SOCKET_BINDING
public static final Element SOCKET_BINDING
SOCKET_BINDINGS
public static final Element SOCKET_BINDINGS
TOKEN_REALM
public static final Element TOKEN_REALM
TRUSTSTORE
public static final Element TRUSTSTORE
TRUSTSTORE_REALM
public static final Element TRUSTSTORE_REALM
USER_PASSWORD_MAPPER
public static final Element USER_PASSWORD_MAPPER
USER_PROPERTIES
public static final Element USER_PROPERTIES
DATA_SOURCES
public static final Element DATA_SOURCES
DATA_SOURCE
public static final Element DATA_SOURCE
CONNECTION_FACTORY
public static final Element CONNECTION_FACTORY
CONNECTION_POOL
public static final Element CONNECTION_POOL
CONNECTION_PROPERTY
public static final Element CONNECTION_PROPERTY
CREDENTIAL_STORES
public static final Element CREDENTIAL_STORES
CREDENTIAL_STORE
public static final Element CREDENTIAL_STORE
CREDENTIAL_REFERENCE
public static final Element CREDENTIAL_REFERENCE
CLEAR_TEXT_CREDENTIAL
public static final Element CLEAR_TEXT_CREDENTIAL
MASKED_CREDENTIAL
public static final Element MASKED_CREDENTIAL
COMMAND_CREDENTIAL
public static final Element COMMAND_CREDENTIAL
IP_FILTER
public static final Element IP_FILTER
Method Details
values
Returns an array containing the constants of this enum type, in
the order they are declared.
Returns:
an array containing the constants of this enum type, in the order they are declared
valueOf
Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null