Interface DummyUserInfo

All Superinterfaces:
Entity

public interface DummyUserInfo extends Entity
  • Method Details

    • getUsername

      String getUsername()
    • getCustomerId

      String getCustomerId()
    • getRole

      DummyRole getRole()
    • isEnabled

      boolean isEnabled()
    • getLastActiveAt

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