Package | Description |
---|---|
org.apache.jackrabbit.webdav.security |
Modifier and Type | Method and Description |
---|---|
static AclProperty.Ace |
AclProperty.createDenyAce(Principal principal,
Privilege[] privileges,
boolean invert,
boolean isProtected,
AclResource inheritedFrom) |
static AclProperty.Ace |
AclProperty.createGrantAce(Principal principal,
Privilege[] privileges,
boolean invert,
boolean isProtected,
AclResource inheritedFrom) |
Modifier and Type | Method and Description |
---|---|
List<AclProperty.Ace> |
AclProperty.getValue() |
Constructor and Description |
---|
AclProperty(AclProperty.Ace[] accessControlElements)
Create a new
AclProperty from the given ACEs. |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.