org.jboss.seam.security.management
public static enum IdentityStore.Feature extends Enum<IdentityStore.Feature>
Enum Constant and Description |
---|
changePassword |
createRole |
createUser |
deleteRole |
deleteUser |
disableUser |
enableUser |
grantRole |
revokeRole |
Modifier and Type | Method and Description |
---|---|
static IdentityStore.Feature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdentityStore.Feature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IdentityStore.Feature createUser
public static final IdentityStore.Feature deleteUser
public static final IdentityStore.Feature enableUser
public static final IdentityStore.Feature disableUser
public static final IdentityStore.Feature changePassword
public static final IdentityStore.Feature createRole
public static final IdentityStore.Feature deleteRole
public static final IdentityStore.Feature grantRole
public static final IdentityStore.Feature revokeRole
public static IdentityStore.Feature[] values()
for (IdentityStore.Feature c : IdentityStore.Feature.values()) System.out.println(c);
public static IdentityStore.Feature 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 © 2015 Seam Framework. All Rights Reserved.