Class MySQLCoreProvider.MySQLUserHardware
java.lang.Object
pro.gravit.launchserver.auth.core.MySQLCoreProvider.MySQLUserHardware
- All Implemented Interfaces:
UserHardware
- Enclosing class:
MySQLCoreProvider
-
Constructor Summary
ConstructorsConstructorDescriptionMySQLUserHardware(pro.gravit.launcher.base.request.secure.HardwareReportRequest.HardwareInfo hardwareInfo, byte[] publicKey, long id, boolean banned) -
Method Summary
-
Constructor Details
-
MySQLUserHardware
public MySQLUserHardware(pro.gravit.launcher.base.request.secure.HardwareReportRequest.HardwareInfo hardwareInfo, byte[] publicKey, long id, boolean banned)
-
-
Method Details
-
getHardwareInfo
public pro.gravit.launcher.base.request.secure.HardwareReportRequest.HardwareInfo getHardwareInfo()- Specified by:
getHardwareInfoin interfaceUserHardware
-
getPublicKey
public byte[] getPublicKey()- Specified by:
getPublicKeyin interfaceUserHardware
-
getId
- Specified by:
getIdin interfaceUserHardware
-
isBanned
public boolean isBanned()- Specified by:
isBannedin interfaceUserHardware
-
toString
-