public enum Attribute extends Enum<Attribute>
Modifier and Type | Method and Description |
---|---|
static Attribute |
forName(String localName) |
String |
getLocalName()
Get the local name of this element.
|
String |
toString() |
static Attribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Attribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Attribute UNKNOWN
public static final Attribute AUDIT_MANAGER_CLASS_NAME
public static final Attribute AUTHENTICATION_MANAGER_CLASS_NAME
public static final Attribute AUTHORIZATION_MANAGER_CLASS_NAME
public static final Attribute CACHE_TYPE
public static final Attribute CIPHER_SUITES
public static final Attribute CLIENT_ALIAS
public static final Attribute CLIENT_AUTH
public static final Attribute CODE
public static final Attribute DEEP_COPY_SUBJECT_MODE
public static final Attribute DEFAULT_CALLBACK_HANDLER_CLASS_NAME
public static final Attribute EXTENDS
public static final Attribute FLAG
public static final Attribute IDENTITY_TRUST_MANAGER_CLASS_NAME
public static final Attribute KEY_MANAGER_FACTORY_ALGORITHM
public static final Attribute KEY_MANAGER_FACTORY_PROVIDER
public static final Attribute KEYSTORE_PASSWORD
public static final Attribute KEYSTORE_PROVIDER
public static final Attribute KEYSTORE_PROVIDER_ARGUMENT
public static final Attribute KEYSTORE_TYPE
public static final Attribute KEYSTORE_URL
public static final Attribute LOGIN_MODULE_STACK_REF
public static final Attribute MAPPING_MANAGER_CLASS_NAME
public static final Attribute MODULE
public static final Attribute NAME
public static final Attribute PROTOCOLS
public static final Attribute SERVER_ALIAS
public static final Attribute SERVICE_AUTH_TOKEN
public static final Attribute SUBJECT_FACTORY_CLASS_NAME
public static final Attribute TRUST_MANAGER_FACTORY_ALGORITHM
public static final Attribute TRUST_MANAGER_FACTORY_PROVIDER
public static final Attribute TRUSTSTORE_PASSWORD
public static final Attribute TRUSTSTORE_PROVIDER
public static final Attribute TRUSTSTORE_PROVIDER_ARGUMENT
public static final Attribute TRUSTSTORE_TYPE
public static final Attribute TRUSTSTORE_URL
public static final Attribute TYPE
public static final Attribute VALUE
public static Attribute[] values()
for (Attribute c : Attribute.values()) System.out.println(c);
public static Attribute 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 getLocalName()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.