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.
|
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.
|
Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.