Uses of Interface
org.wamblee.usermgt.UserSet

Packages that use UserSet
org.wamblee.usermgt   
org.wamblee.usermgt.hibernate   
 

Uses of UserSet in org.wamblee.usermgt
 

Classes in org.wamblee.usermgt that implement UserSet
 class AbstractUserSet
          User set base class.
 class InMemoryUserSet
          In-memory user set.
 

Constructors in org.wamblee.usermgt with parameters of type UserSet
UserAdministrationImpl(UserSet aUsers, GroupSet aGroups, NameValidator aUserValidator, NameValidator aGroupValidator)
          Constructs empty user administration.
 

Uses of UserSet in org.wamblee.usermgt.hibernate
 

Classes in org.wamblee.usermgt.hibernate that implement UserSet
 class HibernateUserSet
          User set backed by the database.
 



Copyright © 2010. All Rights Reserved.