Class LoginForm


  • public class LoginForm
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      @NotBlank java.lang.String password  
      @NotBlank java.lang.String username  
    • Constructor Summary

      Constructors 
      Constructor Description
      LoginForm()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clearSecurityInfo()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • username

        @NotBlank
        public @NotBlank java.lang.String username
      • password

        @NotBlank
        public @NotBlank java.lang.String password
    • Constructor Detail

      • LoginForm

        public LoginForm()
    • Method Detail

      • clearSecurityInfo

        public void clearSecurityInfo()