public enum ResourceType extends Enum<ResourceType>
AdminEvent's
can be triggered.Modifier and Type | Method and Description |
---|---|
static ResourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceType REALM
public static final ResourceType REALM_ROLE
public static final ResourceType REALM_ROLE_MAPPING
public static final ResourceType REALM_SCOPE_MAPPING
public static final ResourceType AUTH_FLOW
public static final ResourceType AUTH_EXECUTION_FLOW
public static final ResourceType AUTH_EXECUTION
public static final ResourceType AUTHENTICATOR_CONFIG
public static final ResourceType REQUIRED_ACTION
public static final ResourceType IDENTITY_PROVIDER
public static final ResourceType IDENTITY_PROVIDER_MAPPER
public static final ResourceType PROTOCOL_MAPPER
public static final ResourceType USER
public static final ResourceType USER_LOGIN_FAILURE
public static final ResourceType USER_SESSION
public static final ResourceType USER_FEDERATION_PROVIDER
public static final ResourceType USER_FEDERATION_MAPPER
public static final ResourceType GROUP
public static final ResourceType GROUP_MEMBERSHIP
public static final ResourceType CLIENT
public static final ResourceType CLIENT_INITIAL_ACCESS_MODEL
public static final ResourceType CLIENT_ROLE
public static final ResourceType CLIENT_ROLE_MAPPING
public static final ResourceType CLIENT_SCOPE
public static final ResourceType CLIENT_SCOPE_MAPPING
public static final ResourceType CLUSTER_NODE
public static final ResourceType COMPONENT
public static final ResourceType AUTHORIZATION_RESOURCE_SERVER
public static final ResourceType AUTHORIZATION_RESOURCE
public static final ResourceType AUTHORIZATION_SCOPE
public static final ResourceType AUTHORIZATION_POLICY
public static final ResourceType CUSTOM
public static ResourceType[] values()
for (ResourceType c : ResourceType.values()) System.out.println(c);
public static ResourceType 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 nullCopyright © 2020 JBoss by Red Hat. All rights reserved.