Interface UserSession


public interface UserSession
  • Method Details

    • getUserSessionId

      String getUserSessionId()
    • getUsername

      String getUsername()
    • getCreatedAt

      net.avcompris.commons3.types.DateTimeHolder getCreatedAt()
    • getUpdatedAt

      net.avcompris.commons3.types.DateTimeHolder getUpdatedAt()
    • getExpiresAt

      net.avcompris.commons3.types.DateTimeHolder getExpiresAt()
    • getExpiredAt

      @Nullable net.avcompris.commons3.types.DateTimeHolder getExpiredAt()