|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.pd.jutil.PDRgyName
This class represents the name of an object in Policy Director's backing store. The object may be a user or group, for example. The backing store may be an LDAP or Active Directory database, for example.
Modes: Local,Remote
Constructor Summary | |
---|---|
PDRgyName(java.lang.String name)
Constructs a PDRgyName with the specified registry name. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Returns a copy of this object. |
boolean |
equals(java.lang.Object another)
Compares this registry name to the specified object. |
java.lang.String |
getName()
Returns this registry name. |
int |
hashCode()
Returns a hashcode for this registry name. |
java.lang.String |
toString()
Returns a String representation of this registry name. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PDRgyName(java.lang.String name)
name
- the registry name.Method Detail |
public boolean equals(java.lang.Object another)
equals
in interface java.security.Principal
another
- registry name to compare with.
public java.lang.String getName()
getName
in interface java.security.Principal
public int hashCode()
hashCode
in interface java.security.Principal
public java.lang.String toString()
toString
in interface java.security.Principal
public java.lang.Object clone()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |