Apache CXF API

org.apache.cxf.rs.security.saml.sso
Class SSOValidatorResponse

java.lang.Object
  extended by org.apache.cxf.rs.security.saml.sso.SSOValidatorResponse

public class SSOValidatorResponse
extends Object

Some information that encapsulates a successful validation by the SAMLSSOResponseValidator


Constructor Summary
SSOValidatorResponse()
           
 
Method Summary
 String getAssertion()
           
 String getResponseId()
           
 Date getSessionNotOnOrAfter()
           
 void setAssertion(String assertion)
           
 void setResponseId(String responseId)
           
 void setSessionNotOnOrAfter(Date sessionNotOnOrAfter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSOValidatorResponse

public SSOValidatorResponse()
Method Detail

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 API

Apache CXF