Class AzureCertPathProperties


  • @EnableConfigurationProperties(AzureCertPathProperties.class)
    @ConfigurationProperties("azure.cert-path")
    public class AzureCertPathProperties
    extends Object
    This is used to generate spring-configuration-metadata.json
    See Also:
    Metadata
    • Constructor Detail

      • AzureCertPathProperties

        public AzureCertPathProperties()
    • Method Detail

      • getCustom

        public String getCustom()
        Gets the path to put custom certificates.
        Returns:
        the path to put custom certificates
      • getWellKnown

        public String getWellKnown()
        Gets the path to put well-known certificates.
        Returns:
        the path to put well-known certificates
      • setCustom

        public void setCustom​(String custom)
        Sets the path to put custom certificates.
        Parameters:
        custom - the path to put custom certificates
      • setWellKnown

        public void setWellKnown​(String wellKnown)
        Sets the path to put well-known certificates.
        Parameters:
        wellKnown - the path to put well-known certificates