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 Type
    Method
    Description
    send(AuthnRequest aAuthnRequest)
    Method to send an AuthnRequest. Methode um einen AuthnRequest zu senden.
  • Method Details

    • send

      Object send(AuthnRequest aAuthnRequest) throws ClientSendException
      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 response
      Die IdP Response.
      Throws:
      ClientSendException -
      will be thrown if an error occoures
      wird geworfen wenn ein Fehler auftritt.