Interface UserForm


  • public interface UserForm
    Provide current information about the user that is being edited/created.
    Since:
    8.0
    • Method Detail

      • getUsername

        @NotNull
        java.lang.String getUsername()
      • getName

        @NotNull
        java.lang.String getName()
      • getEmail

        @NotNull
        java.lang.String getEmail()