|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.itim.dataservices.model.DistinguishedName
DistinguishedName represents the distinguishing name, or key, that uniquely identifies an entry in the ITIM data model. It is important that a client treats the distinguishing name as a "black box" and does not attempt to associate meaning with the content or format of the object. This will ensure portability and backwards compatibility in future versions.
Constructor Summary | |
---|---|
DistinguishedName(java.lang.String rawDn)
Constructs the DistinguishedName with a raw input. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object dn)
Compares another DistinguishedName for equality. |
java.lang.String |
getAsString()
Returns the distinguished name in it raw string format. |
int |
hashCode()
Returns a hash value that can be used in hash tables. |
static boolean |
isDN(java.lang.String dn)
Returns true if the given String is a DN consistent with netscape.ldap.util.DN. |
java.lang.String |
toString()
Returns the string representation of the distinguished name. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DistinguishedName(java.lang.String rawDn)
rawDn
- String representation of the raw keyMethod Detail |
public java.lang.String getAsString()
public boolean equals(java.lang.Object dn)
equals
in class java.lang.Object
dn
- DistinguishedName to compare
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public static boolean isDN(java.lang.String dn)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |