Interface User


public interface User
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
     
  • Method Details

    • getUsername

      String getUsername()
    • isAdmin

      boolean isAdmin()