Annotation 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.
- 
Optional Element Summary
Optional Elements 
- 
Element Details
- 
realmName
String realmNameName of realm that will be sent via theWWW-Authenticateheader.Note that this realm name does not couple a named identity store configuration to the authentication mechanism.
- Returns:
 - Name of realm
 
- Default:
 ""
 
 -