Class SyncopeBasicAuthenticationEntryPoint
java.lang.Object
org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint
org.apache.syncope.core.spring.security.SyncopeBasicAuthenticationEntryPoint
- All Implemented Interfaces:
InitializingBean
,AuthenticationEntryPoint
Render Spring's
AuthenticationException
as other Syncope errors.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
commence
(HttpServletRequest request, HttpServletResponse response, AuthenticationException authException) Methods inherited from class org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint
afterPropertiesSet, getRealmName, setRealmName
-
Constructor Details
-
SyncopeBasicAuthenticationEntryPoint
public SyncopeBasicAuthenticationEntryPoint()
-
-
Method Details
-
commence
public void commence(HttpServletRequest request, HttpServletResponse response, AuthenticationException authException) throws IOException - Specified by:
commence
in interfaceAuthenticationEntryPoint
- Overrides:
commence
in classBasicAuthenticationEntryPoint
- Throws:
IOException
-