Package org.apache.catalina.users
Class GenericGroup<UD extends UserDatabase>
java.lang.Object
org.apache.catalina.users.AbstractGroup
org.apache.catalina.users.GenericGroup<UD>
- Type Parameters:
UD- The specific type of UserDase with which this group is associated
Concrete implementation of Group for a
UserDatabase.
- Author:
- Craig R. McClanahan
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final UDTheUserDatabasethat owns this group.protected final CopyOnWriteArrayList<Role> The set ofRoles associated with this group.Fields inherited from class org.apache.catalina.users.AbstractGroup
description, groupname -
Method Summary
Modifier and TypeMethodDescriptionvoidAdd a newRoleto those assigned specifically to this group.booleangetRoles()Return the set ofRoles assigned specifically to this group.Return theUserDatabasewithin which this Group is defined.getUsers()Return the set ofUsers that are members of this group.inthashCode()booleanIs this group specifically assigned the specifiedRole?voidremoveRole(Role role) Remove aRolefrom those assigned to this group.voidRemove allRoles from those assigned to this group.Methods inherited from class org.apache.catalina.users.AbstractGroup
getDescription, getGroupname, getName, setDescription, setGroupname
-
Field Details
-
database
TheUserDatabasethat owns this group. -
roles
The set ofRoles associated with this group.
-
-
Method Details
-
getRoles
-
getUserDatabase
Return theUserDatabasewithin which this Group is defined.- Specified by:
getUserDatabasein interfaceGroup- Specified by:
getUserDatabasein classAbstractGroup- Returns:
- the
UserDatabasewithin which this Group is defined.
-
getUsers
-
addRole
-
isInRole
-
removeRole
Remove aRolefrom those assigned to this group.- Specified by:
removeRolein interfaceGroup- Specified by:
removeRolein classAbstractGroup- Parameters:
role- The old role
-
removeRoles
public void removeRoles()Remove allRoles from those assigned to this group.- Specified by:
removeRolesin interfaceGroup- Specified by:
removeRolesin classAbstractGroup
-
equals
-
hashCode
-