edu.mit.stellar.api.roster
Interface PermissionSet
public interface PermissionSet
PermissionSet. Set of Permissions to be treated as a unit.
e.g. the PermissionSet "author" may include Permissions "read", "write",
delete" etc.
This is a placeholder pending further design and discussion. It should be in
a different package. It may not use java.security.Permission or
java.security.act.Permission. Or it may be replaced with
java.security.PermissionCollection
- Version:
- $Revision: 30003 $, $Date: 2008-02-11 01:37:43 -0500 (Mon, 11 Feb 2008) $
- Author:
- MIT Stellar team
getName
java.lang.String getName()
- Returns:
- the user-friendly name of this PermissionSet
getPermissions
java.util.Set<java.security.Permission> getPermissions()
- Returns:
- the Permissions included in this PermissionSet
Copyright © 2007-2008 MIT IS&T ISDA. All Rights Reserved.