public static enum Security.Tag extends Enum<Security.Tag>
| Enum Constant and Description |
|---|
APPLICATION
application
|
AUTHENTICATION_CONTEXT
authentication-context TAG
|
AUTHENTICATION_CONTEXT_AND_APPLICATION
authentication-context-and-application TAG
|
ELYTRON_ENABLED
elytron-enabled tag
|
SECURITY_DOMAIN
security-domain tag
|
SECURITY_DOMAIN_AND_APPLICATION
security-domain-and-application TAG
|
UNKNOWN
always first
|
| Modifier and Type | Method and Description |
|---|---|
static Security.Tag |
forName(String localName)
Static method to get enum instance given localName XsdString
|
String |
getLocalName()
Get the local name of this element.
|
String |
toString() |
static Security.Tag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Security.Tag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Security.Tag ELYTRON_ENABLED
public static final Security.Tag AUTHENTICATION_CONTEXT
public static final Security.Tag AUTHENTICATION_CONTEXT_AND_APPLICATION
public static final Security.Tag UNKNOWN
public static final Security.Tag SECURITY_DOMAIN
public static final Security.Tag SECURITY_DOMAIN_AND_APPLICATION
public static final Security.Tag APPLICATION
public static Security.Tag[] values()
for (Security.Tag c : Security.Tag.values()) System.out.println(c);
public static Security.Tag 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()
public String toString()
toString in class Enum<Security.Tag>public static Security.Tag forName(String localName)
localName - a XsdString used as localname (typically tag name as defined in xsd)Copyright © 2019 JBoss by Red Hat. All rights reserved.