@Retention(value=RUNTIME) @Target(value=TYPE) public @interface BasicAuthenticationMechanismDefinition
AuthenticationMechanism
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.public abstract String realmName
WWW-Authenticate
header.
Note that this realm name does not couple a named identity store configuration to the authentication mechanism.
Copyright © 2015–2017. All rights reserved.