public static enum RoleLDAPFederationMapper.Mode extends Enum<RoleLDAPFederationMapper.Mode>
| 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 RoleLDAPFederationMapper.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RoleLDAPFederationMapper.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RoleLDAPFederationMapper.Mode LDAP_ONLY
public static final RoleLDAPFederationMapper.Mode IMPORT
public static final RoleLDAPFederationMapper.Mode READ_ONLY
public static RoleLDAPFederationMapper.Mode[] values()
for (RoleLDAPFederationMapper.Mode c : RoleLDAPFederationMapper.Mode.values()) System.out.println(c);
public static RoleLDAPFederationMapper.Mode 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 JBoss by Red Hat. All rights reserved.