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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CancelExtendedOperationHandlerCfgClient
A client-side interface for reading and modifying Cancel Extended
Operation Handler settings.
|
interface |
GetConnectionIdExtendedOperationHandlerCfgClient
A client-side interface for reading and modifying Get Connection Id
Extended Operation Handler settings.
|
interface |
GetSymmetricKeyExtendedOperationHandlerCfgClient
A client-side interface for reading and modifying Get Symmetric Key
Extended Operation Handler settings.
|
interface |
PasswordModifyExtendedOperationHandlerCfgClient
A client-side interface for reading and modifying Password Modify
Extended Operation Handler settings.
|
interface |
PasswordPolicyStateExtendedOperationHandlerCfgClient
A client-side interface for reading and modifying Password Policy
State Extended Operation Handler settings.
|
interface |
StartTLSExtendedOperationHandlerCfgClient
A client-side interface for reading and modifying Start TLS
Extended Operation Handler settings.
|
interface |
WhoAmIExtendedOperationHandlerCfgClient
A client-side interface for reading and modifying Who Am I Extended
Operation Handler settings.
|
Modifier and Type | Method and Description |
---|---|
<C extends ExtendedOperationHandlerCfgClient> |
RootCfgClient.createExtendedOperationHandler(ManagedObjectDefinition<C,? extends ExtendedOperationHandlerCfg> d,
String name,
Collection<PropertyException> exceptions)
Creates a new Extended Operation Handler.
|
Modifier and Type | Method and Description |
---|---|
ExtendedOperationHandlerCfgClient |
RootCfgClient.getExtendedOperationHandler(String name)
Gets the named Extended Operation Handler.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends ExtendedOperationHandlerCfgClient,? extends ExtendedOperationHandlerCfg> |
ExtendedOperationHandlerCfgClient.definition()
Get the configuration definition associated with this Extended Operation Handler.
|
Modifier and Type | Method and Description |
---|---|
ExtendedOperationHandlerCfgClient |
ExtendedOperationHandlerCfgDefn.createClientConfiguration(ManagedObject<? extends ExtendedOperationHandlerCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
Modifier and Type | Method and Description |
---|---|
InstantiableRelationDefinition<ExtendedOperationHandlerCfgClient,ExtendedOperationHandlerCfg> |
RootCfgDefn.getExtendedOperationHandlersRelationDefinition()
Get the "extended-operation-handlers" relation definition.
|
Modifier and Type | Method and Description |
---|---|
ExtendedOperationHandlerCfgClient |
ExtendedOperationHandlerCfgDefn.createClientConfiguration(ManagedObject<? extends ExtendedOperationHandlerCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.