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