Uses of Interface
org.forgerock.opendj.server.config.client.SaslMechanismHandlerCfgClient
-
Packages that use SaslMechanismHandlerCfgClient Package Description org.forgerock.opendj.server.config.client Provides client-side interfaces for querying and managing the Core directory server administrative components.org.forgerock.opendj.server.config.meta Provides introspection interfaces for the Core directory server administrative components. -
-
Uses of SaslMechanismHandlerCfgClient in org.forgerock.opendj.server.config.client
Subinterfaces of SaslMechanismHandlerCfgClient in org.forgerock.opendj.server.config.client Modifier and Type Interface 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.interface
ScramSha256SaslMechanismHandlerCfgClient
A client-side interface for reading and modifying SCRAM-SHA-256 SASL Mechanism Handler settings.interface
ScramSha512SaslMechanismHandlerCfgClient
A client-side interface for reading and modifying SCRAM-SHA-512 SASL Mechanism Handler settings.Methods in org.forgerock.opendj.server.config.client with type parameters of type SaslMechanismHandlerCfgClient Modifier and Type Method Description <C extends SaslMechanismHandlerCfgClient>
CRootCfgClient. createSaslMechanismHandler(ManagedObjectDefinition<C,? extends SaslMechanismHandlerCfg> d, String name, Collection<PropertyException> exceptions)
Creates a new Sasl Mechanism Handler.Methods in org.forgerock.opendj.server.config.client that return SaslMechanismHandlerCfgClient Modifier and Type Method Description SaslMechanismHandlerCfgClient
RootCfgClient. getSaslMechanismHandler(String name)
Gets the named Sasl Mechanism Handler.Methods in org.forgerock.opendj.server.config.client that return types with arguments of type SaslMechanismHandlerCfgClient Modifier and Type Method Description ManagedObjectDefinition<? extends SaslMechanismHandlerCfgClient,? extends SaslMechanismHandlerCfg>
SaslMechanismHandlerCfgClient. definition()
Get the configuration definition associated with this SASL Mechanism Handler. -
Uses of SaslMechanismHandlerCfgClient in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return SaslMechanismHandlerCfgClient Modifier and Type Method Description SaslMechanismHandlerCfgClient
SaslMechanismHandlerCfgDefn. createClientConfiguration(ManagedObject<? extends SaslMechanismHandlerCfgClient> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type SaslMechanismHandlerCfgClient Modifier and Type Method Description InstantiableRelationDefinition<SaslMechanismHandlerCfgClient,SaslMechanismHandlerCfg>
RootCfgDefn. getSaslMechanismHandlersRelationDefinition()
Get the "sasl-mechanism-handlers" relation definition.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type SaslMechanismHandlerCfgClient Modifier and Type Method Description SaslMechanismHandlerCfgClient
SaslMechanismHandlerCfgDefn. createClientConfiguration(ManagedObject<? extends SaslMechanismHandlerCfgClient> impl)
-