Example usage for org.springframework.security.web RedirectStrategy interface-usage

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

Introduction

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

Usage

From source file br.net.cleytoncandido.arquivar.security.JsfRedirectStrategy.java

/**
 * This class extends the default redirect strategy provided by
 * Spring Security 3.1m2
 *
 * @author Ben Simpson <ben.simpson@icesoft.com.com>
 *         Date: 2/9/11

From source file br.com.gerenciapessoal.security.JsfRedirectStrategy.java

/**
 * This class extends the default redirect strategy provided by Spring Security
 * 3.1m2
 *
 * @author Ben Simpson <ben.simpson@icesoft.com.com>
 * Date: 2/9/11 Time: 2:51 PM

From source file org.xine.marketplace.frontend.views.security.JsfRedirectStrategy.java

/**
 * This class extends the default redirect strategy provided by
 * Spring Security 3.1m2
 * @author Ben Simpson <ben.simpson@icesoft.com.com>
 *         Date: 2/9/11
 *         Time: 2:51 PM

From source file com.oliveira.pedidovenda.security.JsfRedirectStrategy.java

/**
 * This class extends the default redirect strategy provided by
 * Spring Security 3.1m2
 *
 * @author Ben Simpson <ben.simpson@icesoft.com.com>
 *         Date: 2/9/11

From source file de.itsvs.cwtrpc.security.RpcRedirectStrategy.java

/**
 * @author Volker Schmidt
 * @since 0.9
 */
public class RpcRedirectStrategy implements RedirectStrategy {
    private final Log log = LogFactory.getLog(RpcRedirectStrategy.class);

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

/**
 * This class insures that if using the successUrl or failureUrl request
 * parameter, then the urls are valid and are local to the application
 * (preventing a user modifying to go somewhere else on login success/failure)
 */
public class LocalRedirectStrategy implements RedirectStrategy {