Application, resource class or resource method is authenticated with HTTP Basic
and that a SecurityContext needs to be established for the in-flight request.Principal that wraps a user provided UserInfo.SecurityContext that wraps a user provided Principal,
and which is designed for the SecurityContext.BASIC_AUTH authentication scheme.ContainerRequestFilter that establish SecurityContexts for requests
authenticated with the Basic HTTP Authentication Scheme (RFC7617).ContainerRequestFilter instances.AsyncContext.AsyncContext.ContainerRequestFilter instance.BasicAuthSecurityContextFilters.UserInfoBuilder instance for building a ContainerRequestFilter that needs to be
globally bound to the JAX-RS Application.BasicAuthSecurityContextFilters.NoUserInfoBuilder instance for building a ContainerRequestFilter that needs to be
globally bound to the JAX-RS Application.BasicAuthSecurityContextFilters.UserInfoBuilder instance for building a ContainerRequestFilter that needs to be
explicitly bound to resources via the BasicAuthenticated annotation.BasicAuthSecurityContextFilters.NoUserInfoBuilder instance for building a ContainerRequestFilter that needs to be
explicitly bound to resources via the BasicAuthenticated annotation.Principal instances.SecurityContext instances.UserInfo.