org.apache.cxf.rs.security.saml.sso
Class SamlRequestInfo
java.lang.Object
org.apache.cxf.rs.security.saml.sso.SamlRequestInfo
public class SamlRequestInfo
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SamlRequestInfo
public SamlRequestInfo()
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