public interface DynamicAuthority
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthority()
If this authority is granted this method provides the string
representation of the granted authority.
|
boolean |
hasAuthority(org.alfresco.service.cmr.repository.NodeRef nodeRef,
String userName)
Is this authority granted to the given user for this node ref?
|
Set<PermissionReference> |
requiredFor()
For what permission checks is this dynamic authority required?
If null, it is required for all checks.
|
boolean hasAuthority(org.alfresco.service.cmr.repository.NodeRef nodeRef,
String userName)
nodeRef - NodeRefuserName - StringString getAuthority()
Set<PermissionReference> requiredFor()
Copyright © 2005–2018 Alfresco Software. All rights reserved.