Package | Description |
---|---|
org.opends.server.admin.std.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.opends.server.admin.std.meta |
Provides introspection interfaces for the Core directory server
administrative components.
|
org.opends.server.admin.std.server |
Provides server-side interfaces for accessing the Core directory
server administrative components.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends CoreSchemaCfgClient,? extends CoreSchemaCfg> |
CoreSchemaCfgClient.definition()
Get the configuration definition associated with this Core Schema.
|
Modifier and Type | Method and Description |
---|---|
CoreSchemaCfg |
CoreSchemaCfgDefn.createServerConfiguration(ServerManagedObject<? extends CoreSchemaCfg> impl)
Creates a server configuration view of the provided server
managed object.
|
Modifier and Type | Method and Description |
---|---|
Class<CoreSchemaCfg> |
CoreSchemaCfgDefn.getServerConfigurationClass()
Gets the server configuration class instance associated with this
managed object definition.
|
Modifier and Type | Method and Description |
---|---|
CoreSchemaCfg |
CoreSchemaCfgDefn.createServerConfiguration(ServerManagedObject<? extends CoreSchemaCfg> impl)
Creates a server configuration view of the provided server
managed object.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends CoreSchemaCfg> |
CoreSchemaCfg.configurationClass()
Gets the configuration class associated with this Core Schema.
|
Modifier and Type | Method and Description |
---|---|
void |
CoreSchemaCfg.addCoreSchemaChangeListener(ConfigurationChangeListener<CoreSchemaCfg> listener)
Register to be notified when this Core Schema is changed.
|
void |
CoreSchemaCfg.removeCoreSchemaChangeListener(ConfigurationChangeListener<CoreSchemaCfg> listener)
Deregister an existing Core Schema configuration change listener.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.