interface Starter |
The Glacier router starter.
Returns the checksums for the Glacier Slice definitions.
Start a new Glacier router.
::Ice::SliceChecksumDict getSliceChecksums(); |
Returns the checksums for the Glacier Slice definitions.
Router* startRouter(string userId, string password, out ::Ice::ByteSeq privateKey, out ::Ice::ByteSeq publicKey, out ::Ice::ByteSeq routerCert) throws PermissionDeniedException, CannotStartRouterException; |
Start a new Glacier router. If the password for the given user id is incorrect, or if the user isn't allowed access, an PermissionDeniedException is raised. Otherwise a new router is started, and a proxy to that router is returned to the caller.
The user id for which to check the password.
The password for the given user id.
The RSA Private Key (DER encoded) for the client to use. (Only for SSL.)
The RSA Public Key (DER encoded) for the client to use. (Only for SSL.)
The trusted certificate of the router. (Only for SSL.)
Raised if the password for the given user id is not correct or if the user isn't allowed access.
<<< Previous | Home | Next >>> |
Glacier::SessionManager | Up | IceStorm |