Inheritance diagram for GSISocketAgent:
Public Member Functions | |
virtual bool | Send (const std::string &) |
Send a string value. | |
virtual bool | Send (int) |
Send a int value. | |
virtual bool | Receive (int &) |
Receive an int value. | |
virtual bool | Receive (std::string &) |
Receive a string value. | |
const std::string & | CredentialsFile () const |
Return the delegate credential file name. | |
const std::string & | CertificateSubject () const |
Return the certificate subject. | |
const std::string & | GridmapName () const |
Return the local account name the user is mapped to. | |
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.
comments by Marco Pappalardo marco.pappalardo@ct.infn.it and Salvatore Monforte
|
Constructor.
|
|
Distructor.
|
|
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 SocketAgent. |
|
Receive an int value.
Reimplemented from SocketAgent. |
|
Send a int value.
Reimplemented from SocketAgent. |
|
Send a string value.
Reimplemented from SocketAgent. |
|
The secure client.
|
|
The secure server.
|