Uses of Class
org.apache.sling.jcr.jackrabbit.accessmanager.PrivilegesInfo.AccessRights
Packages that use PrivilegesInfo.AccessRights
-
Uses of PrivilegesInfo.AccessRights in org.apache.sling.jcr.jackrabbit.accessmanager
Methods in org.apache.sling.jcr.jackrabbit.accessmanager that return PrivilegesInfo.AccessRightsModifier and TypeMethodDescriptionPrivilegesInfo.getDeclaredAccessRightsForPrincipal
(javax.jcr.Node node, String principalId) Returns the declared access rights for the specified Node for the given principalId.PrivilegesInfo.getDeclaredAccessRightsForPrincipal
(javax.jcr.Session session, String absPath, String principalId) Returns the declared access rights for the resource at the specified path for the given principalId.PrivilegesInfo.getEffectiveAccessRightsForPrincipal
(javax.jcr.Node node, String principalId) Returns the effective access rights for the specified Node for the given principalId.PrivilegesInfo.getEffectiveAccessRightsForPrincipal
(javax.jcr.Session session, String absPath, String principalId) Returns the effective access rights for the resource at the specified path for the given principalId.Methods in org.apache.sling.jcr.jackrabbit.accessmanager that return types with arguments of type PrivilegesInfo.AccessRightsModifier and TypeMethodDescriptionPrivilegesInfo.getDeclaredAccessRights
(javax.jcr.Node node) Returns the mapping of declared access rights that have been set for the resource at the given path.PrivilegesInfo.getDeclaredAccessRights
(javax.jcr.Session session, String absPath) Returns the mapping of declared access rights that have been set for the resource at the given path.PrivilegesInfo.getEffectiveAccessRights
(javax.jcr.Node node) Returns the mapping of effective access rights that have been set for the resource at the given path.PrivilegesInfo.getEffectiveAccessRights
(javax.jcr.Session session, String absPath) Returns the mapping of effective access rights that have been set for the resource at the given path.protected Map<Principal,
PrivilegesInfo.AccessRights> PrivilegesInfo.toMap
(javax.jcr.Session session, jakarta.json.JsonObject aclJson) Convert the JSON acl to a map of Principal to AccessRights