|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.treebind.DefaultNameImplementation
org.treebind.LdapName
Name implementation representing LDAP class and property
names. Except for a few builtin types which use a specific domain name to
distinguish them, Ldap names have no domain names.
Name| Field Summary | |
static java.lang.String |
BUILTIN
The domain name of the builtin LDAP names. |
static LdapName |
DN
Builtin name for LDAP DNs. |
static LdapName |
ENTRY
Builtin name for LDAP entries. |
static Name |
LDIF
Builtin name for LDIF documents. |
static Name |
LDIFRECORD
Builtin name for LDIF records. |
static LdapName |
SEARCHRESULTS
Builtin name for LDAP search results. |
| Constructor Summary | |
LdapName(java.lang.String name)
Creates an LDAP name from its local name. |
|
| Method Summary | |
boolean |
equals(Name name)
Test if two names are equal. |
| Methods inherited from class org.treebind.DefaultNameImplementation |
getDomainName, getFullName, getLocalName |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.treebind.Name |
getDomainName, getFullName, getLocalName |
| Field Detail |
public static java.lang.String BUILTIN
public static LdapName DN
public static LdapName ENTRY
public static final Name LDIF
public static Name LDIFRECORD
public static LdapName SEARCHRESULTS
| Constructor Detail |
public LdapName(java.lang.String name)
name - the local name.| Method Detail |
public boolean equals(Name name)
Name
equals in interface Nameequals in class DefaultNameImplementation
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||