Package org.sourceid.saml20.adapter.gui
Class ReadOnlyDescriptor
java.lang.Object
org.sourceid.saml20.adapter.gui.ReadOnlyDescriptor
- Direct Known Subclasses:
LinkDescriptor
An abstract base type for describing read only GUI fields to be rendered in the PingFederate administration console.
- Since:
- 9.1
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReadOnlyDescriptor(String name, String description) Create a new ReadOnlyDescriptor -
Method Summary
-
Constructor Details
-
ReadOnlyDescriptor
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
-
getDescription
-