Example usage for org.springframework.security.web.authentication.logout SecurityContextLogoutHandler subclass-usage

List of usage examples for org.springframework.security.web.authentication.logout SecurityContextLogoutHandler subclass-usage

Introduction

In this page you can find the example usage for org.springframework.security.web.authentication.logout SecurityContextLogoutHandler subclass-usage.

Usage

From source file org.openinfinity.sso.security.spring.IdentityBasedSecurityContextLogoutHandler.java

/**
 * Removes Identity from the identity context (in-memory datagrid).
 * 
 * @author Ilkka Leinonen
 * @version 1.0.0
 * @since 1.0.0

From source file org.hyperic.hq.ui.security.SessionManagingLogoutHandler.java

/**
 * Extension of {@link SecurityContextLogoutHandler} that updates the internal SessionManager
 * TODO remove this in favor of just using the SecurityContext (upon removal of SessionManager)
 * @author jhickey
 *
 */