Class MDQSamlMetadataProperties

java.lang.Object
org.apereo.cas.configuration.model.support.saml.idp.metadata.MDQSamlMetadataProperties
All Implemented Interfaces:
Serializable

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

    • MDQSamlMetadataProperties

      public MDQSamlMetadataProperties()
  • Method Details

    • getBasicAuthnUsername

      public String getBasicAuthnUsername()
      Basic auth username in case the metadata instance is connecting to an MDQ server.
    • getBasicAuthnPassword

      public String getBasicAuthnPassword()
      Basic auth password in case the metadata instance is connecting to an MDQ server.
    • getSupportedContentType

      public String getSupportedContentType()
      Supported content types in case the metadata instance is connecting to an MDQ server. MediaType.TEXT_XML_VALUE is supported by default.
    • setBasicAuthnUsername

      public MDQSamlMetadataProperties setBasicAuthnUsername(String basicAuthnUsername)
      Basic auth username in case the metadata instance is connecting to an MDQ server.
      Returns:
      this.
    • setBasicAuthnPassword

      public MDQSamlMetadataProperties setBasicAuthnPassword(String basicAuthnPassword)
      Basic auth password in case the metadata instance is connecting to an MDQ server.
      Returns:
      this.
    • setSupportedContentType

      public MDQSamlMetadataProperties setSupportedContentType(String supportedContentType)
      Supported content types in case the metadata instance is connecting to an MDQ server. MediaType.TEXT_XML_VALUE is supported by default.
      Returns:
      this.