container
v1
|
#include <authenticator_groups_config.h>
Public Member Functions | |
AuthenticatorGroupsConfig (const Json::Value &storage) | |
AuthenticatorGroupsConfig (Json::Value *storage) | |
virtual | ~AuthenticatorGroupsConfig () |
const StringPiece | GetTypeName () const |
bool | has_enabled () const |
void | clear_enabled () |
bool | get_enabled () const |
void | set_enabled (bool value) |
bool | has_security_group () const |
void | clear_security_group () |
const StringPiece | get_security_group () const |
void | set_security_group (const StringPiece &value) |
Static Public Member Functions | |
static AuthenticatorGroupsConfig * | New () |
Configuration for returning group information from authenticators.
|
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 'enabled
' attribute.
|
inline |
Clears the 'securityGroup
' attribute.
|
inline |
Get the value of the 'enabled
' attribute.
|
inline |
Get the value of the 'securityGroup
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'enabled
' attribute was set.
enabled
' attribute was set.
|
inline |
Determine if the 'securityGroup
' attribute was set.
securityGroup
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'enabled
' attribute.
Whether this cluster should return group membership lookups during authentication using a group of security groups.
[in] | value | The new value. |
|
inline |
Change the 'securityGroup
' attribute.
The name of the security group-of-groups to be used. Only relevant if enabled = true.
[in] | value | The new value. |