|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.lsc.jndi.parser.LdapAttributeType
public class LdapAttributeType
Define an ldap attribute type representation. Successfully tested with OpenLDAP 2.3 and 2.4
| Constructor Summary | |
|---|---|
LdapAttributeType()
The default constructor. |
|
| Method Summary | |
|---|---|
String |
getName()
Default getter for name. |
boolean |
isSingleValue()
Default getter for singleValue. |
static LdapAttributeType |
parse(String atStr)
The main object builder. |
void |
setName(String lname)
The slightly modify name setter. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LdapAttributeType()
| Method Detail |
|---|
public static LdapAttributeType parse(String atStr)
atStr - the string extracted from the directory describing the
attribute type
public final void setName(String lname)
lname - the name to setpublic final boolean isSingleValue()
public final String getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||