Class PermissionContext
- java.lang.Object
-
- org.alfresco.service.cmr.security.PermissionContext
-
@AlfrescoPublicApi public class PermissionContext extends Object
-
-
Constructor Summary
Constructors Constructor Description PermissionContext(QName type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addDynamicAuthorityAssignment(String user, String dynamicAuthority)
Map<String,Object>
getAdditionalContext()
HashSet<QName>
getAspects()
Map<String,Set<String>>
getDynamicAuthorityAssignment()
Map<QName,Serializable>
getProperties()
Long
getStoreAcl()
QName
getType()
void
setStoreAcl(Long storeAcl)
-
-
-
Constructor Detail
-
PermissionContext
public PermissionContext(QName type)
-
-
Method Detail
-
addDynamicAuthorityAssignment
public void addDynamicAuthorityAssignment(String user, String dynamicAuthority)
-
getProperties
public Map<QName,Serializable> getProperties()
-
getType
public QName getType()
-
getStoreAcl
public Long getStoreAcl()
-
setStoreAcl
public void setStoreAcl(Long storeAcl)
-
-