|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.authorization.dseecompat.ParentInheritance
public class ParentInheritance
This class is used by USERDN and GROUPDN userattr types to determine what parent inheritance checks to make.
Method Summary | |
---|---|
AttributeType |
getAttributeType()
Return the attribute type. |
java.lang.String |
getAttrTypeStr()
Return the string representation of the attribute type. |
DN |
getBaseDN()
Return the DN that groupdn must be under. |
int[] |
getLevels()
Returns an array of levels, where levels are integers. |
int |
getNumLevels()
Returns the number of levels counted. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getNumLevels()
public int[] getLevels()
public AttributeType getAttributeType()
public java.lang.String getAttrTypeStr()
public DN getBaseDN()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |