Class SSLVerificationProperties
java.lang.Object
com.broadleafcommerce.recommendationengine.service.autoconfigure.SSLVerificationProperties
@ConfigurationProperties("broadleaf.common.ssl-verification")
public class SSLVerificationProperties
extends Object
Contains properties dictating SSL verification.
 TODO: possibly move this to a broadleaf oauth2 client dependency
 https://github.com/BroadleafCommerce/MicroPM/issues/1924
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()booleanDictates whether SSL verification should be disabled.voidsetDisabled(boolean disabled) Dictates whether SSL verification should be disabled.toString() 
- 
Constructor Details
- 
SSLVerificationProperties
public SSLVerificationProperties() 
 - 
 - 
Method Details
- 
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.
 - 
equals
 - 
canEqual
 - 
hashCode
public int hashCode() - 
toString
 
 -