|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MicroOperation | |
|---|---|
| org.apache.directory.api.ldap.aci | |
| Uses of MicroOperation in org.apache.directory.api.ldap.aci |
|---|
| Methods in org.apache.directory.api.ldap.aci that return MicroOperation | |
|---|---|
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. |
| Methods in org.apache.directory.api.ldap.aci that return types with arguments of type MicroOperation | |
|---|---|
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 parameters in org.apache.directory.api.ldap.aci with type arguments of type MicroOperation | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||