Class ArtifactResponseImpl

java.lang.Object
org.projecthusky.xua.saml2.impl.ArtifactResponseImpl
All Implemented Interfaces:
SecurityObject<org.opensaml.saml.saml2.core.ArtifactResponse>, ArtifactResponse, Base, SignatureBase

public class ArtifactResponseImpl extends Object implements ArtifactResponse, SecurityObject<org.opensaml.saml.saml2.core.ArtifactResponse>
HEREISENGLISH
HIERISTDEUTSCH
VOICIFRANCAIS
ITALIANO
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    ArtifactResponseImpl(org.opensaml.saml.saml2.core.ArtifactResponse artifactResponse)
    Constructor with wrapped opensaml instance as param.
  • Method Summary

    Modifier and Type
    Method
    Description
    Method to get Consent value. Methode um den Consent wert zu erhalten.
    Method to get Destination value. Methode um den Inhalt der Destination zu erhalten.
    Method to get the ID. Methode die ID zu holen.
    Method to get InResponseTo value. Methode um den InResponseTo zu erhalten.
    Method to get the IssueInstant. Methode den IssueInstant zu holen.
    Method to get the Issuer. Methode um den Issuer zu holen.
    Method to get a list of Response. Methode um die Liste von Responses zu holen.
    Method to get the Status. Methode um den Status zu holen.
    Method to get the Version. Methode um die Version zu holen.
    org.opensaml.saml.saml2.core.ArtifactResponse
    Method to get the wrapped inner object. Methode um das Innere, gewrappte object zu erhalten.
    boolean
    Method check if signature is set. Methode um zu pruefen ob Signatur gesetzt ist.

    Methods inherited from class java.lang.Object

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

    • ArtifactResponseImpl

      protected ArtifactResponseImpl(org.opensaml.saml.saml2.core.ArtifactResponse artifactResponse)
      Constructor with wrapped opensaml instance as param.
      Parameters:
      artifactResponse - the wrapped instance
  • Method Details

    • getConsent

      public String getConsent()
      Description copied from interface: ArtifactResponse
      Method to get Consent value.
      Methode um den Consent wert zu erhalten.
      Specified by:
      getConsent in interface ArtifactResponse
      Returns:
      the Destination value as String.
      der Destination Wert als String.
    • getDestination

      public String getDestination()
      Description copied from interface: ArtifactResponse
      Method to get Destination value.
      Methode um den Inhalt der Destination zu erhalten.
      Specified by:
      getDestination in interface ArtifactResponse
      Returns:
      the Destination value as String.
      der Inhalt der Destination als String.
    • getId

      public String getId()
      Description copied from interface: Base
      Method to get the ID.
      Methode die ID zu holen.
      Specified by:
      getId in interface Base
      Returns:
      the ID value as String.
      der ID Wert als String.
    • getInResponseTo

      public String getInResponseTo()
      Description copied from interface: ArtifactResponse
      Method to get InResponseTo value.
      Methode um den InResponseTo zu erhalten.
      Specified by:
      getInResponseTo in interface ArtifactResponse
      Returns:
      the InResponseTo value as String.
      der InResponseTo Wert als String.
    • getIssuer

      public String getIssuer()
      Description copied from interface: Base
      Method to get the Issuer.
      Methode um den Issuer zu holen.
      Specified by:
      getIssuer in interface Base
      Returns:
      the Issuer value as String.
      der Issuer Wert als String.
    • getIssueInstant

      public Calendar getIssueInstant()
      Description copied from interface: Base
      Method to get the IssueInstant.
      Methode den IssueInstant zu holen.
      Specified by:
      getIssueInstant in interface Base
      Returns:
      the IssueInstant value as Calendar.
      der IssueInstant Wert als Calendar.
    • getResponses

      public List<Response> getResponses()
      Description copied from interface: ArtifactResponse
      Method to get a list of Response.
      Methode um die Liste von Responses zu holen.
      Specified by:
      getResponses in interface ArtifactResponse
      Returns:
      eine List von Response.
    • getStatus

      public Status getStatus()
      Description copied from interface: ArtifactResponse
      Method to get the Status.
      Methode um den Status zu holen.
      Specified by:
      getStatus in interface ArtifactResponse
      Returns:
      the Status value as Status.
      der Status als Status.
    • getVersion

      public String getVersion()
      Description copied from interface: Base
      Method to get the Version.
      Methode um die Version zu holen.
      Specified by:
      getVersion in interface Base
      Returns:
      the Version value as String.
      die Version als String.
    • getWrappedObject

      public org.opensaml.saml.saml2.core.ArtifactResponse 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.saml.saml2.core.ArtifactResponse>
      Returns:
      returns the wrapped inner object (depends on implementation)
    • hasSignature

      public boolean hasSignature()
      Method check if signature is set.
      Methode um zu pruefen ob Signatur gesetzt ist.
      Specified by:
      hasSignature in interface SignatureBase
      Returns:
      true if signature element is set.
      wahr wenn Signatur Element vorhanden.
      See Also: