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

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

public static class ProtectedItem.RestrictedByItem
extends java.lang.Object
implements java.io.Serializable

An element of RestrictedBy.

See Also:
Serialized Form

Constructor Summary
ProtectedItem.RestrictedByItem(java.lang.String attributeType, java.lang.String valuesIn)
          Creates a new instance.
 
Method Summary
 java.lang.String getAttributeType()
          Returns the attribute type to restrict.
 java.lang.String getValuesIn()
          Returns the attribute type only whose values are allowed in attributeType.
 java.lang.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(java.lang.String attributeType,
                                      java.lang.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 java.lang.String getAttributeType()
Returns the attribute type to restrict.


getValuesIn

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


toString

public java.lang.String toString()


Copyright © 2003-2006 . All Rights Reserved.