|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.vt.middleware.ldap.AttributesFactory
public final class AttributesFactory
AttributesFactory provides convenience methods for creating
Attributes and Attribute.
| Method Summary | |
|---|---|
static Attribute |
createAttribute(String name)
Creates a new Attribute with the supplied name. |
static Attribute |
createAttribute(String name,
Object value)
Creates a new Attribute with the supplied name and value. |
static Attribute |
createAttribute(String name,
Object[] values)
Creates a new Attribute with the supplied name and values. |
static Attributes |
createAttributes(String name)
Creates a new Attributes with the supplied name. |
static Attributes |
createAttributes(String name,
boolean ignoreCase)
Creates a new Attributes with the supplied name. |
static Attributes |
createAttributes(String name,
Object value)
Creates a new Attributes with the supplied name and value. |
static Attributes |
createAttributes(String name,
Object[] values)
Creates a new Attributes with the supplied name and values. |
static Attributes |
createAttributes(String name,
Object[] values,
boolean ignoreCase)
Creates a new Attributes with the supplied name and values. |
static Attributes |
createAttributes(String name,
Object value,
boolean ignoreCase)
Creates a new Attributes with the supplied name and value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Attributes createAttributes(String name)
Attributes with the supplied name. Attributes
will be case-insensitive.
name - of the attribute
Attributes
public static Attributes createAttributes(String name,
boolean ignoreCase)
Attributes with the supplied name.
name - of the attributeignoreCase - whether to ignore the case of attribute values
Attributes
public static Attributes createAttributes(String name,
Object value)
Attributes with the supplied name and value.
Attributes will be case-insensitive.
name - of the attributevalue - of the attribute
Attributes
public static Attributes createAttributes(String name,
Object value,
boolean ignoreCase)
Attributes with the supplied name and value.
name - of the attributevalue - of the attributeignoreCase - whether to ignore the case of attribute values
Attributes
public static Attributes createAttributes(String name,
Object[] values)
Attributes with the supplied name and values.
Attributes will be case-insensitive.
name - of the attributevalues - of the attribute
Attributes
public static Attributes createAttributes(String name,
Object[] values,
boolean ignoreCase)
Attributes with the supplied name and values.
name - of the attributevalues - of the attributeignoreCase - whether to ignore the case of attribute values
Attributespublic static Attribute createAttribute(String name)
Attribute with the supplied name.
name - of the attribute
Attribute
public static Attribute createAttribute(String name,
Object value)
Attribute with the supplied name and value.
name - of the attributevalue - of the attribute
Attribute
public static Attribute createAttribute(String name,
Object[] values)
Attribute with the supplied name and values.
name - of the attributevalues - of the attribute
Attribute
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||