public interface LogoutHandler<C extends WebContext>
| Modifier and Type | Method and Description |
|---|---|
default void |
destroySessionBack(C context,
java.lang.String key)
Destroys the current web session for the given key for a back channel logout.
|
default void |
destroySessionFront(C context,
java.lang.String key)
Destroys the current web session for the given key for a front channel logout.
|
default void |
recordSession(C context,
java.lang.String key)
Associates a key with the current web session.
|
default void |
renewSession(java.lang.String oldSessionId,
C context)
Renew the web session.
|
default void recordSession(C context, java.lang.String key)
context - the web contextkey - the keydefault void destroySessionFront(C context, java.lang.String key)
context - the web contextkey - the keydefault void destroySessionBack(C context, java.lang.String key)
context - the web contextkey - the keydefault void renewSession(java.lang.String oldSessionId,
C context)
oldSessionId - the old session identifiercontext - the web contextCopyright © 2019. All Rights Reserved.