public class ApplicationLogoutHandler extends Object implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
| Modifier and Type | Field and Description |
|---|---|
protected org.pac4j.core.config.Config |
config |
protected String |
defaultUrl |
protected org.pac4j.core.http.HttpActionAdapter<Void,VertxWebContext> |
httpActionAdapter |
protected String |
logoutUrlPattern |
| Constructor and Description |
|---|
ApplicationLogoutHandler(io.vertx.core.Vertx vertx,
ApplicationLogoutHandlerOptions options,
org.pac4j.core.config.Config config)
Construct based on the option values provided
|
protected final String defaultUrl
protected final String logoutUrlPattern
protected final org.pac4j.core.config.Config config
protected org.pac4j.core.http.HttpActionAdapter<Void,VertxWebContext> httpActionAdapter
public ApplicationLogoutHandler(io.vertx.core.Vertx vertx,
ApplicationLogoutHandlerOptions options,
org.pac4j.core.config.Config config)
options - - the options to configure this handlerCopyright © 2016. All Rights Reserved.