Class PentahoBasicAuthenticationEntryPoint
java.lang.Object
org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint
org.pentaho.platform.web.http.security.PentahoBasicAuthenticationEntryPoint
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
,org.springframework.security.web.AuthenticationEntryPoint
public class PentahoBasicAuthenticationEntryPoint
extends org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint
implements org.springframework.security.web.AuthenticationEntryPoint, org.springframework.beans.factory.InitializingBean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
commence
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException authException) Methods inherited from class org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint
afterPropertiesSet, getRealmName, setRealmName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.beans.factory.InitializingBean
afterPropertiesSet
-
Constructor Details
-
PentahoBasicAuthenticationEntryPoint
public PentahoBasicAuthenticationEntryPoint()
-
-
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:
commence
in interfaceorg.springframework.security.web.AuthenticationEntryPoint
- Overrides:
commence
in classorg.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint
- Throws:
IOException
-