| Ice Reference Documentation | ||
|---|---|---|
| <<< Previous | Slice Documentation | Next >>> |
enum ContextType |
A Plugin may serve as a Client, Server or both (ClientServer). A
Context is set up inside the Plugin in order to handle
either Client or Server roles. The Context represents a
role-specific configuration.
Some Plugin operations require a ContextType argument to
identify the Context.
CertificateVerifier::setContext, Plugin::addTrustedCertificate, Plugin::addTrustedCertificateBase64, Plugin::configure, Plugin::loadConfig, Plugin::setCertificateVerifier, Plugin::setRSAKeys, Plugin::setRSAKeysBase64
ClientSelect only the Client Context, no modifications to the Server.
ServerSelect only the Server Context, no modifications to the Client.
ClientServerSelect and affect changes on both the Client and Server Contexts.
| <<< Previous | Home | Next >>> |
| IceSSL::ContextNotConfiguredException | Up | IceSSL::Plugin |