public class SSOValidatorResponse extends Object
Constructor and Description |
---|
SSOValidatorResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getAssertion() |
Element |
getAssertionElement() |
Instant |
getCreated() |
org.opensaml.saml.saml2.core.Assertion |
getOpensamlAssertion() |
String |
getResponseId() |
Instant |
getSessionNotOnOrAfter() |
void |
setAssertion(String assertion) |
void |
setAssertionElement(Element assertionElement) |
void |
setCreated(Instant created) |
void |
setOpensamlAssertion(org.opensaml.saml.saml2.core.Assertion opensamlAssertion) |
void |
setResponseId(String responseId) |
void |
setSessionNotOnOrAfter(Instant sessionNotOnOrAfter) |
public String getAssertion()
public void setAssertion(String assertion)
public Instant getSessionNotOnOrAfter()
public void setSessionNotOnOrAfter(Instant sessionNotOnOrAfter)
public String getResponseId()
public void setResponseId(String responseId)
public Element getAssertionElement()
public void setAssertionElement(Element assertionElement)
public Instant getCreated()
public void setCreated(Instant created)
public org.opensaml.saml.saml2.core.Assertion getOpensamlAssertion()
public void setOpensamlAssertion(org.opensaml.saml.saml2.core.Assertion opensamlAssertion)
Apache CXF