Inheritance diagram for edg::workload::common::socket_pp::GSISocketAgent:
Public Methods | |
virtual bool | Send (const std::string &) |
Send a string value. More... | |
virtual bool | Send (int) |
Send a int value. More... | |
virtual bool | Receive (int &) |
Receive an int value. More... | |
virtual bool | Receive (std::string &) |
Receive a string value. More... | |
const std::string & | CredentialsFile () const |
Return the delegate credential file name. More... | |
const std::string & | CertificateSubject () const |
Return the certificate subject. More... | |
const std::string & | GridmapName () const |
Return the local account name the user is mapped to. More... | |
GSISocketAgent () | |
Constructor. | |
virtual | ~GSISocketAgent () |
Distructor. | |
Friends | |
class | GSISocketServer |
The secure server. | |
class | GSISocketClient |
The secure client. |
This object acts as agent in the secure-shell-based message exchange. It joins the server and the client in both connection establishment and message exchange.
|
Return the certificate subject.
|
|
Return the delegate credential file name.
|
|
Return the local account name the user is mapped to.
|
|
Receive a string value.
Reimplemented from edg::workload::common::socket_pp::SocketAgent. |
|
Receive an int value.
Reimplemented from edg::workload::common::socket_pp::SocketAgent. |
|
Send a int value.
Reimplemented from edg::workload::common::socket_pp::SocketAgent. |
|
Send a string value.
Reimplemented from edg::workload::common::socket_pp::SocketAgent. |