Class WebXmlLoginConfig

java.lang.Object
cloud.piranha.webapp.impl.WebXmlLoginConfig

public class WebXmlLoginConfig extends Object
The web.xml login-config.
Author:
Manfred Riem ([email protected])
  • Constructor Details

    • 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 Details

    • getAuthMethod

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

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

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

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