Class RestrictedByElem
- java.lang.Object
-
- org.apache.directory.api.ldap.aci.protectedItem.RestrictedByElem
-
public class RestrictedByElem extends Object
An element ofRestrictedByItem.- Author:
- Apache Directory Project
-
-
Constructor Summary
Constructors Constructor Description RestrictedByElem(AttributeType attributeType, AttributeType valuesIn)Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)AttributeTypegetAttributeType()Gets the attribute type to restrict.AttributeTypegetValuesIn()Gets the attribute type only whose values are allowed in attributeType.inthashCode()StringtoString()
-
-
-
Constructor Detail
-
RestrictedByElem
public RestrictedByElem(AttributeType attributeType, AttributeType valuesIn)
Creates a new instance.- Parameters:
attributeType- the attribute type to restrictvaluesIn- the attribute type only whose values are allowed in attributeType.
-
-
Method Detail
-
getAttributeType
public AttributeType getAttributeType()
Gets the attribute type to restrict.- Returns:
- the attribute type
-
getValuesIn
public AttributeType getValuesIn()
Gets the attribute type only whose values are allowed in attributeType.- Returns:
- the list of allowed AttributeType values
-
-