Class WebXmlLoginConfig

    • Constructor Detail

      • WebXmlLoginConfig

        public WebXmlLoginConfig​(String authMethod,
                                 String realmName,
                                 String formLoginPage,
                                 String formErrorPage)
        Constructor.
        Parameters:
        authMethod - the auth method.
        realmName - the realm name.
        formLoginPage - the form login page.
        formErrorPage - the form error page.
    • Method Detail

      • getAuthMethod

        public String getAuthMethod()
        Get the auth method.
        Returns:
        the auth method.
      • getRealmName

        public String getRealmName()
        Get the realm name.
        Returns:
        the realm name.
      • getFormLoginPage

        public String getFormLoginPage()
        Get the form login page.
        Returns:
        the form login page.
      • getFormErrorPage

        public String getFormErrorPage()
        Get the form error page.
        Returns:
        the form error page.