Interface AttributeMappingConfig


public interface AttributeMappingConfig
Configuration information used to populate a AttributeMapping
  • Method Summary

    Modifier and Type
    Method
    Description
    The filter (also named "roleFilter")
    The filter base dn (also named "rolesContextDn")
    The roleAttributeId from which is mapped (e.g.
    to()
    The identifier whom the attribute is mapped to (in Quarkus: "groups", in WildFly this is "Roles")
  • Method Details

    • from

      String from()
      The roleAttributeId from which is mapped (e.g. "cn")
    • to

      @WithDefault("groups") String 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")