Module jakarta.security
Annotation Type BasicAuthenticationMechanismDefinition
-
@Retention(RUNTIME) @Target(TYPE) public @interface BasicAuthenticationMechanismDefinitionAnnotation 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.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringrealmNameName of realm that will be sent via theWWW-Authenticateheader.
-