Class SamlRequestInfo


  • public class SamlRequestInfo
    extends Object
    • 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)