container
v1
|
#include <client_certificate_config.h>
Public Member Functions | |
ClientCertificateConfig (const Json::Value &storage) | |
ClientCertificateConfig (Json::Value *storage) | |
virtual | ~ClientCertificateConfig () |
const StringPiece | GetTypeName () const |
bool | has_issue_client_certificate () const |
void | clear_issue_client_certificate () |
bool | get_issue_client_certificate () const |
void | set_issue_client_certificate (bool value) |
Static Public Member Functions | |
static ClientCertificateConfig * | New () |
Configuration for client certificates on the cluster.
|
explicit |
Standard constructor for an immutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'issueClientCertificate
' attribute.
|
inline |
Get the value of the 'issueClientCertificate
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'issueClientCertificate
' attribute was set.
issueClientCertificate
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'issueClientCertificate
' attribute.
Issue a client certificate.
[in] | value | The new value. |