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

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

Introduction

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

Usage

From source file org.apache.cxf.fediz.service.idp.FederationEntryPoint.java

/**
 * Used by the <code>ExceptionTranslationFilter</code> to commence authentication via the
 * WS-Federation protocol.
 * <p>
 * The user's browser will be redirected to the IDP.
 *

From source file com.stormpath.spring.config.StormpathAuthenticationEntryPoint.java

/**
 * Fix for https://github.com/stormpath/stormpath-sdk-java/issues/714
 *
 * @since 1.0.0
 */
public class StormpathAuthenticationEntryPoint implements AuthenticationEntryPoint {

From source file net.prasenjit.auth.config.CustomAjaxAwareHandler.java

/**
 * Created by PRASENJIT-NET on 4/21/2016.
 *
 * @author PRASEN
 * @version $Id: $Id
 */

From source file org.glassmaker.spring.oauth.OAuth2EntryPoint.java

@Component("oAuth2EntryPoint")
public class OAuth2EntryPoint implements AuthenticationEntryPoint, InitializingBean {
    // ~ Static fields/initializers
    // =====================================================================================

    private static final Log logger = LogFactory.getLog(OAuth2EntryPoint.class);

From source file org.cloudfoundry.identity.uaa.security.CsrfAwareEntryPointAndDeniedHandler.java

public class CsrfAwareEntryPointAndDeniedHandler implements AccessDeniedHandler, AuthenticationEntryPoint {

    private static Log logger = LogFactory.getLog(CsrfAwareEntryPointAndDeniedHandler.class);

    private LoginUrlAuthenticationEntryPoint loginEntryPoint;
    private LoginUrlAuthenticationEntryPoint csrfEntryPoint;

From source file security.JsfLoginUrlAuthenticationEntryPoint.java

    private static final Log logger = LogFactory.getLog(JsfLoginUrlAuthenticationEntryPoint.class);

    //~ Instance fields ================================================================================================

    private PortMapper portMapper = new PortMapperImpl();

From source file br.com.ufopa.security.JsfLoginUrlAuthenticationEntryPoint.java

/**
 * This class represents...
 *
 * @author Ben Simpson <ben.simpson@icesoft.com>
 *         Date: 2/28/11
 *         Time: 6:17 PM

From source file com.algawork.pedidovenda.security.JsfLoginUrlAuthenticationEntryPoint.java

/**
 * This class represents...
 *
 * @author Ben Simpson <ben.simpson@icesoft.com>
 *         Date: 2/28/11
 *         Time: 6:17 PM

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

/**
 * This class represents...
 * @author Ben Simpson <ben.simpson@icesoft.com>
 *         Date: 2/28/11
 *         Time: 6:17 PM
 */

From source file com.fluxtream.auth.FlxLoginUrlAuthenticationEntryPoint.java

public class FlxLoginUrlAuthenticationEntryPoint implements AuthenticationEntryPoint, InitializingBean {
    //~ Static fields/initializers =====================================================================================

    private static final Log logger = LogFactory.getLog(FlxLoginUrlAuthenticationEntryPoint.class);

    //~ Instance fields ================================================================================================