Class XUserAssertionResponseImpl

java.lang.Object
org.projecthusky.xua.communication.xua.impl.XUserAssertionResponseImpl
All Implemented Interfaces:
XUserAssertionResponse, SecurityObject<org.opensaml.soap.wstrust.RequestSecurityTokenResponse>

public class XUserAssertionResponseImpl extends Object implements XUserAssertionResponse, SecurityObject<org.opensaml.soap.wstrust.RequestSecurityTokenResponse>
Implementation class of Interface XUserAssertionResponse and SecurityObject
Implementations Klasse von Interface XUserAssertionResponse und SecurityObject
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    XUserAssertionResponseImpl(org.opensaml.soap.wstrust.RequestSecurityTokenResponse aRequestSecurityTokenResponse)
     
  • 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.
    org.opensaml.soap.wstrust.RequestSecurityTokenResponse
    Method to get the wrapped inner object. Methode um das Innere, gewrappte object zu erhalten.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • XUserAssertionResponseImpl

      protected XUserAssertionResponseImpl(org.opensaml.soap.wstrust.RequestSecurityTokenResponse aRequestSecurityTokenResponse)
  • Method Details

    • getAssertion

      public Assertion getAssertion()
      Description copied from interface: XUserAssertionResponse
      Method to get the assertion.
      Methode um die Assertion zu erhalten.
      Specified by:
      getAssertion in interface XUserAssertionResponse
      Returns:
      The assertion.
      Die Assertion.
    • getContext

      public String getContext()
      Description copied from interface: XUserAssertionResponse
      Method to get the context.
      Methode um den Context zu erhalten.
      Specified by:
      getContext in interface XUserAssertionResponse
      Returns:
      The context.
      Der Context.
    • getStatus

      public String getStatus()
      Description copied from interface: XUserAssertionResponse
      Method to get the status.
      Methode um den Status zu erhalten.
      Specified by:
      getStatus in interface XUserAssertionResponse
      Returns:
      The status.
      Die Status.
    • getWrappedObject

      public org.opensaml.soap.wstrust.RequestSecurityTokenResponse getWrappedObject()
      Description copied from interface: SecurityObject
      Method to get the wrapped inner object.
      Methode um das Innere, gewrappte object zu erhalten.
      Specified by:
      getWrappedObject in interface SecurityObject<org.opensaml.soap.wstrust.RequestSecurityTokenResponse>
      Returns:
      returns the wrapped inner object (depends on implementation)