Package | Description |
---|---|
org.forgerock.opendj.server.config.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.forgerock.opendj.server.config.meta |
Provides introspection interfaces for the Core directory server
administrative components.
|
org.forgerock.opendj.server.config.server |
Provides server-side interfaces for accessing the Core directory
server administrative components.
|
org.opends.server.api |
Contains a number of API declarations for use throughout the
Directory Server.
|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server
codebase.
|
org.opends.server.schema |
Contains implementations of various Directory Server schema elements.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends AttributeSyntaxCfgClient,? extends AttributeSyntaxCfg> |
AttributeSyntaxCfgClient.definition()
Get the configuration definition associated with this Attribute Syntax.
|
Modifier and Type | Method and Description |
---|---|
<C extends AttributeSyntaxCfgClient> |
RootCfgClient.createAttributeSyntax(ManagedObjectDefinition<C,? extends AttributeSyntaxCfg> d,
String name,
Collection<PropertyException> exceptions)
Creates a new Attribute Syntax.
|
Modifier and Type | Method and Description |
---|---|
AttributeSyntaxCfg |
AttributeSyntaxCfgDefn.createServerConfiguration(ServerManagedObject<? extends AttributeSyntaxCfg> impl)
Creates a server configuration view of the provided server managed
object.
|
Modifier and Type | Method and Description |
---|---|
InstantiableRelationDefinition<AttributeSyntaxCfgClient,AttributeSyntaxCfg> |
RootCfgDefn.getAttributeSyntaxesRelationDefinition()
Get the "attribute-syntaxes" relation definition.
|
Class<AttributeSyntaxCfg> |
AttributeSyntaxCfgDefn.getServerConfigurationClass()
Gets the server configuration class instance associated with this managed
object definition.
|
Modifier and Type | Method and Description |
---|---|
AttributeSyntaxCfg |
AttributeSyntaxCfgDefn.createServerConfiguration(ServerManagedObject<? extends AttributeSyntaxCfg> impl)
Creates a server configuration view of the provided server managed
object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AttributeTypeDescriptionAttributeSyntaxCfg
A server-side interface for querying Attribute Type Description
Attribute Syntax settings.
|
interface |
CertificateAttributeSyntaxCfg
A server-side interface for querying Certificate Attribute Syntax
settings.
|
interface |
CountryStringAttributeSyntaxCfg
A server-side interface for querying Country String Attribute
Syntax settings.
|
interface |
DirectoryStringAttributeSyntaxCfg
A server-side interface for querying Directory String Attribute
Syntax settings.
|
interface |
JPEGAttributeSyntaxCfg
A server-side interface for querying JPEG Attribute Syntax
settings.
|
interface |
TelephoneNumberAttributeSyntaxCfg
A server-side interface for querying Telephone Number Attribute
Syntax settings.
|
Modifier and Type | Method and Description |
---|---|
AttributeSyntaxCfg |
RootCfg.getAttributeSyntax(String name)
Gets the named Attribute Syntax.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends AttributeSyntaxCfg> |
AttributeSyntaxCfg.configurationClass()
Gets the configuration class associated with this Attribute Syntax.
|
Modifier and Type | Method and Description |
---|---|
void |
RootCfg.addAttributeSyntaxAddListener(ConfigurationAddListener<AttributeSyntaxCfg> listener)
Registers to be notified when new Attribute Syntaxes are added.
|
void |
RootCfg.addAttributeSyntaxDeleteListener(ConfigurationDeleteListener<AttributeSyntaxCfg> listener)
Registers to be notified when existing Attribute Syntaxes are deleted.
|
void |
AttributeSyntaxCfg.addChangeListener(ConfigurationChangeListener<AttributeSyntaxCfg> listener)
Register to be notified when this Attribute Syntax is changed.
|
void |
RootCfg.removeAttributeSyntaxAddListener(ConfigurationAddListener<AttributeSyntaxCfg> listener)
Deregisters an existing Attribute Syntax configuration add listener.
|
void |
RootCfg.removeAttributeSyntaxDeleteListener(ConfigurationDeleteListener<AttributeSyntaxCfg> listener)
Deregisters an existing Attribute Syntax configuration delete listener.
|
void |
AttributeSyntaxCfg.removeChangeListener(ConfigurationChangeListener<AttributeSyntaxCfg> listener)
Deregister an existing Attribute Syntax configuration change listener.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeSyntax<T extends AttributeSyntaxCfg>
This class defines the set of methods and structures that must be
implemented by a Directory Server module that implements an
attribute syntax.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AttributeSyntax.isConfigurationAcceptable(AttributeSyntaxCfg configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided configuration is acceptable for
this attribute syntax.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
AttributeSyntaxConfigManager.applyConfigurationAdd(AttributeSyntaxCfg configuration) |
ConfigChangeResult |
AttributeSyntaxConfigManager.applyConfigurationChange(AttributeSyntaxCfg configuration) |
ConfigChangeResult |
AttributeSyntaxConfigManager.applyConfigurationDelete(AttributeSyntaxCfg configuration) |
boolean |
AttributeSyntaxConfigManager.isConfigurationAddAcceptable(AttributeSyntaxCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
boolean |
AttributeSyntaxConfigManager.isConfigurationChangeAcceptable(AttributeSyntaxCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
boolean |
AttributeSyntaxConfigManager.isConfigurationDeleteAcceptable(AttributeSyntaxCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
Modifier and Type | Method and Description |
---|---|
void |
SubtreeSpecificationSyntax.initializeSyntax(AttributeSyntaxCfg configuration,
ServerContext serverContext) |
void |
AciSyntax.initializeSyntax(AttributeSyntaxCfg configuration,
ServerContext serverContext) |
Copyright 2010-2017 ForgeRock AS.