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'sAuthenticationException
as other Syncope errors.
-
-
Constructor Summary
Constructors Constructor Description SyncopeBasicAuthenticationEntryPoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
commence(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:
commence
in interfaceAuthenticationEntryPoint
- Overrides:
commence
in classBasicAuthenticationEntryPoint
- Throws:
IOException
-
-