Class SamlIdPBaseProfileProperties

java.lang.Object
org.apereo.cas.configuration.model.support.saml.idp.profile.SamlIdPBaseProfileProperties
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SamlIdPSLOProfileProperties, SamlIdPSSOProfileProperties, SamlIdPSSOSimpleSignProfileProperties

@RequiresModule(name="cas-server-support-saml-idp") public class SamlIdPBaseProfileProperties extends Object implements Serializable
Since:
6.6.0
See Also:
  • Constructor Details

    • SamlIdPBaseProfileProperties

      public SamlIdPBaseProfileProperties()
  • Method Details

    • isUrlDecodeRedirectRequest

      public boolean isUrlDecodeRedirectRequest()
      Whether the initial request should be explicitly url-decoded before it's consumed by the decoder.
    • setUrlDecodeRedirectRequest

      public SamlIdPBaseProfileProperties setUrlDecodeRedirectRequest(boolean urlDecodeRedirectRequest)
      Whether the initial request should be explicitly url-decoded before it's consumed by the decoder.
      Returns:
      this.