Package | Description |
---|---|
org.apache.directory.shared.ldap.aci |
ACI (Access Control Information) data model adopted from X.501 specification.
|
Modifier and Type | Method and Description |
---|---|
MicroOperation |
GrantAndDenial.getMicroOperation()
Returns 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 |
---|---|
Set<MicroOperation> |
ACITuple.getMicroOperations()
Returns the set of
MicroOperation s this tuple relates. |
protected static Set<MicroOperation> |
ACIItem.toMicroOperations(Set<GrantAndDenial> grantsAndDenials)
Converts a set of
GrantAndDenial s into a set of
MicroOperation s and returns it. |
Constructor and Description |
---|
ACITuple(Collection<UserClass> userClasses,
AuthenticationLevel authenticationLevel,
Collection<ProtectedItem> protectedItems,
Set<MicroOperation> microOperations,
boolean grant,
int precedence)
Creates a new instance.
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.