public static enum InvalidationHandler.ObjectType extends Enum<InvalidationHandler.ObjectType> implements InvalidationHandler.InvalidableObjectType
Enum Constant and Description |
---|
_ALL_ |
CLIENT |
CLIENT_SCOPE |
COMPONENT |
GROUP |
PROVIDER_FACTORY |
REALM |
ROLE |
USER |
Modifier and Type | Method and Description |
---|---|
static InvalidationHandler.ObjectType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InvalidationHandler.ObjectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InvalidationHandler.ObjectType _ALL_
public static final InvalidationHandler.ObjectType REALM
public static final InvalidationHandler.ObjectType CLIENT
public static final InvalidationHandler.ObjectType CLIENT_SCOPE
public static final InvalidationHandler.ObjectType USER
public static final InvalidationHandler.ObjectType ROLE
public static final InvalidationHandler.ObjectType GROUP
public static final InvalidationHandler.ObjectType COMPONENT
public static final InvalidationHandler.ObjectType PROVIDER_FACTORY
public static InvalidationHandler.ObjectType[] values()
for (InvalidationHandler.ObjectType c : InvalidationHandler.ObjectType.values()) System.out.println(c);
public static InvalidationHandler.ObjectType 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 © 2021 JBoss by Red Hat. All rights reserved.