Class ErrorPageCustomization

java.lang.Object
com.auth0.json.mgmt.tenants.PageCustomization
com.auth0.json.mgmt.tenants.ErrorPageCustomization

public class ErrorPageCustomization extends PageCustomization
  • Constructor Details

    • ErrorPageCustomization

      public ErrorPageCustomization()
  • Method Details

    • willShowLogLink

      public Boolean willShowLogLink()
      Whether the error page will show a link to the log or not.
      Returns:
      true if the error page will show a link to the log, false otherwise.
    • setShowLogLink

      public void setShowLogLink(Boolean showLogLink)
      Sets if the error page will show a link to the log or not.
      Parameters:
      showLogLink - whether the error page will show a link to the log or not.
    • getUrl

      public String getUrl()
      Getter for the url to redirect to instead of showing the default error page.
      Returns:
      the url to redirect to.
    • setUrl

      public void setUrl(String url)
      Setter for the url to redirect to instead of showing the default error page.
      Parameters:
      url - the url to redirect to.