Package org.springframework.security.provisioning
Contains simple user and authority group account provisioning interfaces together with
a a JDBC-based implementation.
-
Interface Summary Interface Description GroupManager Allows management of groups of authorities and their members.UserDetailsManager An extension of theUserDetailsServicewhich provides the ability to create new users and update existing ones. -
Class Summary Class Description InMemoryUserDetailsManager Non-persistent implementation ofUserDetailsManagerwhich is backed by an in-memory map.JdbcUserDetailsManager Jdbc user management service, based on the same table structure as its parent class, JdbcDaoImpl.