| org.springframework.security.provisioning |
|
Contains simple user and authority group account provisioning interfaces together with a
a JDBC-based implementation.
|
| Java Source File Name | Type | Comment |
| GroupManager.java | Interface | Allows management of groups of authorities and their members. |
| JdbcUserDetailsManager.java | Class | Jdbc user management service, based on the same table structure as its parent class, JdbcDaoImpl.
Provides CRUD operations for both users and groups. |
| UserDetailsManager.java | Interface | An extension of the
UserDetailsService which provides the ability
to create new users and update existing ones. |