|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MicroOperation | |
---|---|
org.apache.directory.shared.ldap.aci | ACI (Access Control Information) data model adopted from X.501 specification. |
Uses of MicroOperation in org.apache.directory.shared.ldap.aci |
---|
Methods in org.apache.directory.shared.ldap.aci that return MicroOperation | |
---|---|
MicroOperation |
GrantAndDenial.getMicroOperation()
Returns 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. |
Methods in org.apache.directory.shared.ldap.aci that return types with arguments of type MicroOperation | |
---|---|
java.util.Set<MicroOperation> |
ACITuple.getMicroOperations()
Returns the set of MicroOperation s this tuple relates. |
protected static java.util.Set<MicroOperation> |
ACIItem.toMicroOperations(java.util.Set<GrantAndDenial> grantsAndDenials)
Converts a set of GrantAndDenial s into a set of
MicroOperation s and returns it. |
Constructor parameters in org.apache.directory.shared.ldap.aci with type arguments of type MicroOperation | |
---|---|
ACITuple(java.util.Collection<UserClass> userClasses,
AuthenticationLevel authenticationLevel,
java.util.Collection<ProtectedItem> protectedItems,
java.util.Set<MicroOperation> microOperations,
boolean grant,
int precedence)
Creates a new instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |