Class GSAuthRequiredGroupProxyListener
java.lang.Object
com.gamersafer.minecraft.auth.common.listener.GSAuthRequiredGroupServerListener
com.gamersafer.minecraft.auth.common.listener.GSAuthRequiredGroupProxyListener
- All Implemented Interfaces:
GSAuthEventListener
-
Field Summary
Fields inherited from class com.gamersafer.minecraft.auth.common.listener.GSAuthRequiredGroupServerListener
disableChecks, permAdapter, profileService, requiredCache, server
-
Constructor Summary
ConstructorDescriptionGSAuthRequiredGroupProxyListener
(IServer server, IProfileService profileService, IPermissionAdapter permAdapter, IGSAuthRequiredCache requiredCache, BackendServerCommunicator communicator) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addRequiredBypassPerms
(UserIdentity identity) void
onServerSwitch
(UserIdentity identity) Event priorityNORMAL
protected void
removeRequiredBypassPerms
(UserIdentity identity) Methods inherited from class com.gamersafer.minecraft.auth.common.listener.GSAuthRequiredGroupServerListener
disableChecks, enableChecks, onLogin, onQuit, onUserAuthenticated, onUserUnauthenticated
-
Field Details
-
requiredSetNow
-
-
Constructor Details
-
GSAuthRequiredGroupProxyListener
public GSAuthRequiredGroupProxyListener(IServer server, IProfileService profileService, IPermissionAdapter permAdapter, IGSAuthRequiredCache requiredCache, BackendServerCommunicator communicator)
-
-
Method Details