Package org.sourceid.saml20.adapter.gui
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:
GuiConfigDescriptor.addSummaryDescriptor(ReadOnlyDescriptor)
-
-
Constructor Summary
Constructors Constructor Description ReadOnlyDescriptor(String name, String description)Create a new ReadOnlyDescriptor
-
-
-
Constructor Detail
-
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.
-
-