Public Member Functions | |
AuthRequest (const std::string &mechanism="") | |
AuthRequest (const std::string &mechanism, const SafeByteArray &message) | |
AuthRequest (const std::string &mechanism, const boost::optional< SafeByteArray > &message) | |
const boost::optional < SafeByteArray > & | getMessage () const |
void | setMessage (const SafeByteArray &message) |
const std::string & | getMechanism () const |
void | setMechanism (const std::string &mechanism) |
Definition at line 17 of file AuthRequest.h.
Swift::AuthRequest::AuthRequest | ( | const std::string & | mechanism = "" |
) | [inline] |
Definition at line 19 of file AuthRequest.h.
Swift::AuthRequest::AuthRequest | ( | const std::string & | mechanism, | |
const SafeByteArray & | message | |||
) | [inline] |
Definition at line 22 of file AuthRequest.h.
Swift::AuthRequest::AuthRequest | ( | const std::string & | mechanism, | |
const boost::optional< SafeByteArray > & | message | |||
) | [inline] |
Definition at line 26 of file AuthRequest.h.
const std::string& Swift::AuthRequest::getMechanism | ( | ) | const [inline] |
Definition at line 38 of file AuthRequest.h.
const boost::optional<SafeByteArray>& Swift::AuthRequest::getMessage | ( | ) | const [inline] |
Definition at line 30 of file AuthRequest.h.
void Swift::AuthRequest::setMechanism | ( | const std::string & | mechanism | ) | [inline] |
Definition at line 42 of file AuthRequest.h.
void Swift::AuthRequest::setMessage | ( | const SafeByteArray & | message | ) | [inline] |
Definition at line 34 of file AuthRequest.h.