|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ldaptive.provider.jndi.AttributesFactory
public final class AttributesFactory
Provides convenience methods for creating jndi attributes and attribute objects.
| Field Summary | |
|---|---|
static boolean |
DEFAULT_IGNORE_CASE
Default ignore case value, value of this constant is true. |
| Method Summary | |
|---|---|
static Attribute |
createAttribute(String name)
Creates a new attribute. |
static Attribute |
createAttribute(String name,
Object value)
Creates a new attribute. |
static Attribute |
createAttribute(String name,
Object[] values)
Creates a new attribute. |
static Attributes |
createAttributes(String name)
Creates a new attributes. |
static Attributes |
createAttributes(String name,
boolean ignoreCase)
Creates a new attributes. |
static Attributes |
createAttributes(String name,
Object value)
Creates a new attributes. |
static Attributes |
createAttributes(String name,
Object[] values)
Creates a new attributes. |
static Attributes |
createAttributes(String name,
Object[] values,
boolean ignoreCase)
Creates a new attributes. |
static Attributes |
createAttributes(String name,
Object value,
boolean ignoreCase)
Creates a new attributes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final boolean DEFAULT_IGNORE_CASE
| Method Detail |
|---|
public static Attributes createAttributes(String name)
name - of the attribute
public static Attributes createAttributes(String name,
boolean ignoreCase)
name - of the attributeignoreCase - whether to ignore the case of attribute values
public static Attributes createAttributes(String name,
Object value)
name - of the attributevalue - of the attribute
public static Attributes createAttributes(String name,
Object value,
boolean ignoreCase)
name - of the attributevalue - of the attributeignoreCase - whether to ignore the case of attribute values
public static Attributes createAttributes(String name,
Object[] values)
name - of the attributevalues - of the attribute
public static Attributes createAttributes(String name,
Object[] values,
boolean ignoreCase)
name - of the attributevalues - of the attributeignoreCase - whether to ignore the case of attribute values
public static Attribute createAttribute(String name)
name - of the attribute
public static Attribute createAttribute(String name,
Object value)
name - of the attributevalue - of the attribute
public static Attribute createAttribute(String name,
Object[] values)
name - of the attributevalues - of the attribute
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||