public abstract class CommonLDAPGroupMapperConfig extends Object
Modifier and Type | Field and Description |
---|---|
protected UserFederationMapperModel |
mapperModel |
static String |
MEMBERSHIP_ATTRIBUTE_TYPE |
static String |
MEMBERSHIP_LDAP_ATTRIBUTE |
static String |
MODE |
static String |
USER_ROLES_RETRIEVE_STRATEGY |
Constructor and Description |
---|
CommonLDAPGroupMapperConfig(UserFederationMapperModel mapperModel) |
Modifier and Type | Method and Description |
---|---|
protected Set<String> |
getConfigValues(String str) |
abstract String |
getLDAPGroupNameLdapAttribute() |
abstract String |
getLDAPGroupsDn() |
String |
getMembershipLdapAttribute() |
MembershipType |
getMembershipTypeLdapAttribute() |
LDAPGroupMapperMode |
getMode() |
public static final String MEMBERSHIP_LDAP_ATTRIBUTE
public static final String MEMBERSHIP_ATTRIBUTE_TYPE
public static final String MODE
public static final String USER_ROLES_RETRIEVE_STRATEGY
protected final UserFederationMapperModel mapperModel
public CommonLDAPGroupMapperConfig(UserFederationMapperModel mapperModel)
public String getMembershipLdapAttribute()
public MembershipType getMembershipTypeLdapAttribute()
public LDAPGroupMapperMode getMode()
public abstract String getLDAPGroupsDn()
public abstract String getLDAPGroupNameLdapAttribute()
Copyright © 2016 JBoss by Red Hat. All rights reserved.