public static final class ALBOCSPConfig.Builder
extends java.lang.Object
ALBOCSPConfig.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ALBOCSPConfig. |
| Modifier and Type | Method and Description |
|---|---|
ALBOCSPConfig |
build() |
ALBOCSPConfig.Builder |
setFailedOcspJobsRetryInterval(java.lang.Long failedOcspJobsRetryInterval)
Describes the Time Interval after which the next OCSP job needs to be scheduled
in case of the OCSP job failures.
|
ALBOCSPConfig.Builder |
setMaxTries(java.lang.Long maxTries)
Maximum number of times the failed OCSP jobs can be scheduled.
|
ALBOCSPConfig.Builder |
setOcspReqInterval(java.lang.Long ocspReqInterval)
Interval between the OCSP queries.
|
ALBOCSPConfig.Builder |
setOcspRespTimeout(java.lang.Long ocspRespTimeout)
Time in seconds that the system waits for a reply from the OCSP responder before
dropping the connection.
|
ALBOCSPConfig.Builder |
setResponderUrlLists(java.util.List<java.lang.String> responderUrlLists)
List of Responder URLs configured by user to do failover/override the AIA
extension contained in the OCSP responder's SSL/TLS certificate.
|
ALBOCSPConfig.Builder |
setUrlAction(java.lang.String urlAction)
Possible values are:
ALBOCSPConfig.URL_ACTION_FAILOVER
ALBOCSPConfig.URL_ACTION_OVERRIDE
Describes the type of action to take with the Responder URLs. |
public Builder()
ALBOCSPConfig.public ALBOCSPConfig.Builder setFailedOcspJobsRetryInterval(java.lang.Long failedOcspJobsRetryInterval)
failedOcspJobsRetryInterval - New value for the property.public ALBOCSPConfig.Builder setMaxTries(java.lang.Long maxTries)
maxTries - New value for the property.public ALBOCSPConfig.Builder setOcspReqInterval(java.lang.Long ocspReqInterval)
ocspReqInterval - New value for the property.public ALBOCSPConfig.Builder setOcspRespTimeout(java.lang.Long ocspRespTimeout)
ocspRespTimeout - New value for the property.public ALBOCSPConfig.Builder setResponderUrlLists(java.util.List<java.lang.String> responderUrlLists)
responderUrlLists - New value for the property.public ALBOCSPConfig.Builder setUrlAction(java.lang.String urlAction)
urlAction - New value for the property.public ALBOCSPConfig build()