Class AcceptHWIDHandler
- java.lang.Object
-
- pro.gravit.launchserver.auth.hwid.HWIDHandler
-
- pro.gravit.launchserver.auth.hwid.AcceptHWIDHandler
-
- All Implemented Interfaces:
java.lang.AutoCloseable,Reconfigurable
public class AcceptHWIDHandler extends HWIDHandler
-
-
Field Summary
-
Fields inherited from class pro.gravit.launchserver.auth.hwid.HWIDHandler
providers
-
-
Constructor Summary
Constructors Constructor Description AcceptHWIDHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidban(java.util.List<pro.gravit.launcher.hwid.HWID> hwid)voidcheck0(pro.gravit.launcher.hwid.HWID hwid, java.lang.String username)voidclose()java.util.List<pro.gravit.launcher.hwid.HWID>getHwid(java.lang.String username)voidinit()voidunban(java.util.List<pro.gravit.launcher.hwid.HWID> hwid)-
Methods inherited from class pro.gravit.launchserver.auth.hwid.HWIDHandler
check, getCommands, registerHandlers
-
-
-
-
Method Detail
-
ban
public void ban(java.util.List<pro.gravit.launcher.hwid.HWID> hwid)
- Specified by:
banin classHWIDHandler
-
check0
public void check0(pro.gravit.launcher.hwid.HWID hwid, java.lang.String username)- Specified by:
check0in classHWIDHandler
-
close
public void close()
- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein classHWIDHandler
-
init
public void init()
- Specified by:
initin classHWIDHandler
-
getHwid
public java.util.List<pro.gravit.launcher.hwid.HWID> getHwid(java.lang.String username)
- Specified by:
getHwidin classHWIDHandler
-
unban
public void unban(java.util.List<pro.gravit.launcher.hwid.HWID> hwid)
- Specified by:
unbanin classHWIDHandler
-
-