Class GenericHeaderAuthenticationMechanism

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

public class GenericHeaderAuthenticationMechanism extends Object implements AuthenticationMechanism
A authentication mechanism that requires the presence of two headers in the request. One of these will be used as a principal and the other as a password credential.
Author:
Stuart Douglas, Richard Opalka