Class GSAuthNotAuthedListener
java.lang.Object
com.gamersafer.minecraft.auth.common.listener.GSAuthNotAuthedListener
- All Implemented Interfaces:
 GSAuthEventListener
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionGSAuthNotAuthedListener(IServer server, IPlugin plugin, IProfileService profileService, IPermissionAdapter permAdapter)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidonLogin(UserIdentity identity) Listener priority should beLOW.voidonQuit(UserIdentity identity) Listener priority should beNORMAL.voidonUserAuthenticated(UserIdentity identity, String guildMemberId) voidonUserUnauthenticated(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()