org.apache.cxf.rs.security.saml.sso
Class SSOValidatorResponse
java.lang.Object
org.apache.cxf.rs.security.saml.sso.SSOValidatorResponse
public class SSOValidatorResponse
- extends Object
Some information that encapsulates a successful validation by the SAMLSSOResponseValidator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SSOValidatorResponse
public SSOValidatorResponse()
getAssertion
public String getAssertion()
setAssertion
public void setAssertion(String assertion)
getSessionNotOnOrAfter
public Date getSessionNotOnOrAfter()
setSessionNotOnOrAfter
public void setSessionNotOnOrAfter(Date sessionNotOnOrAfter)
getResponseId
public String getResponseId()
setResponseId
public void setResponseId(String responseId)
Apache CXF