Uses of Class
com.sptci.auth.Group

Packages that use Group
com.sptci.auth Package for authentication and authorisation components. 
 

Uses of Group in com.sptci.auth
 

Fields in com.sptci.auth with type parameters of type Group
 Collection<Group> User.groups
          The collection of groups to which this user belongs.
 

Constructor parameters in com.sptci.auth with type arguments of type Group
User(String userName, String password, Collection<Group> groups)
          Create a new instance using the specified values.