Class SessionLogoutSuccessHandler<A extends Authentication,B extends Identity,C extends AccessController,D,E extends Session<D>,F extends SessionContext<D,E> & SecurityContext<B,C>,G extends Exchange<F>>

java.lang.Object
io.inverno.mod.security.http.session.SessionLogoutSuccessHandler<A,B,C,D,E,F,G>
Type Parameters:
A - the authentication type
B - the identity type
C - the access controller type
D - the session data type
E - the session type
F - the session security exchange context type
G - the exchange type
All Implemented Interfaces:
LogoutSuccessHandler<A,B,C,F,G>

public class SessionLogoutSuccessHandler<A extends Authentication,B extends Identity,C extends AccessController,D,E extends Session<D>,F extends SessionContext<D,E> & SecurityContext<B,C>,G extends Exchange<F>> extends Object implements LogoutSuccessHandler<A,B,C,F,G>

A logout success handler that invalidates the session.

Since:
1.13
Author:
Jeremy Kuhn