@ConfigurationProperties(value="auth")
public static class AcmeConfiguration.AuthConfiguration
extends java.lang.Object
Constructor and Description |
---|
AuthConfiguration() |
Modifier and Type | Method and Description |
---|---|
java.time.Duration |
getPause()
Gets duration in which we will pause between authentication attempts.
|
int |
getRefreshAttempts()
Gets number of refresh attempts that will be tried while authenticating with the ACME server.
|
void |
setPause(java.time.Duration pause)
Sets duration in which we will pause between authentication attempts.
|
void |
setRefreshAttempts(int refreshAttempts)
Sets number of refresh attempts that will be tried while authenticating with the ACME server.
|
public java.time.Duration getPause()
public void setPause(java.time.Duration pause)
pause
- durationpublic int getRefreshAttempts()
public void setRefreshAttempts(int refreshAttempts)
refreshAttempts
- number of refresh attempts