Class FormLoginConfig


  • public class FormLoginConfig
    extends Object
    web-common_3_0.xsd

    Java class for form-login-configType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="form-login-configType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="form-login-page" type="{http://java.sun.com/xml/ns/javaee}war-pathType"/>
             <element name="form-error-page" type="{http://java.sun.com/xml/ns/javaee}war-pathType"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • formLoginPage

        protected String formLoginPage
      • formErrorPage

        protected String formErrorPage
    • Constructor Detail

      • FormLoginConfig

        public FormLoginConfig()
    • Method Detail

      • getFormLoginPage

        public String getFormLoginPage()
      • setFormLoginPage

        public void setFormLoginPage​(String value)
      • getFormErrorPage

        public String getFormErrorPage()
      • setFormErrorPage

        public void setFormErrorPage​(String value)
      • getId

        public String getId()
      • setId

        public void setId​(String value)