Interface XUserAssertionResponse

All Known Implementing Classes:
XUserAssertionResponseImpl

public interface XUserAssertionResponse
Interface describing the methods of XUserAssertionResponse.
Interface welches die Methoden für den XUserAssertionResponse beschreibt.
  • Method Summary

    Modifier and Type
    Method
    Description
    Method to get the assertion. Methode um die Assertion zu erhalten.
    Method to get the context. Methode um den Context zu erhalten.
    Method to get the status. Methode um den Status zu erhalten.
  • Method Details

    • getAssertion

      Assertion getAssertion()
      Method to get the assertion.
      Methode um die Assertion zu erhalten.
      Returns:
      The assertion.
      Die Assertion.
    • getContext

      String getContext()
      Method to get the context.
      Methode um den Context zu erhalten.
      Returns:
      The context.
      Der Context.
    • getStatus

      String getStatus()
      Method to get the status.
      Methode um den Status zu erhalten.
      Returns:
      The status.
      Die Status.