Annotation Interface FormAuthenticationMechanismDefinition


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