public class SecurityHandler
extends io.vertx.ext.web.handler.impl.AuthHandlerImpl
| Modifier and Type | Field and Description |
|---|---|
protected String |
authorizerName |
protected String |
clientNames |
protected org.pac4j.core.config.Config |
config |
protected org.pac4j.core.http.HttpActionAdapter<Void,VertxWebContext> |
httpActionAdapter |
protected String |
matcherName |
protected boolean |
multiProfile |
protected io.vertx.core.Vertx |
vertx |
| Constructor and Description |
|---|
SecurityHandler(io.vertx.core.Vertx vertx,
org.pac4j.core.config.Config config,
Pac4jAuthProvider authProvider,
SecurityHandlerOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(io.vertx.ext.web.RoutingContext routingContext) |
protected org.pac4j.core.exception.TechnicalException |
toTechnicalException(Throwable t) |
protected void |
unexpectedFailure(io.vertx.ext.web.RoutingContext context,
Throwable failure) |
protected final org.pac4j.core.config.Config config
protected final String clientNames
protected final String authorizerName
protected final String matcherName
protected final boolean multiProfile
protected final io.vertx.core.Vertx vertx
protected final org.pac4j.core.http.HttpActionAdapter<Void,VertxWebContext> httpActionAdapter
public SecurityHandler(io.vertx.core.Vertx vertx,
org.pac4j.core.config.Config config,
Pac4jAuthProvider authProvider,
SecurityHandlerOptions options)
public void handle(io.vertx.ext.web.RoutingContext routingContext)
protected void unexpectedFailure(io.vertx.ext.web.RoutingContext context,
Throwable failure)
protected final org.pac4j.core.exception.TechnicalException toTechnicalException(Throwable t)
Copyright © 2016. All Rights Reserved.