Example usage for org.springframework.security.web.authentication.www BasicAuthenticationEntryPoint subclass-usage

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

Introduction

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

Usage

From source file es.galvarez.rest.config.RestAuthenticationEntryPoint.java

/**
 * @author Gonzalo Alvarez
 *
 */
public class RestAuthenticationEntryPoint extends BasicAuthenticationEntryPoint {

From source file org.artifactory.webapp.servlet.authentication.ArtifactoryBasicAuthenticationEntryPoint.java

/**
 * Intercept spring security exceptions and transforms the response into a JSON object.
 *
 * @author Shay Yaakov
 */
public class ArtifactoryBasicAuthenticationEntryPoint extends BasicAuthenticationEntryPoint {