Uses of Class
org.apache.directory.shared.ldap.aci.MicroOperation

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're 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 MicroOperations this tuple relates.
protected static java.util.Set<MicroOperation> ACIItem.toMicroOperations(java.util.Set<GrantAndDenial> grantsAndDenials)
          Converts a set of GrantAndDenials into a set of MicroOperations 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.
 



Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.