Package | Description |
---|---|
org.springframework.security.ldap |
Spring Security's LDAP module.
|
org.springframework.security.ldap.userdetails |
LDAP-focused
UserDetails implementations which map from a ubset of the data
contained in some of the standard LDAP types (such as InetOrgPerson ). |
Modifier and Type | Class and Description |
---|---|
class |
DefaultLdapUsernameToDnMapper
This implementation appends a name component to the userDnBase context using the
usernameAttributeName property.
|
Modifier and Type | Method and Description |
---|---|
void |
LdapUserDetailsManager.setUsernameMapper(LdapUsernameToDnMapper usernameMapper) |
Copyright © 2019. All rights reserved.