|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AclResultInfo | |
---|---|
org.outerj.daisy.repository.acl | API for dealing with the Access Control functionality. |
Uses of AclResultInfo in org.outerj.daisy.repository.acl |
---|
Methods in org.outerj.daisy.repository.acl that return AclResultInfo | |
---|---|
AclResultInfo |
AccessManager.getAclInfo(Document document)
Gets ACL info for the current user, by evaluating the (live) ACL rules on the given document object. |
AclResultInfo |
AccessManager.getAclInfoOnLive(long userId,
long[] roleIds,
Document document)
Checks the ACL using the supplied document object. |
AclResultInfo |
AccessManager.getAclInfoOnLive(long userId,
long[] roleIds,
long documentId)
Gets the ACL info for the branch "main" and language "default" of the document. |
AclResultInfo |
AccessManager.getAclInfoOnLive(long userId,
long[] roleIds,
long documentId,
long branchId,
long languageId)
Gets ACL info for the specified user acting in the specified role, for the specified document variant, by evaluating the live ACL. |
AclResultInfo |
AccessManager.getAclInfoOnLive(long userId,
long[] roleIds,
VariantKey key)
Gets ACL info for the specified user acting in the specified role, for the specified document variant, by evaluating the live ACL. |
AclResultInfo |
AccessManager.getAclInfoOnStaging(long userId,
long[] roleIds,
Document document)
Equivalent of AccessManager.getAclInfoOnLive(long, long[], org.outerj.daisy.repository.Document) . |
AclResultInfo |
AccessManager.getAclInfoOnStaging(long userId,
long[] roleIds,
long documentId)
Gets the ACL info for the branch "main" and language "default" of the document. |
AclResultInfo |
AccessManager.getAclInfoOnStaging(long userId,
long[] roleIds,
long documentId,
long branchId,
long languageId)
Gets ACL info for the specified user acting in the specified role, for the specified document variant, by evaluating the staging ACL. |
AclResultInfo |
AccessManager.getAclInfoOnStaging(long userId,
long[] roleIds,
VariantKey key)
Gets ACL info for the specified user acting in the specified role, for the specified document variant, by evaluating the staging ACL. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |