public class VertxLocalSharedDataLogoutHandler extends VertxSharedDataLogoutHandler
blockingTimeoutSeconds, PAC4J_CAS_SHARED_DATA_KEY, vertx| Constructor and Description |
|---|
VertxLocalSharedDataLogoutHandler(io.vertx.core.Vertx vertx,
io.vertx.ext.web.sstore.SessionStore sessionStore) |
VertxLocalSharedDataLogoutHandler(io.vertx.core.Vertx vertx,
io.vertx.ext.web.sstore.SessionStore sessionStore,
int blockingTimeoutSeconds) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doDestroySession(String ticket) |
protected void |
doRecordSession(String sessionId,
String ticket) |
protected String |
getSessionId(String ticket) |
destroySession, recordSessionpublic VertxLocalSharedDataLogoutHandler(io.vertx.core.Vertx vertx,
io.vertx.ext.web.sstore.SessionStore sessionStore)
public VertxLocalSharedDataLogoutHandler(io.vertx.core.Vertx vertx,
io.vertx.ext.web.sstore.SessionStore sessionStore,
int blockingTimeoutSeconds)
protected void doRecordSession(String sessionId, String ticket)
doRecordSession in class VertxSharedDataLogoutHandlerprotected void doDestroySession(String ticket)
doDestroySession in class VertxSharedDataLogoutHandlerprotected String getSessionId(String ticket)
getSessionId in class VertxSharedDataLogoutHandlerCopyright © 2016. All Rights Reserved.