public enum LDAPGroupMapperMode extends Enum<LDAPGroupMapperMode>
| Enum Constant and Description |
|---|
IMPORT
Read-only LDAP mode.
|
LDAP_ONLY
All role mappings are retrieved from LDAP and saved into LDAP
|
READ_ONLY
Read-only LDAP mode.
|
| Modifier and Type | Method and Description |
|---|---|
static LDAPGroupMapperMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LDAPGroupMapperMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LDAPGroupMapperMode LDAP_ONLY
public static final LDAPGroupMapperMode IMPORT
public static final LDAPGroupMapperMode READ_ONLY
public static LDAPGroupMapperMode[] values()
for (LDAPGroupMapperMode c : LDAPGroupMapperMode.values()) System.out.println(c);
public static LDAPGroupMapperMode 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 © 2016 JBoss by Red Hat. All rights reserved.