| 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 java.util.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(java.lang.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 |
|---|---|
java.util.Collection<MicroOperation> |
ACITuple.getMicroOperations()
Gets the collection of
MicroOperations this tuple relates. |
protected static java.util.Collection<MicroOperation> |
ACIItem.toMicroOperations(java.util.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(java.util.Collection<UserClass> userClasses,
AuthenticationLevel authenticationLevel,
java.util.Collection<ProtectedItem> protectedItems,
java.util.Collection<MicroOperation> microOperations,
boolean grant,
java.lang.Integer precedence)
Creates a new instance.
|