Interface XuaClient

All Known Implementing Classes:
SimpleXuaClient

public interface XuaClient
Interface describing the methods for the X-User Assertion Provider client.
Interface welches die Methoden für den X-User Assertion Provider Client beschreibt.
  • Method Details

    • send

      Method to send an X-User Assertion Request.
      Methode um einen X-User Assertion Request zu senden.
      Parameters:
      aSecurityHeaderElement -
      the SecurityHeaderElement to be sent.
      Das SecurityHeaderElement welches geschickt werden soll.
      aRequest -
      the XUserAssertionRequest to be sent.
      Der XUserAssertionRequest welcher geschickt werden soll.
      Returns:
      a list of XUserAssertionResponses
      Eine Liste von XUserAssertionResponses.
      Throws:
      ClientSendException -
      will be thrown if an error occoures
      wird geworfen wenn ein Fehler auftritt.