Package org.projecthusky.xua.saml2.impl
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
ConstructorsModifierConstructorDescriptionprotectedArtifactResponseImpl(org.opensaml.saml.saml2.core.ArtifactResponse artifactResponse) Constructor with wrapped opensaml instance as param. -
Method Summary
Modifier and TypeMethodDescriptionMethod to get Consent value. Methode um den Consent wert zu erhalten.Method to get Destination value. Methode um den Inhalt der Destination zu erhalten.getId()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.ArtifactResponseMethod to get the wrapped inner object. Methode um das Innere, gewrappte object zu erhalten.booleanMethod check if signature is set. Methode um zu pruefen ob Signatur gesetzt ist.
-
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
Description copied from interface:ArtifactResponseMethod to get Consent value.Methode um den Consent wert zu erhalten.- Specified by:
getConsentin interfaceArtifactResponse- Returns:
- the Destination value as
String.der Destination Wert alsString.
-
getDestination
Description copied from interface:ArtifactResponseMethod to get Destination value.Methode um den Inhalt der Destination zu erhalten.- Specified by:
getDestinationin interfaceArtifactResponse- Returns:
- the Destination value as
String.der Inhalt der Destination alsString.
-
getId
Description copied from interface:BaseMethod to get the ID.Methode die ID zu holen. -
getInResponseTo
Description copied from interface:ArtifactResponseMethod to get InResponseTo value.Methode um den InResponseTo zu erhalten.- Specified by:
getInResponseToin interfaceArtifactResponse- Returns:
- the InResponseTo value as
String.der InResponseTo Wert alsString.
-
getIssuer
Description copied from interface:BaseMethod to get the Issuer.Methode um den Issuer zu holen. -
getIssueInstant
Description copied from interface:BaseMethod to get the IssueInstant.Methode den IssueInstant zu holen.- Specified by:
getIssueInstantin interfaceBase- Returns:
- the IssueInstant value as
Calendar.der IssueInstant Wert alsCalendar.
-
getResponses
Description copied from interface:ArtifactResponseMethod to get a list of Response.Methode um die Liste von Responses zu holen.- Specified by:
getResponsesin interfaceArtifactResponse- Returns:
-
getStatus
Description copied from interface:ArtifactResponseMethod to get the Status.Methode um den Status zu holen.- Specified by:
getStatusin interfaceArtifactResponse- Returns:
- the Status value as
Status.der Status alsStatus.
-
getVersion
Description copied from interface:BaseMethod to get the Version.Methode um die Version zu holen.- Specified by:
getVersionin interfaceBase- Returns:
- the Version value as
String.die Version alsString.
-
getWrappedObject
public org.opensaml.saml.saml2.core.ArtifactResponse getWrappedObject()Description copied from interface:SecurityObjectMethod to get the wrapped inner object.Methode um das Innere, gewrappte object zu erhalten.- Specified by:
getWrappedObjectin interfaceSecurityObject<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:
hasSignaturein interfaceSignatureBase- Returns:
- true if signature element is set.wahr wenn Signatur Element vorhanden.
- See Also:
-