Package org.sourceid.saml20.adapter.conf
Provides classes that are containers for configuration values entered by the user/administrator
via the PingFederate GUI administration console.
-
Class Summary Class Description Configuration A Configuration object contains all the configuration values entered by the user via the GUI.Field This class holds the name and user-entered value of a GUI-rendered configuration field.FieldList A base class that represents a list of Fields.HashedField This class holds the name, the secure salted hash of the current value and the new user-entered plaintext value of a GUI-rendered configuration field.Row This class holds the Fields from a row in a table.SimpleFieldList This class is an extension of FieldList.Table This class holds all the rows of Fields contained in a table.