org.apache.cxf.rs.security.saml.sso.filter
Class SamlRequestInfo

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

public class SamlRequestInfo
extends Object


Constructor Summary
SamlRequestInfo()
           
 
Method Summary
 String getEncodedSamlRequest()
           
 String getIdpServiceAddress()
           
 String getRelayState()
           
 void setEncodedSamlRequest(String encodedSaml)
           
 void setIdpServiceAddress(String idpServiceAddress)
           
 void setRelayState(String relayState)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SamlRequestInfo

public SamlRequestInfo()
Method Detail

setEncodedSamlRequest

public void setEncodedSamlRequest(String encodedSaml)

getEncodedSamlRequest

public String getEncodedSamlRequest()

setRelayState

public void setRelayState(String relayState)

getRelayState

public String getRelayState()

setIdpServiceAddress

public void setIdpServiceAddress(String idpServiceAddress)

getIdpServiceAddress

public String getIdpServiceAddress()


Apache CXF