Example usage for org.springframework.security.web.authentication AuthenticationSuccessHandler interface-usage

List of usage examples for org.springframework.security.web.authentication AuthenticationSuccessHandler interface-usage

Introduction

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

Usage

From source file tomekkup.helenos.security.web.authentication.JsonAuthenticationSuccessHandler.java

/**
 * ********************************************************
 * Copyright: 2012 Tomek Kuprowski
 *
 * License: GPLv2: http://www.gnu.org/licences/gpl.html
 *

From source file com.mycompany.springrest.token.JwtAuthenticationSuccessHandler.java

/**
 *
 * @author ??
 */
public class JwtAuthenticationSuccessHandler implements AuthenticationSuccessHandler {

From source file br.com.semanticwot.cd.util.RedirectAfterLogin.java

/**
 * Classe que controla o redirect aps o login, entre outras coisas
 * @author nailton
 */
public class RedirectAfterLogin implements AuthenticationSuccessHandler {

From source file org.example.server.security.RestAuthenticationSuccessHandler.java

/**
 * Authentication success handler for REST services
 *
 */
public class RestAuthenticationSuccessHandler implements AuthenticationSuccessHandler {

From source file org.example.security.RestAuthenticationSuccessHandler.java

/**
 * Authentication success handler for REST services
 *
 */
public class RestAuthenticationSuccessHandler implements AuthenticationSuccessHandler {

From source file com.opiframe.utils.AutehnticationHandler.java

/**
 *
 * @author Opiframe
 */
public class AutehnticationHandler implements AuthenticationSuccessHandler {

From source file cz.muni.pa165.carparkapp.configuration.AuthenticationHandler.java

/**
 *
 * @author coldfront
 */
public class AuthenticationHandler implements AuthenticationSuccessHandler {

From source file shiver.me.timbers.spring.security.JwtAuthenticationSuccessHandler.java

/**
 * @author Karl Bennett
 */
public interface JwtAuthenticationSuccessHandler extends AuthenticationSuccessHandler {

    JwtAuthenticationSuccessHandler withDelegate(AuthenticationSuccessHandler delegate);

From source file authentication.DefaultAuthenticationSuccessHandler.java

/**
 * A classe <code>DefaultAuthenticationSuccessHandler</code>  responsvel por
 * invocar os <i>listeners</i> do evento de autenticao com sucesso do usurio
 * na aplicao.
 *
 * @author Roberto Perillo

From source file br.com.valecard.services.security.impl.AuthenticationHandlerImpl.java

/**
 *
 * @author Marcos
 */
@Service("authenticationHandler")
public class AuthenticationHandlerImpl implements AuthenticationSuccessHandler, AuthenticationFailureHandler {