|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Configuration | |
---|---|
com.pingidentity.sources | Driver classes and interfaces not limited to any protocol. |
org.sourceid.saml20.adapter | Adapter classes and interfaces that are common across SAML2 roles (both IdP and SP). |
org.sourceid.saml20.adapter.gui | Provides classes that enable an adapter to describe to PingFederate the way its GUI configuration screen should look. |
org.sourceid.saml20.adapter.gui.validation | Provides interfaces that can be implemented to provide custom validation of data entered by administrators/users via the GUI. |
Uses of Configuration in com.pingidentity.sources |
---|
Methods in com.pingidentity.sources with parameters of type Configuration | |
---|---|
void |
ConfigurableDriver.configure(Configuration configuration)
This method is called by the PingFederate server to push configuration values entered by the administrator via the dynamically rendered GUI configuration screen in the PingFederate administration console. |
Uses of Configuration in org.sourceid.saml20.adapter |
---|
Methods in org.sourceid.saml20.adapter with parameters of type Configuration | |
---|---|
void |
ConfigurableAuthnAdapter.configure(Configuration configuration)
This method is called by the PingFederate server to push configuration values entered by the administrator via the dynamically rendered GUI configuration screen in the PingFederate administration console. |
Uses of Configuration in org.sourceid.saml20.adapter.gui |
---|
Methods in org.sourceid.saml20.adapter.gui with parameters of type Configuration | |
---|---|
java.lang.String |
ActionDescriptor.Action.actionInvoked(Configuration configuration)
Implement the action to invoke. |
Uses of Configuration in org.sourceid.saml20.adapter.gui.validation |
---|
Methods in org.sourceid.saml20.adapter.gui.validation with parameters of type Configuration | |
---|---|
void |
ConfigurationValidator.validate(Configuration configuration)
Implementations of this method can perform any necessary validation on all the configuration values for an adapter. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |