Class RestAuthEntryPoint

  • All Implemented Interfaces:
    Aware, org.springframework.security.web.AuthenticationEntryPoint, ServletConfigAware

    @Component
    public class RestAuthEntryPoint
    extends Object
    implements org.springframework.security.web.AuthenticationEntryPoint, ServletConfigAware
    Implementation of AuthenticationEntryPoint for the RESTful API to handle authentication.

    This is used in applicationContext-ws-rest.xml as part of Spring Security HTTP configuration.

    • Constructor Detail

      • RestAuthEntryPoint

        @Autowired
        public RestAuthEntryPoint​(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
    • Method Detail

      • commence

        public void commence​(javax.servlet.http.HttpServletRequest request,
                             javax.servlet.http.HttpServletResponse response,
                             org.springframework.security.core.AuthenticationException authException)
                      throws IOException
        Specified by:
        commence in interface org.springframework.security.web.AuthenticationEntryPoint
        Throws:
        IOException