- All Superinterfaces:
- SecurityEntity, Serializable
- All Known Subinterfaces:
- DynamicPermission, TurbinePermission
- All Known Implementing Classes:
- DynamicPermissionImpl, TurbinePermissionImpl
public interface Permission
extends SecurityEntity
This class represents the a permissions.. The class implements Comparable so
that when Permissions are added to a Set, they will be in alphabetical order
by name.
- Version:
- $Id: Permission.java 1374616 2012-08-18 17:26:07Z tv $
- Author:
- Frank Y. Kim, John D. McNally, Brett McLaughlin