Annotation Interface BasicAuthenticationMechanismDefinition


@Retention(RUNTIME) @Target(TYPE) @Repeatable(BasicAuthenticationMechanismDefinition.List.class) public @interface BasicAuthenticationMechanismDefinition
Annotation used to define a container authentication mechanism that implements the HTTP basic access authentication protocol as defined by the Servlet spec (13.6.1) and make that implementation available as an enabled CDI bean.