org.apache.directory.shared.ldap.aci
Class ProtectedItem.Classes

java.lang.Object
  extended byorg.apache.directory.shared.ldap.aci.ProtectedItem
      extended byorg.apache.directory.shared.ldap.aci.ProtectedItem.Classes
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ProtectedItem

public static class ProtectedItem.Classes
extends ProtectedItem

The contents of entries (possibly a family member) which are restricted to those that have object class values that satisfy the predicate defined by Refinement (see 12.3.5), together (in the case of an ancestor or other family member) with the entry contents as a whole of each subordinate family member entry; it does not necessarily include the information in these entries.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.apache.directory.shared.ldap.aci.ProtectedItem
ProtectedItem.AllAttributeValues, ProtectedItem.AllUserAttributeTypes, ProtectedItem.AllUserAttributeTypesAndValues, ProtectedItem.AttributeType, ProtectedItem.AttributeValue, ProtectedItem.Classes, ProtectedItem.Entry, ProtectedItem.MaxImmSub, ProtectedItem.MaxValueCount, ProtectedItem.MaxValueCountItem, ProtectedItem.RangeOfValues, ProtectedItem.RestrictedBy, ProtectedItem.RestrictedByItem, ProtectedItem.SelfValue
 
Field Summary
 
Fields inherited from class org.apache.directory.shared.ldap.aci.ProtectedItem
ALL_USER_ATTRIBUTE_TYPES, ALL_USER_ATTRIBUTE_TYPES_AND_VALUES, ENTRY
 
Constructor Summary
ProtectedItem.Classes(ExprNode classes)
          Creates a new instance.
 
Method Summary
 boolean equals(java.lang.Object o)
           
 ExprNode getClasses()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProtectedItem.Classes

public ProtectedItem.Classes(ExprNode classes)
Creates a new instance.

Parameters:
classes - refinement
Method Detail

getClasses

public ExprNode getClasses()

equals

public boolean equals(java.lang.Object o)


Copyright © 2003-2006 . All Rights Reserved.