Searched defs:clockSkew (Results 1 – 3 of 3) sorted by relevance
46 private Duration clockSkew; field in AwsServiceException159 Builder clockSkew(Duration timeOffSet); in clockSkew() method165 Duration clockSkew(); in clockSkew() method189 private Duration clockSkew; field in AwsServiceException.BuilderImpl219 public Builder clockSkew(Duration clockSkew) { in clockSkew() method in AwsServiceException.BuilderImpl225 public Duration clockSkew() { in clockSkew() method in AwsServiceException.BuilderImpl
45 private final Duration clockSkew; field in JwtValidator85 private Duration clockSkew = Duration.ZERO; field in JwtValidator.Builder201 public Builder setClockSkew(Duration clockSkew) { in setClockSkew()
126 …sumer<RetryPolicyContext.Builder> applyErrorCode(String errorCode, Duration clockSkew, Instant dat… in applyErrorCode()