Package org.restheart.security.handlers
Class AuthenticatorMechanismsHandler
java.lang.Object
org.restheart.handlers.PipelinedHandler
org.restheart.security.handlers.AuthenticatorMechanismsHandler
- All Implemented Interfaces:
io.undertow.server.HttpHandler
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>
-
Field Summary
Fields inherited from class org.restheart.handlers.PipelinedHandler
CONTENT_TYPE -
Constructor Summary
ConstructorsConstructorDescriptionAuthenticatorMechanismsHandler(Set<PluginRecord<AuthMechanism>> authenticatorMechanisms) AuthenticatorMechanismsHandler(PipelinedHandler next, Set<PluginRecord<AuthMechanism>> authenticatorMechanisms) -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleRequest(io.undertow.server.HttpServerExchange exchange) Methods inherited from class org.restheart.handlers.PipelinedHandler
getNext, next, pipe, setNext
-
Constructor Details
-
AuthenticatorMechanismsHandler
public AuthenticatorMechanismsHandler(PipelinedHandler next, Set<PluginRecord<AuthMechanism>> authenticatorMechanisms) -
AuthenticatorMechanismsHandler
-
-
Method Details
-
handleRequest
- Specified by:
handleRequestin interfaceio.undertow.server.HttpHandler- Specified by:
handleRequestin classPipelinedHandler- Throws:
Exception
-