Apache CXF API

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

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

public class SamlRequestInfo
extends Object


Constructor Summary
SamlRequestInfo()
           
 
Method Summary
 String getIdpServiceAddress()
           
 String getRelayState()
           
 String getSamlRequest()
           
 String getWebAppContext()
           
 String getWebAppDomain()
           
 void setIdpServiceAddress(String idpServiceAddress)
           
 void setRelayState(String relayState)
           
 void setSamlRequest(String encodedSaml)
           
 void setWebAppContext(String webAppContext)
           
 void setWebAppDomain(String webAppDomain)
           
 
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

setSamlRequest

public void setSamlRequest(String encodedSaml)

getSamlRequest

public String getSamlRequest()

setRelayState

public void setRelayState(String relayState)

getRelayState

public String getRelayState()

setIdpServiceAddress

public void setIdpServiceAddress(String idpServiceAddress)

getIdpServiceAddress

public String getIdpServiceAddress()

setWebAppContext

public void setWebAppContext(String webAppContext)

getWebAppContext

public String getWebAppContext()

getWebAppDomain

public String getWebAppDomain()

setWebAppDomain

public void setWebAppDomain(String webAppDomain)

Apache CXF API

Apache CXF