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.
|
Modifier and Type | Method and Description |
---|---|
protected SingletonRelationDefinition<C,S> |
SingletonRelationDefinition.Builder.buildInstance(RelationDefinition.Common<C,S> common) |
Modifier and Type | Method and Description |
---|---|
<C extends ConfigurationClient,S extends Configuration> |
ManagedObjectPathSerializer.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.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.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> |
RelationDefinitionVisitor.visitSingleton(SingletonRelationDefinition<C,S> rd,
P p)
Visit a singleton relation definition.
|
Modifier and Type | Method and Description |
---|---|
<C extends ConfigurationClient,S extends Configuration> |
ManagedObject.getChild(SingletonRelationDefinition<C,S> r)
Retrieves a singleton child managed object.
|
Modifier and Type | Method and Description |
---|---|
<C extends ConfigurationClient,S extends Configuration> |
AbstractManagedObject.getChild(SingletonRelationDefinition<C,S> r) |
Modifier and Type | Method and Description |
---|---|
<M extends Configuration> |
ServerManagedObject.getChild(SingletonRelationDefinition<?,M> d)
Retrieve a singleton child managed object.
|
Copyright 2010-2017 ForgeRock AS.