Uses of Class
nl.harm27.obs.websocket.authentication.AuthenticationResult
-
Packages that use AuthenticationResult Package Description nl.harm27.obs.websocket nl.harm27.obs.websocket.authentication -
-
Uses of AuthenticationResult in nl.harm27.obs.websocket
Methods in nl.harm27.obs.websocket that return AuthenticationResult Modifier and Type Method Description AuthenticationResult
OBSWebSocket. getAuthenticationResult()
Method parameters in nl.harm27.obs.websocket with type arguments of type AuthenticationResult Modifier and Type Method Description OBSWebSocket.Builder
OBSWebSocket.Builder. setAuthenticationResultConsumer(Consumer<AuthenticationResult> authenticationResultConsumer)
-
Uses of AuthenticationResult in nl.harm27.obs.websocket.authentication
Methods in nl.harm27.obs.websocket.authentication that return AuthenticationResult Modifier and Type Method Description AuthenticationResult
AuthenticationHandler. getAuthenticationResult()
static AuthenticationResult
AuthenticationResult. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuthenticationResult[]
AuthenticationResult. values()
Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in nl.harm27.obs.websocket.authentication with type arguments of type AuthenticationResult Modifier and Type Method Description void
AuthenticationHandler. addAuthenticationResultConsumer(Consumer<AuthenticationResult> authenticationResultConsumer)
-