Uses of Class
org.forgerock.opendj.config.SingletonRelationDefinition
Package
Description
Common administration classes.
Common client-side administration classes.
Client side driver implementation interfaces.
Server-side administration interface.
Provides introspection interfaces for the Core directory server
administrative components.
-
Uses of SingletonRelationDefinition in org.forgerock.opendj.config
Modifier and TypeMethodDescriptionprotected SingletonRelationDefinition<C,
S> SingletonRelationDefinition.Builder.buildInstance
(RelationDefinition.Common<C, S> common) Modifier and TypeMethodDescription<C extends ConfigurationClient,
S extends Configuration>
voidManagedObjectPathSerializer.appendManagedObjectPathElement
(SingletonRelationDefinition<? super C, ? super S> r, AbstractManagedObjectDefinition<C, S> d) Append a managed object path element identified by a singleton relation.<M extends ConfigurationClient,
N extends Configuration>
ManagedObjectPath<M,N> ManagedObjectPath.child
(SingletonRelationDefinition<? super M, ? super N> r, AbstractManagedObjectDefinition<M, N> d) Creates a new child managed object path beneath the provided parent path having the specified managed object definition.<M extends ConfigurationClient,
N extends Configuration>
ManagedObjectPath<M,N> ManagedObjectPath.child
(SingletonRelationDefinition<M, N> r) Creates a new child managed object path beneath the provided parent path using the relation's child managed object definition.<C extends ConfigurationClient,
S extends Configuration>
RRelationDefinitionVisitor.visitSingleton
(SingletonRelationDefinition<C, S> rd, P p) Visit a singleton relation definition. -
Uses of SingletonRelationDefinition in org.forgerock.opendj.config.client
Modifier and TypeMethodDescription<C extends ConfigurationClient,
S extends Configuration>
ManagedObject<? extends C>ManagedObject.getChild
(SingletonRelationDefinition<C, S> r) Retrieves a singleton child managed object. -
Uses of SingletonRelationDefinition in org.forgerock.opendj.config.client.spi
Modifier and TypeMethodDescriptionfinal <C extends ConfigurationClient,
S extends Configuration>
ManagedObject<? extends C>AbstractManagedObject.getChild
(SingletonRelationDefinition<C, S> r) -
Uses of SingletonRelationDefinition in org.forgerock.opendj.config.server
Modifier and TypeMethodDescription<M extends Configuration>
ServerManagedObject<? extends M>ServerManagedObject.getChild
(SingletonRelationDefinition<?, M> d) Retrieve a singleton child managed object. -
Uses of SingletonRelationDefinition in org.forgerock.opendj.server.config.meta
Modifier and TypeMethodDescriptionRootCfgDefn.getAdministrationConnectorRelationDefinition()
Get the "administration-connector" relation definition.RootCfgDefn.getCryptoManagerRelationDefinition()
Get the "crypto-manager" relation definition.RootCfgDefn.getGlobalConfigurationRelationDefinition()
Get the "global-configuration" relation definition.RootCfgDefn.getPluginRootRelationDefinition()
Get the "plugin-root" relation definition.RootCfgDefn.getRootDseBackendRelationDefinition()
Get the "root-dse-backend" relation definition.RootCfgDefn.getWorkQueueRelationDefinition()
Get the "work-queue" relation definition.