Class BungeecordBackendServerCommunicator
java.lang.Object
com.gamersafer.minecraft.auth.bungeecord.platform.BungeecordBackendServerCommunicator
- All Implemented Interfaces:
com.gamersafer.minecraft.auth.common.platform.proxy.BackendServerCommunicator
public class BungeecordBackendServerCommunicator
extends Object
implements com.gamersafer.minecraft.auth.common.platform.proxy.BackendServerCommunicator
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.gamersafer.minecraft.auth.common.platform.proxy.BackendServerCommunicator
com.gamersafer.minecraft.auth.common.platform.proxy.BackendServerCommunicator.Message
-
Field Summary
Fields inherited from interface com.gamersafer.minecraft.auth.common.platform.proxy.BackendServerCommunicator
CHANNEL, NAMESPACE
-
Constructor Summary
ConstructorDescriptionBungeecordBackendServerCommunicator
(net.md_5.bungee.api.ProxyServer server, com.gamersafer.minecraft.auth.common.abstraction.ILogger logger, com.gamersafer.minecraft.auth.common.configuration.ProxyLanguageConfiguration lang) -
Method Summary
Modifier and TypeMethodDescriptionvoid
hideQR
(com.gamersafer.minecraft.auth.common.shared.model.api.UserIdentity user) void
sendAuthStatus
(com.gamersafer.minecraft.auth.common.shared.model.api.UserIdentity user, com.gamersafer.minecraft.auth.common.shared.messages.GSAuthUserAuthenticationStatus message) void
sendDisabled
(boolean disabled) void
sendDisabled
(String servername, boolean disabled) void
void
sendRequiredStatus
(com.gamersafer.minecraft.auth.common.shared.model.api.UserIdentity user, boolean requiredSet)
-
Field Details
-
IDENTIFIER
- See Also:
-
-
Constructor Details
-
BungeecordBackendServerCommunicator
public BungeecordBackendServerCommunicator(net.md_5.bungee.api.ProxyServer server, com.gamersafer.minecraft.auth.common.abstraction.ILogger logger, com.gamersafer.minecraft.auth.common.configuration.ProxyLanguageConfiguration lang)
-
-
Method Details
-
sendDisabled
public void sendDisabled(boolean disabled) - Specified by:
sendDisabled
in interfacecom.gamersafer.minecraft.auth.common.platform.proxy.BackendServerCommunicator
-
sendDisabled
- Specified by:
sendDisabled
in interfacecom.gamersafer.minecraft.auth.common.platform.proxy.BackendServerCommunicator