Class BasicAuthenticationMechanism

java.lang.Object
io.undertow.security.impl.BasicAuthenticationMechanism
All Implemented Interfaces:
AuthenticationMechanism

public class BasicAuthenticationMechanism extends Object implements AuthenticationMechanism
The authentication handler responsible for BASIC authentication as described by RFC2617
Author:
Darran Lofthouse