public class AccessDeniedHandlerImpl extends Object implements org.acegisecurity.ui.AccessDeniedHandler
AccessDeniedException
happened during request processing.
Specifically, send 403 error code and the login page.Constructor and Description |
---|
AccessDeniedHandlerImpl() |
Modifier and Type | Method and Description |
---|---|
void |
handle(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
org.acegisecurity.AccessDeniedException cause) |
public void handle(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, org.acegisecurity.AccessDeniedException cause) throws IOException, javax.servlet.ServletException
handle
in interface org.acegisecurity.ui.AccessDeniedHandler
IOException
javax.servlet.ServletException
Copyright © 2004–2019. All rights reserved.