Class SamlRequestInfo

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

public class SamlRequestInfo extends Object
  • Constructor Details

    • SamlRequestInfo

      public SamlRequestInfo()
  • Method Details

    • 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)