Rudiments
|
Inherits object.
Public Member Functions | |
gss () | |
~gss () | |
const char *const * | getAvailableMechanisms () |
Public Member Functions inherited from object | |
virtual | ~object () |
Static Public Member Functions | |
static bool | isSupported () |
The gss class provides methods for determining whether rudiments was built with GSS (Generic Security Services API/Kerberos) support and for determining the available security mechanisms.
gss::gss | ( | ) |
Creates a new instance of the gss framework.
gss::~gss | ( | ) |
Deletes this instance of the gss framework.
const char* const* gss::getAvailableMechanisms | ( | ) |
Returns the available underlying security mechanisms as a NULL-terminated array. The members of the array are string representations of the object ids for each security mechanism.
For example: { 1 2 840 113554 1 2 2 } { 1 3 5 1 5 2 } { 1 2 840 48018 1 2 2 } { 1 3 6 1 5 2 5 } { 1 3 6 1 5 5 2 }
These strings may be passed into gssmechanism::init(const char *str).
|
static |
Returns true if rudiments was built with GSS support and false otherwise.