Class SSLVerificationProperties
- java.lang.Object
-
- com.broadleafcommerce.auth.tenant.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 Constructor Description SSLVerificationProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
int
hashCode()
boolean
isDisabled()
Dictates whether SSL verification should be disabled.void
setDisabled(boolean disabled)
Dictates whether SSL verification should be disabled.String
toString()
-
-
-
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)
-
-