Interface IdentityMappingConfig


public interface IdentityMappingConfig
  • Method Details

    • rdnIdentifier

      @WithDefault("uid") String 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()
      Overrides:
      toString in class Object