Class GSAuthNotAuthedListener
java.lang.Object
com.gamersafer.minecraft.auth.common.listener.GSAuthNotAuthedListener
- All Implemented Interfaces:
GSAuthEventListener
-
Field Summary
-
Constructor Summary
ConstructorDescriptionGSAuthNotAuthedListener
(IServer server, IPlugin plugin, IProfileService profileService, IPermissionAdapter permAdapter) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
onLogin
(UserIdentity identity) Listener priority should beLOW
.void
onQuit
(UserIdentity identity) Listener priority should beNORMAL
.void
onUserAuthenticated
(UserIdentity identity, String guildMemberId) void
onUserUnauthenticated
(UserIdentity identity)
-
Field Details
-
plugin
-
-
Constructor Details
-
GSAuthNotAuthedListener
public GSAuthNotAuthedListener(IServer server, IPlugin plugin, IProfileService profileService, IPermissionAdapter permAdapter)
-
-
Method Details
-
disableChecks
public void disableChecks() -
enableChecks
public void enableChecks()