Schnittstelle BasicAccessControlList
- Alle Superschnittstellen:
- AccessControlList,- Serializable
- Alle bekannten Implementierungsklassen:
- BasicAccessControlListImpl
This interface describes a control class that makes it easy to find out if a
 particular User has a given Permission. It also determines if a User has a a
 particular Role.
- Version:
- $Id$
- Autor:
- Eric Pugh
- 
Methodenübersicht
- 
Methodendetails- 
getGroupsGroupSet getGroups()Retrieves all groups for a user- Gibt zurück:
- the set of Groups this user has
 
- 
hasGroupChecks if the user is assigned a specific Group- Parameter:
- group- the Group
- Gibt zurück:
- trueif the user is assigned to the Group
 
- 
hasGroupChecks if the user is assigned a specific Group- Parameter:
- group- the group name
- Gibt zurück:
- trueif the user is assigned the Group.
 
 
-