|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.shared.ldap.aci.ProtectedItem.RestrictedByItem
public static class ProtectedItem.RestrictedByItem
An element of ProtectedItem.RestrictedBy
.
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 |
---|
public ProtectedItem.RestrictedByItem(String attributeType, String valuesIn)
attributeType
- the attribute type to restrictvaluesIn
- the attribute type only whose values are allowed in
attributeType.Method Detail |
---|
public String getAttributeType()
public String getValuesIn()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |