@ConfigurationProperties(value="broadleaf.common.ssl-verification") public class SSLVerificationProperties extends Object
Constructor and Description |
---|
SSLVerificationProperties() |
Modifier and Type | Method and 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() |
public boolean isDisabled()
public void setDisabled(boolean disabled)
disabled
- Dictates whether SSL verification should be disabled.protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.