|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.api.ldap.aci.ProtectedItem
org.apache.directory.api.ldap.aci.protectedItem.AbstractAttributeTypeProtectedItem
public abstract class AbstractAttributeTypeProtectedItem
A base class for all items which protects attribute types (or its values)
| Field Summary | |
|---|---|
protected Set<org.apache.directory.api.ldap.model.schema.AttributeType> |
attributeTypes
The attribute types. |
| Fields inherited from class org.apache.directory.api.ldap.aci.ProtectedItem |
|---|
ALL_USER_ATTRIBUTE_TYPES, ALL_USER_ATTRIBUTE_TYPES_AND_VALUES, ENTRY |
| Constructor Summary | |
|---|---|
protected |
AbstractAttributeTypeProtectedItem(Set<org.apache.directory.api.ldap.model.schema.AttributeType> attributeTypes)
Creates a new instance. |
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
int |
hashCode()
|
Iterator<org.apache.directory.api.ldap.model.schema.AttributeType> |
iterator()
Gets an iterator of all attribute types. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected final Set<org.apache.directory.api.ldap.model.schema.AttributeType> attributeTypes
| Constructor Detail |
|---|
protected AbstractAttributeTypeProtectedItem(Set<org.apache.directory.api.ldap.model.schema.AttributeType> attributeTypes)
attributeTypes - the collection of attribute IDs| Method Detail |
|---|
public Iterator<org.apache.directory.api.ldap.model.schema.AttributeType> iterator()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object o)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||