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

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

Introduction

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

Usage

From source file mx.edu.um.dii.general.utils.LoginHandler.java

/**
 *
 * @author edermtz
 */
@Component
public class LoginHandler extends SavedRequestAwareAuthenticationSuccessHandler {

From source file com.inkubator.securitycore.util.AuthenticationSuccessHandler.java

/**
 *
 * @author Deni Husni FR
 */
public class AuthenticationSuccessHandler extends SavedRequestAwareAuthenticationSuccessHandler {

From source file com.hp.autonomy.frontend.configuration.authentication.LoginSuccessHandler.java

public class LoginSuccessHandler extends SavedRequestAwareAuthenticationSuccessHandler {

    private final String configUrl;
    private final String applicationUrl;
    private final String roleDefault;

From source file com.hp.autonomy.frontend.find.idol.beanconfiguration.IdolLoginSuccessHandler.java

public class IdolLoginSuccessHandler extends SavedRequestAwareAuthenticationSuccessHandler {
    private final String configUrl;
    private final String applicationUrl;
    private final String roleDefault;
    private final AuthenticationInformationRetriever<?, ?> authenticationInformationRetriever;

From source file mx.edu.um.eventosum.service.impl.general.LoginHandler.java

/**
 *
 * @author ADMIN
 */
@Component
public class LoginHandler extends SavedRequestAwareAuthenticationSuccessHandler {

From source file com.cruz.sec.config.ItemIdBasedAuthenticationSuccessHandler.java

public class ItemIdBasedAuthenticationSuccessHandler extends SavedRequestAwareAuthenticationSuccessHandler {

    private String defaultTargetUrl;

    public ItemIdBasedAuthenticationSuccessHandler() {
    }

From source file net.hj2eplatform.core.component.CustomAuthenticationSuccessHandler.java

/**
 *
 * @author hoang_000
 */
public class CustomAuthenticationSuccessHandler extends SavedRequestAwareAuthenticationSuccessHandler
        implements java.io.Serializable {

From source file com.sentinel.rest.handlers.AuthSuccessHandler.java

/**
 * @author Vipin Kumar
 * @created 19-Feb-2016
 * 
 * TODO: Write a quick description of what the class is supposed to do.
 * 

From source file com.gs.config.ItemIdBasedAuthenticationSuccessHandler.java

public class ItemIdBasedAuthenticationSuccessHandler extends SavedRequestAwareAuthenticationSuccessHandler {

    @Autowired
    ObtenerHerrDptosByUser obtenerHerrDptosByUser;
    MensajesBandejaDaoImp mensajesBandejaDaoImp;
    private String defaultTargetUrl;

From source file com.evolveum.midpoint.web.security.MidPointAuthenticationSuccessHandler.java

/**
 * @author Viliam Repan (lazyman)
 */
public class MidPointAuthenticationSuccessHandler extends SavedRequestAwareAuthenticationSuccessHandler {

    private String defaultTargetUrl;