Class BasicAuthHttpServiceFilter<UserInfo>

java.lang.Object
io.servicetalk.http.utils.auth.BasicAuthHttpServiceFilter<UserInfo>
Type Parameters:
UserInfo - a type for authenticated user info object
All Implemented Interfaces:
HttpExecutionStrategyInfluencer, StreamingHttpServiceFilterFactory, ExecutionStrategyInfluencer<HttpExecutionStrategy>

public final class BasicAuthHttpServiceFilter<UserInfo> extends Object implements StreamingHttpServiceFilterFactory
A StreamingHttpServiceFilter, which filters HTTP requests using RFC7617: The 'Basic' HTTP Authentication Scheme.
See Also: