public static enum IdentityStoreConfiguration.IdentityOperation extends Enum<IdentityStoreConfiguration.IdentityOperation>
Supported operations for @{AttributedType} types.
Modifier and Type | Method and Description |
---|---|
static IdentityStoreConfiguration.IdentityOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdentityStoreConfiguration.IdentityOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IdentityStoreConfiguration.IdentityOperation create
public static final IdentityStoreConfiguration.IdentityOperation read
public static final IdentityStoreConfiguration.IdentityOperation update
public static final IdentityStoreConfiguration.IdentityOperation delete
public static IdentityStoreConfiguration.IdentityOperation[] values()
for (IdentityStoreConfiguration.IdentityOperation c : IdentityStoreConfiguration.IdentityOperation.values()) System.out.println(c);
public static IdentityStoreConfiguration.IdentityOperation 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 © 2018 JBoss by Red Hat. All rights reserved.