Class SSLVerificationProperties
java.lang.Object
com.broadleafcommerce.cartoperation.service.autoconfigure.SSLVerificationProperties
@ConfigurationProperties("broadleaf.common.ssl-verification")
public class SSLVerificationProperties
extends Object
Contains properties dictating SSL verification.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
boolean
Dictates whether SSL verification should be disabled.void
setDisabled
(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
-