Class CronappUnauthorizedHandler

  • All Implemented Interfaces:
    org.springframework.security.web.AuthenticationEntryPoint

    @Service
    public class CronappUnauthorizedHandler
    extends Object
    implements org.springframework.security.web.AuthenticationEntryPoint
    • Constructor Detail

      • CronappUnauthorizedHandler

        public CronappUnauthorizedHandler()
    • Method Detail

      • commence

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