public class LdapAttributeType extends Object
Constructor and Description |
---|
LdapAttributeType()
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getEqualityRule() |
String |
getInheritFrom() |
static int |
getMAX_PASS_BEFORE_FAILING() |
String |
getName()
Default getter for name.
|
String |
getOid() |
String |
getOrderingRule() |
String |
getSubstringRule() |
String |
getSyntax() |
String |
getUsage() |
Map<String,String> |
getX() |
boolean |
isDirectoryOperation() |
boolean |
isDistributedOperation() |
boolean |
isDSAOperation() |
boolean |
isNoUserModification() |
boolean |
isObsolete() |
boolean |
isSingleValue()
Default getter for singleValue.
|
static LdapAttributeType |
parse(String atStr)
The main object builder.
|
void |
setName(String lname)
The slightly modify name setter.
|
public static LdapAttributeType parse(String atStr)
atStr
- the string extracted from the directory describing the
attribute typepublic final void setName(String lname)
lname
- the name to setpublic final boolean isSingleValue()
public final String getName()
public static int getMAX_PASS_BEFORE_FAILING()
public boolean isNoUserModification()
public boolean isDirectoryOperation()
public boolean isDSAOperation()
public boolean isObsolete()
public boolean isDistributedOperation()
public String getOid()
public String getUsage()
public String getSyntax()
public String getInheritFrom()
public String getDescription()
public String getEqualityRule()
public String getSubstringRule()
public String getOrderingRule()
Copyright © 2005-2024 LSC project. All Rights Reserved.