Class IdentityMappingConfig
java.lang.Object
io.quarkus.elytron.security.ldap.config.IdentityMappingConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe 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 identities -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
rdnIdentifier
The identifier which correlates to the provided user (also named "baseFilter") -
searchBaseDn
The dn where we look for users -
searchRecursive
If the child nodes are also searched for identities -
attributeMappings
The configs how we get from the attribute to the Role
-
-
Constructor Details
-
IdentityMappingConfig
public IdentityMappingConfig()
-
-
Method Details