Class AuthenticatorMechanismsHandler

java.lang.Object
org.restheart.handlers.PipelinedHandler
org.restheart.security.handlers.AuthenticatorMechanismsHandler
All Implemented Interfaces:
io.undertow.server.HttpHandler

public class AuthenticatorMechanismsHandler extends PipelinedHandler
This is the PipelinedHandler version of io.undertow.security.handlers.AuthenticationMechanismsHandler that adds one or more authenticator mechanisms to the security context
Author:
Andrea Di Cesare <andrea@softinstigate.com>