Package io.vertx.up.secure.authenticate
Class ChainHandlerImpl
java.lang.Object
io.vertx.ext.web.handler.impl.AuthenticationHandlerImpl<io.vertx.ext.auth.authentication.AuthenticationProvider>
io.vertx.up.secure.authenticate.ChainHandlerImpl
- All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>,io.vertx.ext.web.handler.AuthenticationHandler,io.vertx.ext.web.handler.impl.AuthenticationHandlerInternal,ChainHandler
public class ChainHandlerImpl
extends io.vertx.ext.web.handler.impl.AuthenticationHandlerImpl<io.vertx.ext.auth.authentication.AuthenticationProvider>
implements ChainHandler
- Author:
- Lang
-
Field Summary
Fields inherited from class io.vertx.ext.web.handler.impl.AuthenticationHandlerImpl
authProvider, mfa -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd(io.vertx.ext.web.handler.AuthenticationHandler other) voidauthenticate(io.vertx.ext.web.RoutingContext context, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.auth.User>> handler) booleanMethods inherited from class io.vertx.ext.web.handler.impl.AuthenticationHandlerImpl
handle, processExceptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.vertx.ext.web.handler.impl.AuthenticationHandlerInternal
postAuthentication, setAuthenticateHeaderMethods inherited from interface io.vertx.core.Handler
handle
-
Constructor Details
-
ChainHandlerImpl
public ChainHandlerImpl(boolean all)
-
-
Method Details
-
performsRedirect
public boolean performsRedirect()- Specified by:
performsRedirectin interfaceio.vertx.ext.web.handler.impl.AuthenticationHandlerInternal
-
add
- Specified by:
addin interfaceChainHandler
-
authenticate
public void authenticate(io.vertx.ext.web.RoutingContext context, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.auth.User>> handler) - Specified by:
authenticatein interfaceio.vertx.ext.web.handler.impl.AuthenticationHandlerInternal
-