Class UsernamePasswordAuthenticationMechanism

  • All Implemented Interfaces:
    org.wildfly.security.http.HttpServerAuthenticationMechanism

    public abstract class UsernamePasswordAuthenticationMechanism
    extends Object
    implements org.wildfly.security.http.HttpServerAuthenticationMechanism
    A base class for HTTP mechanisms that operate on validation of plain text usernames and passwords.
    Author:
    Darran Lofthouse