Class UserContextMapperConfig.Builder
java.lang.Object
com.atlassian.crowd.directory.ldap.mapper.UserContextMapperConfig.Builder
- Enclosing class:
- UserContextMapperConfig
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Configuration specifying mappers from com.atlassian.crowd.directory.SpringLDAPConnector#getCustomUserAttributeMappers(UserContextMapperConfig)Allows set the withMemberOfAttribute mapper as necessary for the configurationConfiguration which informs that mappers from the com.atlassian.crowd.directory.ldap.mapper.entity.LDAPUserAttributesMapper#getRequiredLdapAttributes() should be used
-
Method Details
-
withRequiredAttributes
Configuration which informs that mappers from the com.atlassian.crowd.directory.ldap.mapper.entity.LDAPUserAttributesMapper#getRequiredLdapAttributes() should be used- Returns:
- Configuration which needs required attributes
- See Also:
-
withCustomAttributes
Configuration specifying mappers from com.atlassian.crowd.directory.SpringLDAPConnector#getCustomUserAttributeMappers(UserContextMapperConfig)- Returns:
- Configuration using required and custom attributes
- See Also:
-
withMemberOfAttribute
Allows set the withMemberOfAttribute mapper as necessary for the configuration- Returns:
- Current configuration with new state
-
build
-