Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.core.security.SecurityException

Packages that use SecurityException
org.nuxeo.ecm.core.security   
org.nuxeo.ecm.core.storage.sql.coremodel   
 

Uses of SecurityException in org.nuxeo.ecm.core.security
 

Methods in org.nuxeo.ecm.core.security that throw SecurityException
 boolean SecurityService.checkPermission(Document doc, Principal principal, String permission)
           
 boolean SecurityManager.checkPermission(Document doc, String username, String permission)
          Checks whether this ACP grant the given permission on the given user.
 Access SecurityManager.getAccess(Document doc, String username, String permission)
          Checks whether this ACP grant the given permission on the given user, denies it or doesn't specify a rule.
 ACP SecurityManager.getACP(Document doc)
           
 ACP SecurityManager.getMergedACP(Document doc)
           
 void SecurityManager.setACP(Document doc, ACP acp, boolean overwrite)
           
 

Uses of SecurityException in org.nuxeo.ecm.core.storage.sql.coremodel
 

Methods in org.nuxeo.ecm.core.storage.sql.coremodel that throw SecurityException
 boolean SQLSecurityManager.checkPermission(Document doc, String username, String permission)
           
 Access SQLSecurityManager.getAccess(Document doc, String username, String permission)
           
 ACP SQLSecurityManager.getACP(Document doc)
           
 ACP SQLSecurityManager.getMergedACP(Document doc)
           
 void SQLSecurityManager.setACP(Document doc, ACP acp, boolean overwrite)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.