Class LdaptiveAuthenticationProperties.WithDefaults
java.lang.Object
org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationProperties
org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationProperties.WithDefaults
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
GroupContainsUsersTemplate,UserContainsGroupsTemplate
- Enclosing class:
LdaptiveAuthenticationProperties
public static class LdaptiveAuthenticationProperties.WithDefaults
extends LdaptiveAuthenticationProperties
The ldaptive authentication properties with defaults.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationProperties
LdaptiveAuthenticationProperties.GroupFetchStrategy, LdaptiveAuthenticationProperties.RoleMapping, LdaptiveAuthenticationProperties.StringReplacement, LdaptiveAuthenticationProperties.WithDefaults -
Field Summary
Fields inherited from class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationProperties
accountControlEvaluator, defaultRoles, emailAttribute, firstNameAttribute, groupBaseDn, groupFetchStrategy, groupIdAttribute, groupMemberAttribute, groupMemberFormat, groupObjectClass, groupSearchScope, lastNameAttribute, memberAttribute, passwordAttribute, passwordLastSetAttribute, refusedUsernames, roleCaseTransformation, roleMapping, rolePrefix, roleStringReplacements, userBaseDn, userFindOneFilter, userFindOneSearchScope, usernameAttribute, usernameToBindDnConverter, userObjectClass, userRdnAttribute -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new ldaptive authentication properties with defaults. -
Method Summary
Modifier and TypeMethodDescriptionGet user find one filter.Get user rdn attribute.Methods inherited from class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationProperties
toRoleMappings, toRoleStringReplacements
-
Constructor Details
-
WithDefaults
public WithDefaults()Instantiates a new ldaptive authentication properties with defaults.
-
-
Method Details
-
getUserRdnAttribute
Get user rdn attribute.- Returns:
- the user rdn attribute
-
getUserFindOneFilter
Get user find one filter.- Returns:
- the user find one filter
-