Class SamlRequestInfo
- java.lang.Object
-
- org.apache.cxf.rs.security.saml.sso.SamlRequestInfo
-
public class SamlRequestInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description SamlRequestInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIdpServiceAddress()StringgetRelayState()StringgetSamlRequest()StringgetWebAppContext()StringgetWebAppDomain()voidsetIdpServiceAddress(String idpServiceAddress)voidsetRelayState(String relayState)voidsetSamlRequest(String encodedSaml)voidsetWebAppContext(String webAppContext)voidsetWebAppDomain(String webAppDomain)
-
-
-
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)
-
-