| Package | Description |
|---|---|
| org.apache.directory.api.ldap.aci |
| Modifier and Type | Field and Description |
|---|---|
private MicroOperation |
GrantAndDenial.microOperation
The micro operation.
|
| Modifier and Type | Field and Description |
|---|---|
private Set<MicroOperation> |
ACITuple.microOperations
The set of
MicroOperations this tuple relates |
| Modifier and Type | Method and Description |
|---|---|
MicroOperation |
GrantAndDenial.getMicroOperation()
Gets the
MicroOperation related with this grant or denial. |
static MicroOperation |
MicroOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MicroOperation[] |
MicroOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<MicroOperation> |
ACITuple.getMicroOperations()
Gets the collection of
MicroOperations this tuple relates. |
protected static Collection<MicroOperation> |
ACIItem.toMicroOperations(Collection<GrantAndDenial> grantsAndDenials)
Converts a collection of
GrantAndDenials into a collection of MicroOperations. |
| Constructor and Description |
|---|
GrantAndDenial(MicroOperation microOperation,
int code,
boolean grant) |
| Constructor and Description |
|---|
ACITuple(Collection<UserClass> userClasses,
org.apache.directory.api.ldap.model.constants.AuthenticationLevel authenticationLevel,
Collection<ProtectedItem> protectedItems,
Collection<MicroOperation> microOperations,
boolean grant,
Integer precedence)
Creates a new instance.
|
Copyright © 2003–2019 The Apache Software Foundation. All rights reserved.