Uses of Class
nl.harm27.obswebsocket.authentication.AuthenticationResult
-
Packages that use AuthenticationResult Package Description nl.harm27.obswebsocket nl.harm27.obswebsocket.authentication -
-
Uses of AuthenticationResult in nl.harm27.obswebsocket
Methods in nl.harm27.obswebsocket that return AuthenticationResult Modifier and Type Method Description AuthenticationResult
OBSWebSocket. getAuthenticationResult()
Method parameters in nl.harm27.obswebsocket 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.obswebsocket.authentication
Methods in nl.harm27.obswebsocket.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.obswebsocket.authentication with type arguments of type AuthenticationResult Modifier and Type Method Description void
AuthenticationHandler. addAuthenticationResultConsumer(Consumer<AuthenticationResult> authenticationResultConsumer)
-