Inheritance diagram for GSISocketClient:
Public Member Functions | |
GSISocketClient (const std::string &, int) | |
Constructor. | |
virtual | ~GSISocketClient () |
Destructor. | |
void | ServerContact (const std::string &contact) |
Set the server contact. | |
void | DelegateCredentials (bool mode) |
Set whether the client must delegate credentials or not. | |
virtual bool | Open () |
Open the connection. | |
virtual bool | Close () |
Close the connection. | |
Protected Member Functions | |
bool | InitGSIAuthentication (int sock) |
Initialize GSI Authentication. |
This object acts as Client in the message exchange. It asks the client for connections referencing an agent for secure message exchange.
comments by Marco Pappalardo marco.pappalardo@ct.infn.it and Salvatore Monforte
|
Constructor.
|
|
Destructor.
|
|
Close the connection.
Reimplemented from SocketClient. |
|
Set whether the client must delegate credentials or not.
|
|
Initialize GSI Authentication. This method asks the server for authentication.
|
|
Open the connection.
Reimplemented from SocketClient. |
|
Set the server contact.
|