Class PageCustomization

java.lang.Object
com.auth0.json.mgmt.tenants.PageCustomization
Direct Known Subclasses:
ErrorPageCustomization

public class PageCustomization extends Object
  • Constructor Details

    • PageCustomization

      public PageCustomization()
  • Method Details

    • isEnabled

      public Boolean isEnabled()
      Whether the custom page will be used instead of the default one or not.
      Returns:
      true if the custom page will be used instead of the default one, false otherwise.
    • setEnabled

      public void setEnabled(Boolean enabled)
      Sets if the custom page will be used instead of the default one or not.
      Parameters:
      enabled - whether the custom page will be used instead of the default one, false otherwise.
    • getHTML

      public String getHTML()
      Getter for the page custom HTML code.
      Returns:
      the HTML code.
    • setHTML

      public void setHTML(String html)
      Setter for the page custom HTML code.
      Parameters:
      html - the HTML code to set.