public abstract class LDAPAttributeType
extends java.lang.Object
Each type is identified an LDAP directory attribute name. The LDAP directory attribute name identifies the attribute that should be used when searching for this type of object in an LDAP directory. Subclasses of this class should be implemented to encapsulate the type of LDAP attributes which are required.
| Constructor and Description |
|---|
LDAPAttributeType(java.lang.String directoryAttributeName,
java.lang.String name)
The constructor; creates a new Attribute type.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDirectoryAttributeName()
Returns the name of the directory that should be used when searching for
the specified data.
|
java.lang.String |
toString()
Returns the name of the data.
|
public LDAPAttributeType(java.lang.String directoryAttributeName,
java.lang.String name)
directoryAttributeName - the name of the directory attribute to search for this type of CRLname - the name of this type of attributepublic java.lang.String getDirectoryAttributeName()
public java.lang.String toString()
toString in class java.lang.Object