Interface IdpClient
- All Known Implementing Classes:
AbstractHttpFormIdpClient,AbstractIdpClient,IdpClientByBrowserAndProtocolHandler,IdpClientByCert,IdpClientByProxy,IdpSoapBindingClientByBasicAuth
public interface IdpClient
Interface describing the methods for the identity provider client.
Interface welches die Methoden für den Identity Provider Client beschreibt.
-
Method Summary
Modifier and TypeMethodDescriptionsend(AuthnRequest aAuthnRequest) Method to send an AuthnRequest. Methode um einen AuthnRequest zu senden.
-
Method Details
-
send
Method to send an AuthnRequest.Methode um einen AuthnRequest zu senden.- Parameters:
aAuthnRequest-the AuthnRequest to be sent.Der AuthnRequest welcher geschickt werden soll.- Returns:
- the idp responseDie IdP Response.
- Throws:
ClientSendException-will be thrown if an error occoureswird geworfen wenn ein Fehler auftritt.
-