Package io.servicetalk.http.utils.auth
@ElementsAreNonnullByDefault
package io.servicetalk.http.utils.auth
-
ClassDescriptionAn authentication exception, which indicates that access was denied and usually converts to
401 (Unauthorized)or407 (Proxy Authentication Required)response.BasicAuthHttpServiceFilter<UserInfo>AStreamingHttpServiceFilter, which filters HTTP requests using RFC7617: The 'Basic' HTTP Authentication Scheme.BasicAuthHttpServiceFilter.Builder<UserInfo>A builder for anStreamingHttpServiceFilter, which filters HTTP requests using RFC7617: The 'Basic' HTTP Authentication Scheme.Verifiesuser-idandpassword, parsed from the 'Basic' HTTP Authentication Scheme credentials.