Class SSLVerificationProperties


  • @ConfigurationProperties("broadleaf.common.ssl-verification")
    public class SSLVerificationProperties
    extends Object
    Contains properties dictating SSL verification.
    • Constructor Detail

      • SSLVerificationProperties

        public SSLVerificationProperties()
    • Method Detail

      • isDisabled

        public boolean isDisabled()
        Dictates whether SSL verification should be disabled.
        Returns:
        Dictates whether SSL verification should be disabled.
      • setDisabled

        public void setDisabled​(boolean disabled)
        Dictates whether SSL verification should be disabled.
        Parameters:
        disabled - Dictates whether SSL verification should be disabled.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object