Interface BasicAccessControlList
-
- All Superinterfaces:
AccessControlList,Serializable
- All Known Implementing Classes:
BasicAccessControlListImpl
public interface BasicAccessControlList extends Serializable, AccessControlList
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$
- Author:
- Eric Pugh
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GroupSetgetGroups()Retrieves all groups for a userbooleanhasGroup(String group)Checks if the user is assigned a specific GroupbooleanhasGroup(Group group)Checks if the user is assigned a specific Group
-