| FedletAdapter |
The FedletAdapterPlugin abstract class provides methods
that could be extended to perform user specific logics during SAMLv2
protocol processing on the Service Provider side.
|
| IDPAdapter |
This interface IDPAdapter is used to perform specific tasks in the IdP.
|
| IDPFinder |
This interface IDPFinder is used to find a list of
preferred Identity Authenticating providers to service the authentication
request.
|
| InitializablePlugin |
All the SAML federation plugins that need to be initialized should extend this.
|
| SAMLPlugin |
The marker interface that all the federation plugins should extend from.
|
| SPAdapter |
The SPAdapterPlugin provides contracts to perform user specific logics during SAMLv2
protocol processing on the Service Provider side.
|