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



Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.