|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConfigurableAuthnAdapter
A base interface for common methods across the authentication adapters.
This interface defines the method that the PingFederate server uses to discover
metadata about an adapter implementation getAdapterDescriptor()
.
It also defines the method that the PingFederate server calls to push administrator entered GUI
configuration values into the adapter configure(Configuration)
.
AuthnAdapterDescriptor
,
Configuration
Method Summary | |
---|---|
void |
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. |
AuthnAdapterDescriptor |
getAdapterDescriptor()
The PingFederate server will invoke this method on your adapter implementation to discover metadata about the implementation. |
Method Detail |
---|
AuthnAdapterDescriptor getAdapterDescriptor()
void configure(Configuration configuration)
Configuration
parameter to
configure its own internal state as needed. The tables and fields available in the Configuration
object will correspond to the tables and fields defined on the
AdapterConfigurationGuiDescriptor
on the
AuthnAdapterDescriptor returned by the getAdapterDescriptor()
method of this class.
configuration
- the Configuration object constructed from the values entered by the user
via the GUI.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |