public final class AttributesFactory
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEFAULT_IGNORE_CASE
Default ignore case value, value of this constant is true.
|
| Modifier | Constructor and Description |
|---|---|
private |
AttributesFactory()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static javax.naming.directory.Attribute |
createAttribute(java.lang.String name)
Creates a new attribute.
|
static javax.naming.directory.Attribute |
createAttribute(java.lang.String name,
java.lang.Object value)
Creates a new attribute.
|
static javax.naming.directory.Attribute |
createAttribute(java.lang.String name,
java.lang.Object[] values)
Creates a new attribute.
|
static javax.naming.directory.Attributes |
createAttributes(java.lang.String name)
Creates a new attributes.
|
static javax.naming.directory.Attributes |
createAttributes(java.lang.String name,
boolean ignoreCase)
Creates a new attributes.
|
static javax.naming.directory.Attributes |
createAttributes(java.lang.String name,
java.lang.Object value)
Creates a new attributes.
|
static javax.naming.directory.Attributes |
createAttributes(java.lang.String name,
java.lang.Object[] values)
Creates a new attributes.
|
static javax.naming.directory.Attributes |
createAttributes(java.lang.String name,
java.lang.Object[] values,
boolean ignoreCase)
Creates a new attributes.
|
static javax.naming.directory.Attributes |
createAttributes(java.lang.String name,
java.lang.Object value,
boolean ignoreCase)
Creates a new attributes.
|
public static final boolean DEFAULT_IGNORE_CASE
public static javax.naming.directory.Attributes createAttributes(java.lang.String name)
name - of the attributepublic static javax.naming.directory.Attributes createAttributes(java.lang.String name,
boolean ignoreCase)
name - of the attributeignoreCase - whether to ignore the case of attribute valuespublic static javax.naming.directory.Attributes createAttributes(java.lang.String name,
java.lang.Object value)
name - of the attributevalue - of the attributepublic static javax.naming.directory.Attributes createAttributes(java.lang.String name,
java.lang.Object value,
boolean ignoreCase)
name - of the attributevalue - of the attributeignoreCase - whether to ignore the case of attribute valuespublic static javax.naming.directory.Attributes createAttributes(java.lang.String name,
java.lang.Object[] values)
name - of the attributevalues - of the attributepublic static javax.naming.directory.Attributes createAttributes(java.lang.String name,
java.lang.Object[] values,
boolean ignoreCase)
name - of the attributevalues - of the attributeignoreCase - whether to ignore the case of attribute valuespublic static javax.naming.directory.Attribute createAttribute(java.lang.String name)
name - of the attributepublic static javax.naming.directory.Attribute createAttribute(java.lang.String name,
java.lang.Object value)
name - of the attributevalue - of the attributepublic static javax.naming.directory.Attribute createAttribute(java.lang.String name,
java.lang.Object[] values)
name - of the attributevalues - of the attribute