Public Member Functions | |
serverIdl::Server | login (in string loginName, in string passwd, in serverIdl::XmlType qosClient) raises (serverIdl::XmlBlasterException) |
serverIdl::XmlType | connect (in serverIdl::XmlType qos) raises (serverIdl::XmlBlasterException) |
Initializes a new xmlBlaster session. | |
void | logout (in serverIdl::Server xmlBlaster) raises (serverIdl::XmlBlasterException) |
void | disconnect (in string sessionId, in serverIdl::XmlType qos) raises (serverIdl::XmlBlasterException) |
Disconnects the client from the xmlBlaster and closes the session. | |
string | ping (in string qos) |
Ping to check if the authentication server is alive. |
Definition at line 343 of file xmlBlaster.idl.
serverIdl::Server authenticateIdl::AuthServer::login | ( | in string | loginName, | |
in string | passwd, | |||
in serverIdl::XmlType | qosClient | |||
) | raises (serverIdl::XmlBlasterException) |
serverIdl::XmlType authenticateIdl::AuthServer::connect | ( | in serverIdl::XmlType | qos | ) | raises (serverIdl::XmlBlasterException) |
Initializes a new xmlBlaster session.
(Successor of login( ... ); )
qos | Quality of Service, flags for additional client information like client certificate (X.509), timeout etc. Typically it contains the IOR reference to the BlasterCallback interface or other protocol addresses like email or http URL |
XmlBlasterException | if the login fails |
ConnectQosSaxFactory.java Javadoc description
void authenticateIdl::AuthServer::logout | ( | in serverIdl::Server | xmlBlaster | ) | raises (serverIdl::XmlBlasterException) |
void authenticateIdl::AuthServer::disconnect | ( | in string | sessionId, | |
in serverIdl::XmlType | qos | |||
) | raises (serverIdl::XmlBlasterException) |
Disconnects the client from the xmlBlaster and closes the session.
(Counterpart of connect( ... ); )
sessionId | The server interface handle returned in the init qos. | |
qos | An optional signature etc. |
string authenticateIdl::AuthServer::ping | ( | in string | qos | ) |
Ping to check if the authentication server is alive.
This ping checks the availability on the application level.
qos | Currently an empty string "" |