Class SSLVerificationProperties
java.lang.Object
com.broadleafcommerce.datafeed.service.collector.provider.autoconfigure.SSLVerificationProperties
@ConfigurationProperties("broadleaf.common.ssl-verification")
public class SSLVerificationProperties
extends Object
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()booleanDictates whether SSL verification should be disabled.voidsetDisabled(boolean disabled) Dictates whether SSL verification should be disabled.toString()
- 
Constructor Details- 
SSLVerificationPropertiespublic SSLVerificationProperties()
 
- 
- 
Method Details- 
isDisabledpublic boolean isDisabled()Dictates whether SSL verification should be disabled.- Returns:
- Dictates whether SSL verification should be disabled.
 
- 
setDisabledpublic void setDisabled(boolean disabled) Dictates whether SSL verification should be disabled.- Parameters:
- disabled- Dictates whether SSL verification should be disabled.
 
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
- 
toString
 
-