public class ZkAccessDeniedHandler
extends java.lang.Object
implements org.acegisecurity.ui.AccessDeniedHandler
AccessDeniedException
. This handler will popup the specified error page so it
must be a Window that can be doModel.
Applicable to Acegi Security version 1.0.3
Constructor and Description |
---|
ZkAccessDeniedHandler()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getErrorPage()
Deprecated.
|
void |
handle(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
org.acegisecurity.AccessDeniedException accessDeniedException)
Deprecated.
|
void |
setErrorPage(java.lang.String url)
Deprecated.
|
public void setErrorPage(java.lang.String url)
public java.lang.String getErrorPage()
public void handle(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, org.acegisecurity.AccessDeniedException accessDeniedException) throws java.io.IOException, javax.servlet.ServletException
handle
in interface org.acegisecurity.ui.AccessDeniedHandler
java.io.IOException
javax.servlet.ServletException
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.