Class AttributeMappingConfig
java.lang.Object
io.quarkus.elytron.security.ldap.config.AttributeMappingConfig
Configuration information used to populate a AttributeMapping
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe filter (also named "roleFilter")The filter base dn (also named "rolesContextDn")The roleAttributeId from which is mapped (e.g.The identifier whom the attribute is mapped to (in Quarkus: "groups", in WildFly this is "Roles") -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
from
The roleAttributeId from which is mapped (e.g. "cn") -
to
The identifier whom the attribute is mapped to (in Quarkus: "groups", in WildFly this is "Roles") -
filter
The filter (also named "roleFilter") -
filterBaseDn
The filter base dn (also named "rolesContextDn")
-
-
Constructor Details
-
AttributeMappingConfig
public AttributeMappingConfig()
-