Example usage for org.springframework.security.web.authentication AbstractAuthenticationTargetUrlRequestHandler subclass-usage

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

Introduction

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

Usage

From source file com.lennonjesus.auth.security.handler.AjaxLogoutSuccessHandler.java

/**
 * Spring Security logout handler, specialized for Ajax requests.
 */
@Component
public class AjaxLogoutSuccessHandler extends AbstractAuthenticationTargetUrlRequestHandler
        implements LogoutSuccessHandler {

From source file com.ar.dev.tierra.hasar.api.config.security.CustomLogoutSuccessHandler.java

/**
 *
 * @author PauloGaldo
 */
@Component
public class CustomLogoutSuccessHandler extends AbstractAuthenticationTargetUrlRequestHandler

From source file io.github.jhipster.security.AjaxLogoutSuccessHandler.java

/**
 * Spring Security logout handler, specialized for Ajax requests.
 */
public class AjaxLogoutSuccessHandler extends AbstractAuthenticationTargetUrlRequestHandler
        implements LogoutSuccessHandler {

From source file org.broadleafcommerce.common.security.BroadleafAdminLogoutSuccessHandler.java

/**
 * Created by IntelliJ IDEA.
 * User: jfischer
 * Date: 10/20/11
 * Time: 3:43 PM
 * To change this template use File | Settings | File Templates.

From source file com.create.security.OAuth2LogoutSuccessHandler.java

public class OAuth2LogoutSuccessHandler extends AbstractAuthenticationTargetUrlRequestHandler
        implements LogoutSuccessHandler {
    private static final String BEARER_AUTHENTICATION = "Bearer ";
    private static final String HEADER_AUTHORIZATION = "authorization";

    private final TokenStore tokenStore;

From source file org.sparkcommerce.openadmin.security.SparkAdminLogoutSuccessHandler.java

/**
 * Created by IntelliJ IDEA.
 * User: jfischer
 * Date: 10/20/11
 * Time: 3:43 PM
 * To change this template use File | Settings | File Templates.

From source file org.broadleafcommerce.openadmin.security.BroadleafAdminLogoutSuccessHandler.java

/**
 * Created by IntelliJ IDEA.
 * User: jfischer
 * Date: 10/20/11
 * Time: 3:43 PM
 * To change this template use File | Settings | File Templates.

From source file com.ar.dev.tierra.api.config.security.CustomLogoutSuccessHandler.java

/**
 *
 * @author PauloGaldo
 */
@Component
public class CustomLogoutSuccessHandler extends AbstractAuthenticationTargetUrlRequestHandler

From source file org.dockhouse.security.AjaxLogoutSuccessHandler.java

/**
 * Spring Security logout handler, specialized for Ajax requests.
 */
@Component
public class AjaxLogoutSuccessHandler extends AbstractAuthenticationTargetUrlRequestHandler
        implements LogoutSuccessHandler {

From source file org.telosystools.saas.security.AjaxLogoutSuccessHandler.java

/**
 * Spring Security logout handler, specialized for Ajax requests.
 */
@Component
public class AjaxLogoutSuccessHandler extends AbstractAuthenticationTargetUrlRequestHandler
        implements LogoutSuccessHandler {