Interface Permission

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$
Author:
Frank Y. Kim, John D. McNally, Brett McLaughlin