Class SSLVerificationProperties
- java.lang.Object
 - 
- com.broadleafcommerce.customer.service.autoconfigure.SSLVerificationProperties
 
 
- 
@ConfigurationProperties("broadleaf.common.ssl-verification") public class SSLVerificationProperties extends ObjectContains properties dictating SSL verification. 
- 
- 
Constructor Summary
Constructors Constructor Description SSLVerificationProperties() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)inthashCode()booleanisDisabled()Dictates whether SSL verification should be disabled.voidsetDisabled(boolean disabled)Dictates whether SSL verification should be disabled.StringtoString() 
 - 
 
- 
- 
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)
 
 - 
 
 -