Package org.projecthusky.xua.saml2.impl
Class ResponseImpl
java.lang.Object
org.projecthusky.xua.saml2.impl.ResponseImpl
- All Implemented Interfaces:
SecurityObject<org.opensaml.saml.saml2.core.Response>,Base,Response,SignatureBase
public class ResponseImpl
extends Object
implements Response, SecurityObject<org.opensaml.saml.saml2.core.Response>
Implementation class of Response
Implementations Klasse von Response
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedResponseImpl(org.opensaml.saml.saml2.core.Response response) Instantiates a new ResponseImpl. -
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.Method to get theEncryptedAssertions. Methode um dieEncryptedAssertions 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 the Status. Methode um den Status zu holen.Method to get the Version. Methode um die Version zu holen.org.opensaml.saml.saml2.core.ResponseMethod 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
-
ResponseImpl
protected ResponseImpl(org.opensaml.saml.saml2.core.Response response) Instantiates a new ResponseImpl.- Parameters:
response- the response
-
-
Method Details
-
getAssertions
- Specified by:
getAssertionsin interfaceResponse- Returns:
- See Also:
-
getConsent
Method to get Consent value.Methode um den Consent wert zu erhalten.- Specified by:
getConsentin interfaceResponse- Returns:
- the Destination value as
String.der Destination Wert alsString. - See Also:
-
getDestination
Method to get Destination value.Methode um den Inhalt der Destination zu erhalten.- Specified by:
getDestinationin interfaceResponse- Returns:
- the Destination value as
String.der Inhalt der Destination alsString. - See Also:
-
getEncryptedAssertions
Method to get theEncryptedAssertions.Methode um dieEncryptedAssertions zu erhalten.- Specified by:
getEncryptedAssertionsin interfaceResponse- Returns:
- a
ListofEncryptedAssertion.eineListvonEncryptedAssertion. - See Also:
-
getId
Method to get the ID.Methode die ID zu holen. -
getInResponseTo
Method to get InResponseTo value.Methode um den InResponseTo zu erhalten.- Specified by:
getInResponseToin interfaceResponse- Returns:
- the InResponseTo value as
String.der InResponseTo Wert alsString. - See Also:
-
getIssueInstant
Method to get the IssueInstant.Methode den IssueInstant zu holen.- Specified by:
getIssueInstantin interfaceBase- Returns:
- the IssueInstant value as
Calendar.der IssueInstant Wert alsCalendar. - See Also:
-
getIssuer
Method to get the Issuer.Methode um den Issuer zu holen. -
getStatus
Method to get the Status.Methode um den Status zu holen. -
getVersion
Method to get the Version.Methode um die Version zu holen.- Specified by:
getVersionin interfaceBase- Returns:
- the Version value as
String.die Version alsString. - See Also:
-
getWrappedObject
public org.opensaml.saml.saml2.core.Response getWrappedObject()Method to get the wrapped inner object.Methode um das Innere, gewrappte object zu erhalten.- Specified by:
getWrappedObjectin interfaceSecurityObject<org.opensaml.saml.saml2.core.Response>- Returns:
- returns the wrapped inner object (depends on implementation)
- See Also:
-
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:
-