- setAudience(String) - Method in interface com.okta.jwt.AccessTokenVerifier.Builder
-
Sets the audience the verifier will expect.
- setClientId(String) - Method in interface com.okta.jwt.IdTokenVerifier.Builder
-
Sets the clienId the verifier will expect.
- setConnectionTimeout(Duration) - Method in interface com.okta.jwt.VerifierBuilderSupport
-
Sets the connectionTimeout for the verifier.
- setIssuer(String) - Method in interface com.okta.jwt.VerifierBuilderSupport
-
Sets the issuer the verifier will expect.
- setLeeway(Duration) - Method in interface com.okta.jwt.VerifierBuilderSupport
-
Sets the leeway the verifier will allow.
- setProxyHost(String) - Method in interface com.okta.jwt.VerifierBuilderSupport
-
Sets the proxy host used for the configured HTTP proxy.
- setProxyPassword(String) - Method in interface com.okta.jwt.VerifierBuilderSupport
-
Sets the proxy password used for the configured HTTP proxy.
- setProxyPort(int) - Method in interface com.okta.jwt.VerifierBuilderSupport
-
Sets the proxy port used for the configured HTTP proxy.
- setProxyUsername(String) - Method in interface com.okta.jwt.VerifierBuilderSupport
-
Sets the proxy username used for the configured HTTP proxy.
- setRetryMaxAttempts(int) - Method in interface com.okta.jwt.VerifierBuilderSupport
-
Sets the retryMaxAttempts the verifier will allow when making HTTP requests to the "keys" endpoint.
- setRetryMaxElapsed(Duration) - Method in interface com.okta.jwt.VerifierBuilderSupport
-
Sets the retryMaxElapsed the verifier will allow when making HTTP requests to the "keys" endpoint.