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 |
AnonymousSASLMechanismHandlerCfgClient
A client-side interface for reading and modifying Anonymous SASL
Mechanism Handler settings.
|
interface |
CramMD5SASLMechanismHandlerCfgClient
A client-side interface for reading and modifying Cram MD5 SASL
Mechanism Handler settings.
|
interface |
DigestMD5SASLMechanismHandlerCfgClient
A client-side interface for reading and modifying Digest MD5 SASL
Mechanism Handler settings.
|
interface |
ExternalSASLMechanismHandlerCfgClient
A client-side interface for reading and modifying External SASL
Mechanism Handler settings.
|
interface |
GSSAPISASLMechanismHandlerCfgClient
A client-side interface for reading and modifying GSSAPI SASL
Mechanism Handler settings.
|
interface |
PlainSASLMechanismHandlerCfgClient
A client-side interface for reading and modifying Plain SASL
Mechanism Handler settings.
|
Modifier and Type | Method and Description |
---|---|
<C extends SASLMechanismHandlerCfgClient> |
RootCfgClient.createSASLMechanismHandler(ManagedObjectDefinition<C,? extends SASLMechanismHandlerCfg> d,
String name,
Collection<PropertyException> exceptions)
Creates a new SASL Mechanism Handler.
|
Modifier and Type | Method and Description |
---|---|
SASLMechanismHandlerCfgClient |
RootCfgClient.getSASLMechanismHandler(String name)
Gets the named SASL Mechanism Handler.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends SASLMechanismHandlerCfgClient,? extends SASLMechanismHandlerCfg> |
SASLMechanismHandlerCfgClient.definition()
Get the configuration definition associated with this SASL Mechanism Handler.
|
Modifier and Type | Method and Description |
---|---|
SASLMechanismHandlerCfgClient |
SASLMechanismHandlerCfgDefn.createClientConfiguration(ManagedObject<? extends SASLMechanismHandlerCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
Modifier and Type | Method and Description |
---|---|
InstantiableRelationDefinition<SASLMechanismHandlerCfgClient,SASLMechanismHandlerCfg> |
RootCfgDefn.getSASLMechanismHandlersRelationDefinition()
Get the "sasl-mechanism-handlers" relation definition.
|
Modifier and Type | Method and Description |
---|---|
SASLMechanismHandlerCfgClient |
SASLMechanismHandlerCfgDefn.createClientConfiguration(ManagedObject<? extends SASLMechanismHandlerCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.