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 AuthenticationResultOBSWebSocket. getAuthenticationResult()Method parameters in nl.harm27.obs.websocket with type arguments of type AuthenticationResult Modifier and Type Method Description OBSWebSocket.BuilderOBSWebSocket.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 AuthenticationResultAuthenticationHandler. getAuthenticationResult()static AuthenticationResultAuthenticationResult. 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 voidAuthenticationHandler. addAuthenticationResultConsumer(Consumer<AuthenticationResult> authenticationResultConsumer)
-