Interface AttributeMappingConfig
public interface AttributeMappingConfig
Configuration information used to populate a AttributeMapping
-
Method Summary
-
Method Details
-
from
String 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
String filter()The filter (also named "roleFilter") -
filterBaseDn
String filterBaseDn()The filter base dn (also named "rolesContextDn")
-