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

java.lang.Object
  extended by org.apache.directory.shared.ldap.aci.ProtectedItem.RestrictedByItem
All Implemented Interfaces:
Serializable
Enclosing class:
ProtectedItem

public static class ProtectedItem.RestrictedByItem
extends Object
implements Serializable

An element of ProtectedItem.RestrictedBy.

See Also:
Serialized Form

Constructor Summary
ProtectedItem.RestrictedByItem(String attributeType, String valuesIn)
          Creates a new instance.
 
Method Summary
 String getAttributeType()
          Returns the attribute type to restrict.
 String getValuesIn()
          Returns the attribute type only whose values are allowed in attributeType.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProtectedItem.RestrictedByItem

public ProtectedItem.RestrictedByItem(String attributeType,
                                      String valuesIn)
Creates a new instance.

Parameters:
attributeType - the attribute type to restrict
valuesIn - the attribute type only whose values are allowed in attributeType.
Method Detail

getAttributeType

public String getAttributeType()
Returns the attribute type to restrict.


getValuesIn

public String getValuesIn()
Returns the attribute type only whose values are allowed in attributeType.


toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2012. All Rights Reserved.