- canAddChildren(Node) - Method in class org.apache.sling.jcr.jackrabbit.accessmanager.PrivilegesInfo
-
Checks whether the current user has been granted privileges
to add children to the specified node.
- canAddChildren(Session, String) - Method in class org.apache.sling.jcr.jackrabbit.accessmanager.PrivilegesInfo
-
Checks whether the current user has been granted privileges
to add children to the specified path.
- canDelete(Node) - Method in class org.apache.sling.jcr.jackrabbit.accessmanager.PrivilegesInfo
-
Checks whether the current user has been granted privileges
to delete the specified node.
- canDelete(Session, String) - Method in class org.apache.sling.jcr.jackrabbit.accessmanager.PrivilegesInfo
-
Checks whether the current user has been granted privileges
to delete the specified path.
- canDeleteChildren(Node) - Method in class org.apache.sling.jcr.jackrabbit.accessmanager.PrivilegesInfo
-
Checks whether the current user has been granted privileges
to delete children to the specified node.
- canDeleteChildren(Session, String) - Method in class org.apache.sling.jcr.jackrabbit.accessmanager.PrivilegesInfo
-
Checks whether the current user has been granted privileges
to delete children of the specified path.
- canModifyAccessControl(Node) - Method in class org.apache.sling.jcr.jackrabbit.accessmanager.PrivilegesInfo
-
Checks whether the current user has been granted privileges
to modify the access control of the specified node.
- canModifyAccessControl(Session, String) - Method in class org.apache.sling.jcr.jackrabbit.accessmanager.PrivilegesInfo
-
Checks whether the current user has been granted privileges
to modify the access control of the specified path.
- canModifyProperties(Node) - Method in class org.apache.sling.jcr.jackrabbit.accessmanager.PrivilegesInfo
-
Checks whether the current user has been granted privileges
to modify properties of the specified node.
- canModifyProperties(Session, String) - Method in class org.apache.sling.jcr.jackrabbit.accessmanager.PrivilegesInfo
-
Checks whether the current user has been granted privileges
to modify properties of the specified path.
- canReadAccessControl(Node) - Method in class org.apache.sling.jcr.jackrabbit.accessmanager.PrivilegesInfo
-
Checks whether the current user has been granted privileges
to read the access control of the specified node.
- canReadAccessControl(Session, String) - Method in class org.apache.sling.jcr.jackrabbit.accessmanager.PrivilegesInfo
-
Checks whether the current user has been granted privileges
to read the access control of the specified path.
- createHtmlResponse(SlingHttpServletRequest) - Method in class org.apache.sling.jcr.jackrabbit.accessmanager.post.AbstractAccessPostServlet
-
- getAccessControlEntries(Session, String) - Method in class org.apache.sling.jcr.jackrabbit.accessmanager.post.AbstractGetAclServlet
-
- getAccessControlEntries(Session, String) - Method in class org.apache.sling.jcr.jackrabbit.accessmanager.post.GetAclServlet
-
- getAccessControlEntries(Session, String) - Method in class org.apache.sling.jcr.jackrabbit.accessmanager.post.GetEffectiveAclServlet
-
- getAccessControlList(AccessControlManager, String, boolean) - Method in class org.apache.sling.jcr.jackrabbit.accessmanager.post.AbstractAccessPostServlet
-
Returns an AccessControlList
to edit for the node at the
given resourcePath
.
- GetAcl - Interface in org.apache.sling.jcr.jackrabbit.accessmanager
-
The GetAcl
service api.
- getAcl(Session, String) - Method in interface org.apache.sling.jcr.jackrabbit.accessmanager.GetAcl
-
Gets the access control list for a resource.
- getAcl(Session, String) - Method in class org.apache.sling.jcr.jackrabbit.accessmanager.post.GetAclServlet
-
- GetAclServlet - Class in org.apache.sling.jcr.jackrabbit.accessmanager.post
-
Sling GET servlet implementation for dumping the declared ACL of a resource to JSON.
- GetAclServlet() - Constructor for class org.apache.sling.jcr.jackrabbit.accessmanager.post.GetAclServlet
-
- getDeclaredAccessRights(Node) - Method in class org.apache.sling.jcr.jackrabbit.accessmanager.PrivilegesInfo
-
Returns the mapping of declared access rights that have been set for the resource at
the given path.
- getDeclaredAccessRights(Session, String) - Method in class org.apache.sling.jcr.jackrabbit.accessmanager.PrivilegesInfo
-
Returns the mapping of declared access rights that have been set for the resource at
the given path.
- getDeclaredAccessRightsForPrincipal(Node, String) - Method in class org.apache.sling.jcr.jackrabbit.accessmanager.PrivilegesInfo
-
Returns the declared access rights for the specified Node for the given
principalId.
- getDeclaredAccessRightsForPrincipal(Session, String, String) - Method in class org.apache.sling.jcr.jackrabbit.accessmanager.PrivilegesInfo
-
Returns the declared access rights for the resource at the specified path for the given
principalId.
- getDeclaredRestrictionsForPrincipal(Node, String) - Method in class org.apache.sling.jcr.jackrabbit.accessmanager.PrivilegesInfo
-
Returns the restrictions for the specified path.
- getDeclaredRestrictionsForPrincipal(Session, String, String) - Method in class org.apache.sling.jcr.jackrabbit.accessmanager.PrivilegesInfo
-
Returns the restrictions for the specified path.
- getDenied() - Method in class org.apache.sling.jcr.jackrabbit.accessmanager.PrivilegesInfo.AccessRights
-
- getEffectiveAccessRights(Node) - Method in class org.apache.sling.jcr.jackrabbit.accessmanager.PrivilegesInfo
-
Returns the mapping of effective access rights that have been set for the resource at
the given path.
- getEffectiveAccessRights(Session, String) - Method in class org.apache.sling.jcr.jackrabbit.accessmanager.PrivilegesInfo
-
Returns the mapping of effective access rights that have been set for the resource at
the given path.
- getEffectiveAccessRightsForPrincipal(Node, String) - Method in class org.apache.sling.jcr.jackrabbit.accessmanager.PrivilegesInfo
-
Returns the effective access rights for the specified Node for the given
principalId.
- getEffectiveAccessRightsForPrincipal(Session, String, String) - Method in class org.apache.sling.jcr.jackrabbit.accessmanager.PrivilegesInfo
-
Returns the effective access rights for the resource at the specified path for the given
principalId.
- GetEffectiveAcl - Interface in org.apache.sling.jcr.jackrabbit.accessmanager
-
The GetAcl
service api.
- getEffectiveAcl(Session, String) - Method in interface org.apache.sling.jcr.jackrabbit.accessmanager.GetEffectiveAcl
-
Gets the effective access control list for a resource.
- getEffectiveAcl(Session, String) - Method in class org.apache.sling.jcr.jackrabbit.accessmanager.post.GetEffectiveAclServlet
-
- GetEffectiveAclServlet - Class in org.apache.sling.jcr.jackrabbit.accessmanager.post
-
Sling GET servlet implementation for dumping the declared ACL of a resource to JSON.
- GetEffectiveAclServlet() - Constructor for class org.apache.sling.jcr.jackrabbit.accessmanager.post.GetEffectiveAclServlet
-
- getGranted() - Method in class org.apache.sling.jcr.jackrabbit.accessmanager.PrivilegesInfo.AccessRights
-
- getItemPath(SlingHttpServletRequest) - Method in class org.apache.sling.jcr.jackrabbit.accessmanager.post.AbstractAccessPostServlet
-
Returns the path of the resource of the request as the item path.
- getPrivilegeSetDisplayName(Locale) - Method in class org.apache.sling.jcr.jackrabbit.accessmanager.PrivilegesInfo.AccessRights
-
- getRedirectUrl(HttpServletRequest, AbstractPostResponse) - Method in class org.apache.sling.jcr.jackrabbit.accessmanager.post.AbstractAccessPostServlet
-
- getRedirectUrl(HttpServletRequest, PostResponse) - Method in class org.apache.sling.jcr.jackrabbit.accessmanager.post.AbstractAccessPostServlet
-
compute redirect URL (SLING-126)
- getSupportedPrivileges(Node) - Method in class org.apache.sling.jcr.jackrabbit.accessmanager.PrivilegesInfo
-
Return the supported Privileges for the specified node.
- getSupportedPrivileges(Session, String) - Method in class org.apache.sling.jcr.jackrabbit.accessmanager.PrivilegesInfo
-
Returns the supported privileges for the specified path.