Interface IdentityMappingConfig
public interface IdentityMappingConfig
-
Method Summary
Modifier and TypeMethodDescriptionThe configs how we get from the attribute to the RoleThe identifier which correlates to the provided user (also named "baseFilter")The dn where we look for usersbooleanIf the child nodes are also searched for identitiestoString()
-
Method Details
-
rdnIdentifier
The identifier which correlates to the provided user (also named "baseFilter") -
searchBaseDn
String searchBaseDn()The dn where we look for users -
searchRecursive
@WithDefault("false") boolean searchRecursive()If the child nodes are also searched for identities -
attributeMappings
Map<String,AttributeMappingConfig> attributeMappings()The configs how we get from the attribute to the Role -
toString
String toString()
-