Package | Description |
---|---|
org.opends.server.api |
Contains a number of API declarations for use throughout the
Directory Server.
|
org.opends.server.config |
Contains code used to interact with the Directory Server configuration.
|
org.opends.server.types |
Contains implementations for a number of Directory Server data
types.
|
Modifier and Type | Method and Description |
---|---|
Object |
InvokableComponent.invokeMethod(String methodName,
ConfigAttribute[] arguments)
Invokes the specified method with the provided arguments.
|
Modifier and Type | Class and Description |
---|---|
class |
BooleanConfigAttribute
This class defines a Boolean configuration attribute, which can hold a single
Boolean value of
true or false . |
class |
DNConfigAttribute
This class defines a DN configuration attribute, which can hold zero or more
DN values.
|
class |
IntegerConfigAttribute
This class defines an integer configuration attribute, which can hold zero or
more integer values.
|
class |
IntegerWithUnitConfigAttribute
This class defines a configuration attribute that stores both an integer
value and an associated unit.
|
class |
MultiChoiceConfigAttribute
This class defines a multi-choice configuration attribute, which can hold
zero or more string values.
|
class |
ReadOnlyConfigAttribute
This class defines a configuration attribute that is only intended for use
in displaying information.
|
class |
StringConfigAttribute
This class defines a string configuration attribute, which can hold zero or
more string values.
|
Modifier and Type | Method and Description |
---|---|
ConfigAttribute |
BooleanConfigAttribute.duplicate()
Creates a duplicate of this configuration attribute.
|
ConfigAttribute |
StringConfigAttribute.duplicate()
Creates a duplicate of this configuration attribute.
|
ConfigAttribute |
IntegerConfigAttribute.duplicate()
Creates a duplicate of this configuration attribute.
|
ConfigAttribute |
DNConfigAttribute.duplicate()
Creates a duplicate of this configuration attribute.
|
ConfigAttribute |
MultiChoiceConfigAttribute.duplicate()
Creates a duplicate of this configuration attribute.
|
abstract ConfigAttribute |
ConfigAttribute.duplicate()
Creates a duplicate of this configuration attribute.
|
ConfigAttribute |
ReadOnlyConfigAttribute.duplicate()
Creates a duplicate of this configuration attribute.
|
ConfigAttribute |
IntegerWithUnitConfigAttribute.duplicate()
Creates a duplicate of this configuration attribute.
|
ConfigAttribute |
ConfigEntry.getConfigAttribute(ConfigAttribute stub)
Retrieves the specified configuration attribute from this configuration
entry.
|
ConfigAttribute |
BooleanConfigAttribute.getConfigAttribute(List<Attribute> attributeList)
Retrieves a new configuration attribute of this type that will contain the
values from the provided attribute.
|
ConfigAttribute |
StringConfigAttribute.getConfigAttribute(List<Attribute> attributeList)
Retrieves a new configuration attribute of this type that will contain the
values from the provided attribute.
|
ConfigAttribute |
IntegerConfigAttribute.getConfigAttribute(List<Attribute> attributeList)
Retrieves a new configuration attribute of this type that will contain the
values from the provided attribute.
|
ConfigAttribute |
DNConfigAttribute.getConfigAttribute(List<Attribute> attributeList)
Retrieves a new configuration attribute of this type that will contain the
values from the provided attribute.
|
ConfigAttribute |
MultiChoiceConfigAttribute.getConfigAttribute(List<Attribute> attributeList)
Retrieves a new configuration attribute of this type that will contain the
values from the provided attribute.
|
abstract ConfigAttribute |
ConfigAttribute.getConfigAttribute(List<Attribute> attributeList)
Retrieves a new configuration attribute of this type that will contain the
values from the provided attribute.
|
ConfigAttribute |
ReadOnlyConfigAttribute.getConfigAttribute(List<Attribute> attributeList)
Retrieves a new configuration attribute of this type that will contain the
values from the provided attribute.
|
ConfigAttribute |
IntegerWithUnitConfigAttribute.getConfigAttribute(List<Attribute> attributeList)
Retrieves a new configuration attribute of this type that will contain the
values from the provided attribute.
|
Modifier and Type | Method and Description |
---|---|
ConfigAttribute |
ConfigEntry.getConfigAttribute(ConfigAttribute stub)
Retrieves the specified configuration attribute from this configuration
entry.
|
void |
ConfigEntry.putConfigAttribute(ConfigAttribute attribute)
Puts the provided configuration attribute in this entry (adding a new
attribute if one doesn't exist, or replacing it if one does).
|
Modifier and Type | Method and Description |
---|---|
ConfigAttribute[] |
InvokableMethod.getArguments()
Retrieves the set of arguments for this invokable method.
|
Constructor and Description |
---|
InvokableMethod(String name,
String description,
ConfigAttribute[] arguments,
String returnType,
boolean retrievesComponentInfo,
boolean updatesComponentInfo)
Creates a new invokable method with the provided information.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.