Class CommonLDAPGroupMapperConfig
- java.lang.Object
- 
- org.keycloak.storage.ldap.mappers.membership.CommonLDAPGroupMapperConfig
 
- 
- Direct Known Subclasses:
- GroupMapperConfig,- RoleMapperConfig
 
 public abstract class CommonLDAPGroupMapperConfig 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 CommonLDAPGroupMapperConfig(ComponentModel mapperModel)
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected Set<String>getConfigValues(String str)abstract StringgetLDAPGroupNameLdapAttribute()abstract StringgetLDAPGroupsDn()StringgetMemberOfLdapAttribute()StringgetMembershipLdapAttribute()MembershipTypegetMembershipTypeLdapAttribute()StringgetMembershipUserLdapAttribute(LDAPConfig ldapConfig)LDAPGroupMapperModegetMode()
 
- 
- 
- 
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- 
CommonLDAPGroupMapperConfigpublic CommonLDAPGroupMapperConfig(ComponentModel mapperModel) 
 
- 
 - 
Method Detail- 
getMembershipLdapAttributepublic String getMembershipLdapAttribute() 
 - 
getMembershipTypeLdapAttributepublic MembershipType getMembershipTypeLdapAttribute() 
 - 
getMembershipUserLdapAttributepublic String getMembershipUserLdapAttribute(LDAPConfig ldapConfig) 
 - 
getMemberOfLdapAttributepublic String getMemberOfLdapAttribute() 
 - 
getModepublic LDAPGroupMapperMode getMode() 
 - 
getLDAPGroupsDnpublic abstract String getLDAPGroupsDn() 
 - 
getLDAPGroupNameLdapAttributepublic abstract String getLDAPGroupNameLdapAttribute() 
 
- 
 
-