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