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.
|
Class and Description |
---|
JdbcUserDetailsManager
Jdbc user management service, based on the same table structure as its parent class, JdbcDaoImpl.
|
UserDetailsManager
An extension of the
UserDetailsService which provides the ability
to create new users and update existing ones. |
Class and Description |
---|
UserDetailsManager
An extension of the
UserDetailsService which provides the ability
to create new users and update existing ones. |
Class and Description |
---|
GroupManager
Allows management of groups of authorities and their members.
|
UserDetailsManager
An extension of the
UserDetailsService which provides the ability
to create new users and update existing ones. |
Copyright © 2019. All rights reserved.