Class ReadOnlyDescriptor

java.lang.Object
org.sourceid.saml20.adapter.gui.ReadOnlyDescriptor
Direct Known Subclasses:
LinkDescriptor

public abstract class ReadOnlyDescriptor extends Object
An abstract base type for describing read only GUI fields to be rendered in the PingFederate administration console.
Since:
9.1
See Also:
  • Constructor Details

    • ReadOnlyDescriptor

      public ReadOnlyDescriptor(String name, String description)
      Create a new ReadOnlyDescriptor
      Parameters:
      name - The field name (must be unique per GuiConfigDescriptor). This name will also be used as the label for the field in the administrative console.
      description - A helpful description of the descriptor.
  • Method Details

    • getName

      public String getName()
    • getDescription

      public String getDescription()