|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AccessControlPropagation | |
|---|---|
| org.xcmis.spi | |
| org.xcmis.spi.basic | |
| org.xcmis.spi.model | |
| Uses of AccessControlPropagation in org.xcmis.spi |
|---|
| Methods in org.xcmis.spi with parameters of type AccessControlPropagation | |
|---|---|
void |
Connection.applyACL(String objectId,
List<AccessControlEntry> addACL,
List<AccessControlEntry> removeACL,
AccessControlPropagation propagation)
Adds or(and) removes the given Access Control Entries to(from) the Access Control List of object. |
| Uses of AccessControlPropagation in org.xcmis.spi.basic |
|---|
| Fields in org.xcmis.spi.basic declared as AccessControlPropagation | |
|---|---|
protected static AccessControlPropagation |
BasicStorageProvider.ACL_CAPABILITY_PROPAGATION
|
| Uses of AccessControlPropagation in org.xcmis.spi.model |
|---|
| Methods in org.xcmis.spi.model that return AccessControlPropagation | |
|---|---|
static AccessControlPropagation |
AccessControlPropagation.fromValue(String value)
|
AccessControlPropagation |
ACLCapability.getPropagation()
|
static AccessControlPropagation |
AccessControlPropagation.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AccessControlPropagation[] |
AccessControlPropagation.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.xcmis.spi.model with parameters of type AccessControlPropagation | |
|---|---|
ACLCapability(PermissionMapping permissionMapping,
List<Permission> permissions,
AccessControlPropagation propagation,
SupportedPermissions supportedPermissions)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||