Class AuthenticationProperties.LdaptiveProperties
java.lang.Object
org.bremersee.spring.boot.autoconfigure.security.authentication.AuthenticationProperties.LdaptiveProperties
- Enclosing class:
AuthenticationProperties
The ldaptive properties.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe account control evaluator property.static enumThe group fetch strategy.static enumThe search scope.static enumThe templates for ldap authentication. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
firstNameAttribute
The first name attribute of the user. Default is 'givenName'. -
lastNameAttribute
The last name attribute of the user. Default is 'sn'.
-
-
Constructor Details
-
LdaptiveProperties
public LdaptiveProperties()Instantiates new ldaptive properties.
-