Package io.deephaven.web.client.api
Class LoginCredentials
java.lang.Object
io.deephaven.web.client.api.LoginCredentials
Login credentials used to authenticate a Deephaven client session.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal @JsNullable StringgetToken()The authentication token.final @JsNullable StringgetType()The token type, such asCoreClient.LOGIN_TYPE_PASSWORD,CoreClient.LOGIN_TYPE_ANONYMOUS, or the name of a custom authentication handler.final @JsNullable StringThe username to authenticate with, if applicable.static LoginCredentialsfinal voidfinal voidfinal voidsetUsername(String username)
-
Constructor Details
-
LoginCredentials
@JsConstructor public LoginCredentials() -
LoginCredentials
-
-
Method Details
-
reconnect
-
getUsername
The username to authenticate with, if applicable. -
setUsername
-
getToken
The authentication token. -
setToken
-
getType
The token type, such asCoreClient.LOGIN_TYPE_PASSWORD,CoreClient.LOGIN_TYPE_ANONYMOUS, or the name of a custom authentication handler. -
setType
-