Package org.springframework.security.provisioning

Contains simple user and authority group account provisioning interfaces together with a a JDBC-based implementation.

See:
          Description

Interface Summary
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.
 

Class Summary
InMemoryUserDetailsManager Non-persistent implementation of UserDetailsManager which is backed by an in-memory map.
JdbcUserDetailsManager Jdbc user management service, based on the same table structure as its parent class, JdbcDaoImpl.
 

Package org.springframework.security.provisioning Description

Contains simple user and authority group account provisioning interfaces together with a a JDBC-based implementation.