Class ArtifactResolveImpl

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

public class ArtifactResolveImpl extends Object implements ArtifactResolve, SecurityObject<org.opensaml.saml.saml2.core.ArtifactResolve>
Interface describing the ArtifactResolve methods.
Interface welches die ArtifactResolve Methoden beschreibt.
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    ArtifactResolveImpl(org.opensaml.saml.saml2.core.ArtifactResolve aWrappedObject)
    Constructor with wrapped opensaml instance as param.
  • Method Summary

    Modifier and Type
    Method
    Description
    Method to get the Artifact. Methode um das Artifact zu holen.
    Method to get the ID. Methode die ID zu holen.
    Method to get the IssueInstant. Methode den IssueInstant zu holen.
    Method to get the Issuer. Methode um den Issuer zu holen.
    Method to get the Version. Methode um die Version zu holen.
    org.opensaml.saml.saml2.core.ArtifactResolve
    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

    • ArtifactResolveImpl

      protected ArtifactResolveImpl(org.opensaml.saml.saml2.core.ArtifactResolve aWrappedObject)
      Constructor with wrapped opensaml instance as param.
      Parameters:
      aWrappedObject - the wrapped instance
  • Method Details

    • getArtifact

      public String getArtifact()
      Description copied from interface: ArtifactResolve
      Method to get the Artifact.
      Methode um das Artifact zu holen.
      Specified by:
      getArtifact in interface ArtifactResolve
      Returns:
      the Artifact as String
      der Artifact 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.
    • 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.
    • 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.
    • 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.ArtifactResolve 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.ArtifactResolve>
      Returns:
      returns the wrapped inner object (depends on implementation)