Class SyncopeBasicAuthenticationEntryPoint
- java.lang.Object
-
- org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint
-
- org.apache.syncope.core.spring.security.SyncopeBasicAuthenticationEntryPoint
-
- All Implemented Interfaces:
InitializingBean,AuthenticationEntryPoint
public class SyncopeBasicAuthenticationEntryPoint extends BasicAuthenticationEntryPoint
Render Spring'sAuthenticationExceptionas other Syncope errors.
-
-
Constructor Summary
Constructors Constructor Description SyncopeBasicAuthenticationEntryPoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcommence(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, AuthenticationException authException)-
Methods inherited from class org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint
afterPropertiesSet, getRealmName, setRealmName
-
-
-
-
Method Detail
-
commence
public void commence(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, AuthenticationException authException) throws IOException- Specified by:
commencein interfaceAuthenticationEntryPoint- Overrides:
commencein classBasicAuthenticationEntryPoint- Throws:
IOException
-
-