Uses of Package
org.springframework.security.provisioning

Packages that use org.springframework.security.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. 
 

Classes in org.springframework.security.provisioning used by org.springframework.security.ldap.userdetails
UserDetailsManager
          An extension of the UserDetailsService which provides the ability to create new users and update existing ones.
 

Classes in org.springframework.security.provisioning used by org.springframework.security.provisioning
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 © 2004-2011 SpringSource, Inc. All Rights Reserved.