Uses of Class
org.apache.jackrabbit.webdav.security.Privilege
-
Packages that use Privilege Package Description org.apache.jackrabbit.webdav.jcr Contains JCR specific implementations.org.apache.jackrabbit.webdav.security -
-
Uses of Privilege in org.apache.jackrabbit.webdav.jcr
Fields in org.apache.jackrabbit.webdav.jcr declared as Privilege Modifier and Type Field Description static PrivilegeItemResourceConstants. PRIVILEGE_JCR_ADD_NODEPrivilege representing the JSR170 'add_node' action.static PrivilegeItemResourceConstants. PRIVILEGE_JCR_READPrivilege representing the JSR170 'read' action.static PrivilegeItemResourceConstants. PRIVILEGE_JCR_REMOVEPrivilege representing the JSR170 'remove' action.static PrivilegeItemResourceConstants. PRIVILEGE_JCR_SET_PROPERTYPrivilege representing the JSR170 'set_property' action. -
Uses of Privilege in org.apache.jackrabbit.webdav.security
Fields in org.apache.jackrabbit.webdav.security declared as Privilege Modifier and Type Field Description static PrivilegePrivilege. PRIVILEGE_ALLDAV:all is an aggregate privilege that contains the entire set of privileges that can be applied to the resource.static PrivilegePrivilege. PRIVILEGE_BINDThe DAV:bind privilege allows a method to add a new member URL to the specified collection (for example via PUT or MKCOL).static PrivilegePrivilege. PRIVILEGE_READThe read privilege controls methods that return information about the state of the resource, including the resource's properties.static PrivilegePrivilege. PRIVILEGE_READ_ACLThe DAV:read-acl privilege controls the use of PROPFIND to retrieve the DAV:acl property of the resource.static PrivilegePrivilege. PRIVILEGE_READ_CURRENT_USER_PRIVILEGE_SETThe DAV:read-current-user-privilege-set privilege controls the use of PROPFIND to retrieve the DAV:current-user-privilege-set property of the resource.static PrivilegePrivilege. PRIVILEGE_UNBINDThe DAV:unbind privilege allows a method to remove a member URL from the specified collection (for example via DELETE or MOVE).static PrivilegePrivilege. PRIVILEGE_UNLOCKThe DAV:unlock privilege controls the use of the UNLOCK method by a principal other than the lock owner (the principal that created a lock can always perform an UNLOCK).static PrivilegePrivilege. PRIVILEGE_WRITEThe write privilege controls methods that lock a resource or modify the content, dead properties, or (in the case of a collection) membership of the resource, such as PUT and PROPPATCH.static PrivilegePrivilege. PRIVILEGE_WRITE_ACLThe DAV:write-acl privilege controls use of the ACL method to modify the DAV:acl property of the resource.static PrivilegePrivilege. PRIVILEGE_WRITE_CONTENTThe DAV:write-content privilege controls methods that modify the content of an existing resource, such as PUT.static PrivilegePrivilege. PRIVILEGE_WRITE_PROPERTIESThe DAV:write-properties privilege controls methods that modify the dead properties of the resource, such as PROPPATCH.Methods in org.apache.jackrabbit.webdav.security that return Privilege Modifier and Type Method Description static PrivilegePrivilege. getPrivilege(String privilege, Namespace namespace)Factory method to create/retrieve aPrivilege.static PrivilegePrivilege. getPrivilege(Element privilege)Factory method to create/retrieve aPrivilegefrom the given DAV:privilege element.PrivilegeSupportedPrivilege. getPrivilege()Privilege[]AclProperty.Ace. getPrivileges()Methods in org.apache.jackrabbit.webdav.security that return types with arguments of type Privilege Modifier and Type Method Description Collection<Privilege>CurrentUserPrivilegeSetProperty. getValue()Methods in org.apache.jackrabbit.webdav.security with parameters of type Privilege Modifier and Type Method Description static AclProperty.AceAclProperty. createDenyAce(Principal principal, Privilege[] privileges, boolean invert, boolean isProtected, AclResource inheritedFrom)static AclProperty.AceAclProperty. createGrantAce(Principal principal, Privilege[] privileges, boolean invert, boolean isProtected, AclResource inheritedFrom)Constructors in org.apache.jackrabbit.webdav.security with parameters of type Privilege Constructor Description CurrentUserPrivilegeSetProperty(Privilege[] privileges)Create a new instance of this property.SupportedPrivilege(Privilege privilege, String description, String descriptionLanguage, boolean isAbstract, SupportedPrivilege[] supportedPrivileges)
-