Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

org.alfresco.service.cmr.security
Class PermissionContext
java.lang.Object
  org.alfresco.service.cmr.security.PermissionContext

public class PermissionContext
extends Object

Constructor Summary
PermissionContext(QName type)
Method Summary
void
addDynamicAuthorityAssignment(String user, String dynamicAuthority)
getAdditionalContext()
getAspects()
getDynamicAuthorityAssignment()
getProperties()
getStoreAcl()
getType()
void
setStoreAcl(Long storeAcl)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail
PermissionContext
public PermissionContext(QName type)
Method Detail
getAspects
public HashSet<QNamegetAspects()

getDynamicAuthorityAssignment
public Map<String,Set<String>> getDynamicAuthorityAssignment()

addDynamicAuthorityAssignment
public void addDynamicAuthorityAssignment(String user,
                                          String dynamicAuthority)

getAdditionalContext
public Map<String,ObjectgetAdditionalContext()

getProperties
public Map<QName,SerializablegetProperties()

getType
public QName getType()

getStoreAcl
public Long getStoreAcl()

setStoreAcl
public void setStoreAcl(Long storeAcl)

Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

Copyright © 2005–2016 Alfresco Software. All rights reserved.

Java API documentation generated with DocFlex/Javadoc 1.6.1 using JavadocPro template set.