|
|
|
@ -27,9 +27,9 @@ import org.springframework.security.web.AuthenticationEntryPoint;
|
|
|
|
|
import org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* AuthenticationEntryPoint that sends a 401 and Parameterized by the value of the {@coe
|
|
|
|
|
* WWW-Authenticate} header. Like the {@link BasicAuthenticationEntryPoint} but more
|
|
|
|
|
* flexible.
|
|
|
|
|
* AuthenticationEntryPoint that sends a 401 and Parameterized by the value of the
|
|
|
|
|
* {@code WWW-Authenticate} header. Like the {@link BasicAuthenticationEntryPoint} but
|
|
|
|
|
* more flexible.
|
|
|
|
|
*
|
|
|
|
|
* @author Dave Syer
|
|
|
|
|
* @since 1.3.0
|
|
|
|
|