Package io.vrap.rmf.base.client.http
Interface OAuthMiddleware
- All Superinterfaces:
Middleware
- All Known Implementing Classes:
OAuthMiddlewareImpl
Middleware to add an oauth authentication header to requests
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic OAuthMiddlewareof(dev.failsafe.spi.Scheduler scheduler, OAuthHandler oAuthHandler) static OAuthMiddlewareof(dev.failsafe.spi.Scheduler scheduler, OAuthHandler oauthHandler, int maxRetries) static OAuthMiddlewareof(dev.failsafe.spi.Scheduler scheduler, OAuthHandler oauthHandler, int maxRetries, boolean useCircuitBreaker) static OAuthMiddlewareof(OAuthHandler oAuthHandler) static OAuthMiddlewareof(OAuthHandler oauthHandler, int maxRetries) static OAuthMiddlewareof(OAuthHandler oauthHandler, int maxRetries, boolean useCircuitBreaker) static OAuthMiddlewareof(ExecutorService executor, OAuthHandler oAuthHandler) static OAuthMiddlewareof(ExecutorService executor, OAuthHandler oauthHandler, int maxRetries) static OAuthMiddlewareof(ExecutorService executor, OAuthHandler oauthHandler, int maxRetries, boolean useCircuitBreaker) static OAuthMiddlewareof(ScheduledExecutorService executor, OAuthHandler oAuthHandler) static OAuthMiddlewareof(ScheduledExecutorService executor, OAuthHandler oauthHandler, int maxRetries) static OAuthMiddlewareof(ScheduledExecutorService executor, OAuthHandler oauthHandler, int maxRetries, boolean useCircuitBreaker) Methods inherited from interface io.vrap.rmf.base.client.http.Middleware
invoke
-
Method Details
-
of
-
of
-
of
-
of
-
of
static OAuthMiddleware of(ScheduledExecutorService executor, OAuthHandler oauthHandler, int maxRetries) -
of
-
of
static OAuthMiddleware of(dev.failsafe.spi.Scheduler scheduler, OAuthHandler oauthHandler, int maxRetries) -
of
-
of
static OAuthMiddleware of(ScheduledExecutorService executor, OAuthHandler oauthHandler, int maxRetries, boolean useCircuitBreaker) -
of
static OAuthMiddleware of(ExecutorService executor, OAuthHandler oauthHandler, int maxRetries, boolean useCircuitBreaker) -
of
static OAuthMiddleware of(dev.failsafe.spi.Scheduler scheduler, OAuthHandler oauthHandler, int maxRetries, boolean useCircuitBreaker) -
of
-