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

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

Introduction

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

Usage

From source file com.tamnd.app.config.security.LogoutSuccessHandler.java

/**
 *
 * @author tamnd
 */
@Component
public class LogoutSuccessHandler extends SimpleUrlLogoutSuccessHandler {

From source file org.dspace.rest.authentication.NoRedirectAuthenticationLogoutSuccessHandler.java

/**
 * @author kevinvandevelde at atmire.com
 *
 * Spring redirects to the home page after a successfull logout. This success handles ensures that this is NOT the case.
 */
public class NoRedirectAuthenticationLogoutSuccessHandler extends SimpleUrlLogoutSuccessHandler {

From source file com.safasoft.treeweb.auth.CustomLogoutSuccessHandler.java

/**
 * @created Apr 16, 2016
 * @author awal
 */
@Component("customLogoutSuccessHandler")
public class CustomLogoutSuccessHandler extends SimpleUrlLogoutSuccessHandler {

From source file io.gravitee.oauth2.server.handlers.CustomLogoutSuccessHandler.java

/**
 * Same as {@link SimpleUrlLogoutSuccessHandler} but retrieve targetUrl form the request target_url parameter
 *
 * @author Titouan COMPIEGNE (titouan.compiegne at gravitee.io)
 * @author GraviteeSource Team
 */

From source file com.mitre.storefront.security.StorefrontLogoutSuccessHandler.java

public class StorefrontLogoutSuccessHandler extends SimpleUrlLogoutSuccessHandler {
    private GUIDCookieStrategy guidCookieStrategy;
    private List<String> restrictedPages;

    protected GUIDCookieStrategy getGuidCookieStrategy() {
        return guidCookieStrategy;

From source file com.jnj.b2b.storefront.security.StorefrontLogoutSuccessHandler.java

public class StorefrontLogoutSuccessHandler extends SimpleUrlLogoutSuccessHandler {
    private GUIDCookieStrategy guidCookieStrategy;
    private List<String> restrictedPages;

    protected GUIDCookieStrategy getGuidCookieStrategy() {
        return guidCookieStrategy;

From source file com.exxonmobile.ace.hybris.storefront.security.StorefrontLogoutSuccessHandler.java

public class StorefrontLogoutSuccessHandler extends SimpleUrlLogoutSuccessHandler {
    private GUIDCookieStrategy guidCookieStrategy;
    private List<String> restrictedPages;

    protected GUIDCookieStrategy getGuidCookieStrategy() {
        return guidCookieStrategy;

From source file SpringSecurity.LogoutHandler.java

/**
 *
 * @author lun
 */
public class LogoutHandler extends SimpleUrlLogoutSuccessHandler {

From source file de.hybris.platform.acceleratorstorefrontcommons.security.StorefrontLogoutSuccessHandler.java

public class StorefrontLogoutSuccessHandler extends SimpleUrlLogoutSuccessHandler {
    private GUIDCookieStrategy guidCookieStrategy;
    private List<String> restrictedPages;

    protected GUIDCookieStrategy getGuidCookieStrategy() {
        return guidCookieStrategy;

From source file com.acc.storefront.security.StorefrontLogoutSuccessHandler.java

public class StorefrontLogoutSuccessHandler extends SimpleUrlLogoutSuccessHandler {
    private GUIDCookieStrategy guidCookieStrategy;
    private List<String> restrictedPages;

    protected GUIDCookieStrategy getGuidCookieStrategy() {
        return guidCookieStrategy;