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
ConstructorsModifierConstructorDescriptionprotected
ResponseImpl
(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 theEncryptedAssertion
s. Methode um dieEncryptedAssertion
s 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.Response
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.
-
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:
getAssertions
in interfaceResponse
- Returns:
- See Also:
-
getConsent
Method to get Consent value.Methode um den Consent wert zu erhalten.- Specified by:
getConsent
in 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:
getDestination
in interfaceResponse
- Returns:
- the Destination value as
String
.der Inhalt der Destination alsString
. - See Also:
-
getEncryptedAssertions
Method to get theEncryptedAssertion
s.Methode um dieEncryptedAssertion
s zu erhalten.- Specified by:
getEncryptedAssertions
in interfaceResponse
- Returns:
- a
List
ofEncryptedAssertion
.eineList
vonEncryptedAssertion
. - 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:
getInResponseTo
in 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:
getIssueInstant
in 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:
getVersion
in 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:
getWrappedObject
in 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:
hasSignature
in interfaceSignatureBase
- Returns:
- true if signature element is set.wahr wenn Signatur Element vorhanden.
- See Also:
-