Package io.deephaven.jupyter.kernel
Class TokenCreation
java.lang.Object
io.deephaven.jupyter.kernel.TokenCreation
- All Implemented Interfaces:
com.illumon.util.net.TokenMangler
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.illumon.util.net.TokenMangler
com.illumon.util.net.TokenMangler.AuthTokenInputStream
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateTokenBase64
(String service) The in-worker jupyter kernel widget calls this function and the return value is serialized to the JS client widget.static TokenCreation
-
Constructor Details
-
TokenCreation
public TokenCreation()
-
-
Method Details
-
getInstance
-
createTokenBase64
The in-worker jupyter kernel widget calls this function and the return value is serialized to the JS client widget.See prime-connection-info.py
- Parameters:
service
- the service- Returns:
- the token in base64
- Throws:
IOException
- if an IO exception occurs
-
getPublicKey
- Specified by:
getPublicKey
in interfacecom.illumon.util.net.TokenMangler
-