Interface PermissionReference
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
AbstractPermission,AbstractPermissionReference,DynamicPermission,Permission,PermissionGroup,PermissionReferenceImpl,RequiredPermission,SimplePermissionReference
public interface PermissionReference extends java.io.SerializableA 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 java.lang.StringgetName()Get the name of the permissionorg.alfresco.service.namespace.QNamegetQName()Get the QName of the type or aspect against which the permission is defined.
-