Class AuthenticationProperties.LdaptiveProperties

java.lang.Object
org.bremersee.spring.boot.autoconfigure.security.authentication.AuthenticationProperties.LdaptiveProperties
Enclosing class:
AuthenticationProperties

public static class AuthenticationProperties.LdaptiveProperties extends Object
The ldaptive properties.
  • Field Details

    • firstNameAttribute

      protected String firstNameAttribute
      The first name attribute of the user. Default is 'givenName'.
    • lastNameAttribute

      protected String lastNameAttribute
      The last name attribute of the user. Default is 'sn'.
  • Constructor Details

    • LdaptiveProperties

      public LdaptiveProperties()
      Instantiates new ldaptive properties.