Interface Session

All Known Implementing Classes:
SessionEntityImpl

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

    • getUuid

      UUID getUuid()
    • getTime

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

      String getUsername()
    • getKey

      Supplier<String> getKey()
    • getPrincipalKey

      Supplier<String> getPrincipalKey()
    • getApiKeyKey

      String getApiKeyKey()