Class AuthenticationHandler
- java.lang.Object
-
- nl.harm27.obswebsocket.authentication.AuthenticationHandler
-
public class AuthenticationHandler extends Object
-
-
Constructor Summary
Constructors Constructor Description AuthenticationHandler(OBSWebSocket obsWebSocket, String password)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addAuthenticationResultConsumer(Consumer<AuthenticationResult> authenticationResultConsumer)
void
checkAuthenticationRequired()
AuthenticationResult
getAuthenticationResult()
-
-
-
Constructor Detail
-
AuthenticationHandler
public AuthenticationHandler(OBSWebSocket obsWebSocket, String password)
-
-
Method Detail
-
getAuthenticationResult
public AuthenticationResult getAuthenticationResult()
-
addAuthenticationResultConsumer
public void addAuthenticationResultConsumer(Consumer<AuthenticationResult> authenticationResultConsumer)
-
checkAuthenticationRequired
public void checkAuthenticationRequired()
-
-