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.schema |
Contains implementations of various Directory Server schema elements.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends JPEGAttributeSyntaxCfgClient,? extends JPEGAttributeSyntaxCfg> |
JPEGAttributeSyntaxCfgClient.definition()
Get the configuration definition associated with this JPEG Attribute Syntax.
|
Modifier and Type | Method and Description |
---|---|
JPEGAttributeSyntaxCfg |
JPEGAttributeSyntaxCfgDefn.createServerConfiguration(ServerManagedObject<? extends JPEGAttributeSyntaxCfg> impl)
Creates a server configuration view of the provided server managed
object.
|
Modifier and Type | Method and Description |
---|---|
Class<JPEGAttributeSyntaxCfg> |
JPEGAttributeSyntaxCfgDefn.getServerConfigurationClass()
Gets the server configuration class instance associated with this managed
object definition.
|
Modifier and Type | Method and Description |
---|---|
JPEGAttributeSyntaxCfg |
JPEGAttributeSyntaxCfgDefn.createServerConfiguration(ServerManagedObject<? extends JPEGAttributeSyntaxCfg> impl)
Creates a server configuration view of the provided server managed
object.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends JPEGAttributeSyntaxCfg> |
JPEGAttributeSyntaxCfg.configurationClass()
Gets the configuration class associated with this JPEG Attribute Syntax.
|
Modifier and Type | Method and Description |
---|---|
void |
JPEGAttributeSyntaxCfg.addJPEGChangeListener(ConfigurationChangeListener<JPEGAttributeSyntaxCfg> listener)
Register to be notified when this JPEG Attribute Syntax is changed.
|
void |
JPEGAttributeSyntaxCfg.removeJPEGChangeListener(ConfigurationChangeListener<JPEGAttributeSyntaxCfg> listener)
Deregister an existing JPEG Attribute Syntax configuration change listener.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
JPEGSyntax.applyConfigurationChange(JPEGAttributeSyntaxCfg configuration) |
void |
JPEGSyntax.initializeSyntax(JPEGAttributeSyntaxCfg configuration,
ServerContext serverContext) |
boolean |
JPEGSyntax.isConfigurationChangeAcceptable(JPEGAttributeSyntaxCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
Copyright 2010-2017 ForgeRock AS.