Interface PermissionReference
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AbstractPermission,AbstractPermissionReference,DynamicPermission,Permission,PermissionGroup,PermissionReferenceImpl,RequiredPermission,SimplePermissionReference
public interface PermissionReference extends Serializable
A Permission is a named permission against a type or aspect which is defined by QName. So a permission string is scoped by type.- Author:
- Andy Hind
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Get the name of the permissionQNamegetQName()Get the QName of the type or aspect against which the permission is defined.
-