public class WssBasicAuthenticationHandler extends AbstractBasicAuthenticationHandler
AUTHENTICATION_SCHEME_BASIC, LOGGER, SOURCE
Constructor and Description |
---|
WssBasicAuthenticationHandler(Parser parser) |
Modifier and Type | Method and Description |
---|---|
String |
getAuthenticationType()
Authentication type String used to match this handler with the auth types configured for a
specific context.
|
protected BaseAuthenticationToken |
getBaseAuthenticationToken(String realm,
String username,
String password) |
extractAuthenticationInfo, extractAuthInfo, getNormalizedToken, handleError
public WssBasicAuthenticationHandler(Parser parser)
protected BaseAuthenticationToken getBaseAuthenticationToken(String realm, String username, String password)
getBaseAuthenticationToken
in class AbstractBasicAuthenticationHandler
public String getAuthenticationType()
AuthenticationHandler
getAuthenticationType
in interface AuthenticationHandler
getAuthenticationType
in class AbstractBasicAuthenticationHandler
This work is licensed under a Creative Commons Attribution 4.0 International License.