Class GenericHeaderAuthenticationMechanism

  • All Implemented Interfaces:
    AuthenticationMechanism

    public class GenericHeaderAuthenticationMechanism
    extends java.lang.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