Class NoProtectHandler
- java.lang.Object
-
- pro.gravit.launchserver.auth.protect.ProtectHandler
-
- pro.gravit.launchserver.auth.protect.NoProtectHandler
-
public class NoProtectHandler extends ProtectHandler
-
-
Field Summary
-
Fields inherited from class pro.gravit.launchserver.auth.protect.ProtectHandler
providers
-
-
Constructor Summary
Constructors Constructor Description NoProtectHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanallowGetAccessToken(AuthResponse.AuthContext context)voidcheckLaunchServerLicense()-
Methods inherited from class pro.gravit.launchserver.auth.protect.ProtectHandler
close, init, registerHandlers
-
-
-
-
Method Detail
-
allowGetAccessToken
public boolean allowGetAccessToken(AuthResponse.AuthContext context)
- Specified by:
allowGetAccessTokenin classProtectHandler
-
checkLaunchServerLicense
public void checkLaunchServerLicense()
- Specified by:
checkLaunchServerLicensein classProtectHandler
-
-