Package | Description |
---|---|
org.springframework.security.config.annotation.authentication.configurers.provisioning | |
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 ). |
org.springframework.security.provisioning |
Contains simple user and authority group account provisioning interfaces together with a a
JDBC-based implementation.
|
Constructor and Description |
---|
UserDetailsManagerConfigurer(UserDetailsManager userDetailsManager) |
Modifier and Type | Class and Description |
---|---|
class |
LdapUserDetailsManager
An Ldap implementation of UserDetailsManager.
|
Modifier and Type | Class and Description |
---|---|
class |
InMemoryUserDetailsManager
Non-persistent implementation of
UserDetailsManager which is backed by an in-memory map. |
class |
JdbcUserDetailsManager
Jdbc user management service, based on the same table structure as its parent class, JdbcDaoImpl.
|
Copyright © 2019. All rights reserved.