Uses of Class
org.forgerock.opendj.config.SingletonRelationDefinition
-
Packages that use SingletonRelationDefinition Package Description org.forgerock.opendj.config Common administration classes.org.forgerock.opendj.config.client Common client-side administration classes.org.forgerock.opendj.config.client.spi Client side driver implementation interfaces.org.forgerock.opendj.config.server Server-side administration interface.org.forgerock.opendj.server.config.meta Provides introspection interfaces for the Core directory server administrative components. -
-
Uses of SingletonRelationDefinition in org.forgerock.opendj.config
Methods in org.forgerock.opendj.config that return SingletonRelationDefinition Modifier and Type Method Description protected SingletonRelationDefinition<C,S>
SingletonRelationDefinition.Builder. buildInstance(RelationDefinition.Common<C,S> common)
Methods in org.forgerock.opendj.config with parameters of type SingletonRelationDefinition Modifier and Type Method Description <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
Methods in org.forgerock.opendj.config.client with parameters of type SingletonRelationDefinition Modifier and Type Method Description <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
Methods in org.forgerock.opendj.config.client.spi with parameters of type SingletonRelationDefinition Modifier and Type Method Description <C extends ConfigurationClient,S extends Configuration>
ManagedObject<? extends C>AbstractManagedObject. getChild(SingletonRelationDefinition<C,S> r)
-
Uses of SingletonRelationDefinition in org.forgerock.opendj.config.server
Methods in org.forgerock.opendj.config.server with parameters of type SingletonRelationDefinition Modifier and Type Method Description <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
-