Class PowerAuthApiAuthenticationEntryPoint

java.lang.Object
io.getlime.security.powerauth.rest.api.spring.entrypoint.PowerAuthApiAuthenticationEntryPoint
All Implemented Interfaces:
org.springframework.security.web.AuthenticationEntryPoint

@Service
public class PowerAuthApiAuthenticationEntryPoint
extends Object
implements org.springframework.security.web.AuthenticationEntryPoint
Default PowerAuth authentication entry-point implementation.
Author:
Petr Dvorak, petr@wultra.com
  • Constructor Details

    • PowerAuthApiAuthenticationEntryPoint

      public PowerAuthApiAuthenticationEntryPoint()
  • Method Details

    • 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