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 Summary
Constructors Constructor Description PowerAuthApiAuthenticationEntryPoint() -
Method Summary
Modifier and Type Method Description voidcommence(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException authException)
-
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:
commencein interfaceorg.springframework.security.web.AuthenticationEntryPoint- Throws:
IOException
-