@NameBinding
@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
public @interface BasicAuthenticated
Application
, resource class or resource method is authenticated with HTTP Basic
and that a SecurityContext
needs to be established for the in-flight request.