Class PostgresSQLCoreProvider.PostgresSQLUser

java.lang.Object
pro.gravit.launchserver.auth.core.PostgresSQLCoreProvider.PostgresSQLUser
All Implemented Interfaces:
User
Enclosing class:
PostgresSQLCoreProvider

public static class PostgresSQLCoreProvider.PostgresSQLUser extends Object implements User
  • Field Details

    • uuid

      protected UUID uuid
    • username

      protected String username
    • accessToken

      protected String accessToken
    • serverId

      protected String serverId
    • password

      protected String password
    • permissions

      protected pro.gravit.launcher.ClientPermissions permissions
  • Constructor Details

    • PostgresSQLUser

      public PostgresSQLUser(UUID uuid, String username, String accessToken, String serverId, String password, pro.gravit.launcher.ClientPermissions permissions)
  • Method Details