Package com.strongdm.api
Class ControlPanel
java.lang.Object
com.strongdm.api.ControlPanel
ControlPanel contains all administrative controls.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGetRDPCAPublicKey retrieves the RDP CA public key.GetSSHCAPublicKey retrieves the SSH CA public key.VerifyJWT reports whether the given JWT token (x-sdm-token) is valid.withDeadlineAfter
(long duration, TimeUnit units) This function returns a copy of the ControlPanel service which has the given deadline set for all method calls.
-
Constructor Details
-
ControlPanel
-
-
Method Details
-
withDeadlineAfter
This function returns a copy of the ControlPanel service which has the given deadline set for all method calls. -
getSSHCAPublicKey
GetSSHCAPublicKey retrieves the SSH CA public key.- Throws:
RpcException
-
getRDPCAPublicKey
GetRDPCAPublicKey retrieves the RDP CA public key.- Throws:
RpcException
-
verifyJWT
VerifyJWT reports whether the given JWT token (x-sdm-token) is valid.- Throws:
RpcException
-