Interface Session

All Known Implementing Classes:
SessionEntityImpl

public interface Session
Interface for the "Session" entity.
  • Method Details Link icon

    • getUuid Link icon

      UUID getUuid()
    • getTime Link icon

      org.joda.time.DateTime getTime()
    • getUsername Link icon

      String getUsername()
    • getKey Link icon

      Supplier<String> getKey()
    • getPrincipalKey Link icon

      Supplier<String> getPrincipalKey()
    • getApiKeyKey Link icon

      String getApiKeyKey()