Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ createAdminSessionFromSecureConnectionAsync()

virtual void IceGrid::AsyncRegistry::createAdminSessionFromSecureConnectionAsync ( std::function< void(const std::optional< AdminSessionPrx > &returnValue)> response,
std::function< void(std::exception_ptr)> exception,
const Ice::Current & current )
pure virtual

Creates an administrative session from a secure connection.

Parameters
responseThe response callback. It accepts:
  • A proxy to the newly created session. This proxy is never null.
exceptionThe exception callback.
currentThe Current object of the incoming request.
Exceptions
IceGrid::PermissionDeniedExceptionThrown when authentication or authorization fails.