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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcommence(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:
commencein interfaceAuthenticationEntryPoint- Overrides:
commencein classBasicAuthenticationEntryPoint- Throws:
IOException
-