public enum Element extends Enum<Element>
Enum Constant and Description |
---|
ACL |
ACL_MODULE |
APPLICATION_POLICY |
AUDIT |
AUTH_MODULE |
AUTHENTICATION |
AUTHENTICATION_JASPI |
AUTHORIZATION |
IDENTITY_TRUST |
LOGIN_MODULE |
LOGIN_MODULE_STACK |
MAPPING |
MAPPING_MODULE |
MODULE_OPTION |
POLICY |
POLICY_MODULE |
PROVIDER_MODULE |
ROLE_MAPPING |
SECURITY_DOMAIN |
TRUST_MODULE |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static Element |
forName(String localName) |
String |
getLocalName()
Get the local name of this element.
|
static Element |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Element[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Element UNKNOWN
public static final Element POLICY
public static final Element APPLICATION_POLICY
public static final Element SECURITY_DOMAIN
public static final Element AUTHENTICATION
public static final Element AUTHENTICATION_JASPI
public static final Element AUTHORIZATION
public static final Element ACL
public static final Element ROLE_MAPPING
public static final Element MAPPING
public static final Element AUDIT
public static final Element IDENTITY_TRUST
public static final Element ACL_MODULE
public static final Element LOGIN_MODULE
public static final Element LOGIN_MODULE_STACK
public static final Element AUTH_MODULE
public static final Element PROVIDER_MODULE
public static final Element POLICY_MODULE
public static final Element TRUST_MODULE
public static final Element MAPPING_MODULE
public static final Element MODULE_OPTION
public static Element[] values()
for (Element c : Element.values()) System.out.println(c);
public static Element 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 © 2016 JBoss by Red Hat. All rights reserved.