Package | Description |
---|---|
org.opends.server.admin |
Common administration classes.
|
org.opends.server.admin.client |
Common client-side administration classes.
|
org.opends.server.admin.client.spi |
Client side driver implementation interfaces.
|
org.opends.server.admin.server |
Server-side administration interface.
|
org.opends.server.admin.std.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)
Build a relation definition based on the properties of this
builder.
|
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)
Retrieves a singleton child managed object.
|
Modifier and Type | Method and Description |
---|---|
<M extends Configuration> |
ServerManagedObject.getChild(SingletonRelationDefinition<?,M> d)
Retrieve a singleton child managed object.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.