Class LdapMapCommonGroupMapperConfig
- java.lang.Object
- 
- org.keycloak.models.map.storage.ldap.config.LdapMapCommonGroupMapperConfig
 
- 
- Direct Known Subclasses:
- LdapMapRoleMapperConfig
 
 public abstract class LdapMapCommonGroupMapperConfig extends Object - Author:
- Marek Posolda
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected ComponentModelmapperModelstatic StringMEMBEROF_LDAP_ATTRIBUTEstatic StringMEMBERSHIP_ATTRIBUTE_TYPEstatic StringMEMBERSHIP_LDAP_ATTRIBUTEstatic StringMEMBERSHIP_USER_LDAP_ATTRIBUTEstatic StringMODEstatic StringUSER_ROLES_RETRIEVE_STRATEGY
 - 
Constructor SummaryConstructors Constructor Description LdapMapCommonGroupMapperConfig(ComponentModel mapperModel)
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected Set<String>getConfigValues(String str)abstract StringgetLDAPGroupNameLdapAttribute()StringgetMemberOfLdapAttribute()StringgetMembershipLdapAttribute()StringgetMembershipUserLdapAttribute(LdapMapConfig ldapMapConfig)
 
- 
- 
- 
Field Detail- 
MEMBERSHIP_LDAP_ATTRIBUTEpublic static final String MEMBERSHIP_LDAP_ATTRIBUTE - See Also:
- Constant Field Values
 
 - 
MEMBERSHIP_ATTRIBUTE_TYPEpublic static final String MEMBERSHIP_ATTRIBUTE_TYPE - See Also:
- Constant Field Values
 
 - 
MEMBERSHIP_USER_LDAP_ATTRIBUTEpublic static final String MEMBERSHIP_USER_LDAP_ATTRIBUTE - See Also:
- Constant Field Values
 
 - 
MODEpublic static final String MODE - See Also:
- Constant Field Values
 
 - 
USER_ROLES_RETRIEVE_STRATEGYpublic static final String USER_ROLES_RETRIEVE_STRATEGY - See Also:
- Constant Field Values
 
 - 
MEMBEROF_LDAP_ATTRIBUTEpublic static final String MEMBEROF_LDAP_ATTRIBUTE - See Also:
- Constant Field Values
 
 - 
mapperModelprotected final ComponentModel mapperModel 
 
- 
 - 
Constructor Detail- 
LdapMapCommonGroupMapperConfigpublic LdapMapCommonGroupMapperConfig(ComponentModel mapperModel) 
 
- 
 - 
Method Detail- 
getMembershipLdapAttributepublic String getMembershipLdapAttribute() 
 - 
getMembershipUserLdapAttributepublic String getMembershipUserLdapAttribute(LdapMapConfig ldapMapConfig) 
 - 
getMemberOfLdapAttributepublic String getMemberOfLdapAttribute() 
 - 
getLDAPGroupNameLdapAttributepublic abstract String getLDAPGroupNameLdapAttribute() 
 
- 
 
-