

Public Member Functions | ||||
| SecurityQos (org::xmlBlaster::util::Global &global, const std::string &loginName="", const std::string &password="", const std::string &pluginTypeVersion="") | ||||
| ||||
| SecurityQos (const SecurityQos &securityQos) | ||||
| SecurityQos & | operator= (const SecurityQos &securityQos) | |||
| std::string | getPluginVersion () const | |||
| std::string | getPluginType () const | |||
| void | setUserId (const std::string &userId) | |||
| std::string | getUserId () const | |||
| void | setCredential (const std::string &cred) | |||
| ||||
| std::string | getCredential () const | |||
| ||||
| std::string | toXml (const std::string &extraOffset="") | |||
| Dump state of this object into a XML ASCII std::string. | ||||
Friends | ||||
| class | SecurityQosFactory | |||
Definition at line 27 of file SecurityQos.h.
| org::xmlBlaster::authentication::SecurityQos::SecurityQos | ( | org::xmlBlaster::util::Global & | global, | |
| const std::string & | loginName = "", |
|||
| const std::string & | password = "", |
|||
| const std::string & | pluginTypeVersion = "" | |||
| ) |
| loginName | The authentication user ID |
| passwd | The password (for name/password based credential plugins) | |
| pluginTypeVersion | The authentication plugin to be used on server side, for example "htpasswd,1.0" |
| org::xmlBlaster::authentication::SecurityQos::SecurityQos | ( | const SecurityQos & | securityQos | ) |
| SecurityQos& org::xmlBlaster::authentication::SecurityQos::operator= | ( | const SecurityQos & | securityQos | ) |
| std::string org::xmlBlaster::authentication::SecurityQos::getPluginVersion | ( | ) | const |
| std::string org::xmlBlaster::authentication::SecurityQos::getPluginType | ( | ) | const |
| void org::xmlBlaster::authentication::SecurityQos::setUserId | ( | const std::string & | userId | ) |
| std::string org::xmlBlaster::authentication::SecurityQos::getUserId | ( | ) | const |
| void org::xmlBlaster::authentication::SecurityQos::setCredential | ( | const std::string & | cred | ) |
| cred | The password |
| std::string org::xmlBlaster::authentication::SecurityQos::getCredential | ( | ) | const |
| std::string org::xmlBlaster::authentication::SecurityQos::toXml | ( | const std::string & | extraOffset = "" |
) |
Dump state of this object into a XML ASCII std::string.
| extraOffset | indenting of tags for nice output |
friend class SecurityQosFactory [friend] |
Definition at line 29 of file SecurityQos.h.