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 permissionorg.alfresco.service.namespace.QNamegetQName()Get the QName of the type or aspect against which the permission is defined.
-
-
-
Method Detail
-
getQName
org.alfresco.service.namespace.QName getQName()
Get the QName of the type or aspect against which the permission is defined.- Returns:
- the qname
-
getName
String getName()
Get the name of the permission- Returns:
- the name
-
-