com.googlecode.fascinator.portal.security.handler
Class FascinatorAccessDeniedHandler

java.lang.Object
  extended by com.googlecode.fascinator.portal.security.handler.FascinatorAccessDeniedHandler
All Implemented Interfaces:
org.springframework.security.web.access.AccessDeniedHandler

public class FascinatorAccessDeniedHandler
extends Object
implements org.springframework.security.web.access.AccessDeniedHandler

Access Denied Handler that redirects a user to the Access Denied page in the correct portal

Author:
andrewbrazzatti

Constructor Summary
FascinatorAccessDeniedHandler()
           
 
Method Summary
 void handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.access.AccessDeniedException accessDeniedException)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FascinatorAccessDeniedHandler

public FascinatorAccessDeniedHandler()
                              throws IOException
Throws:
IOException
Method Detail

handle

public void handle(javax.servlet.http.HttpServletRequest request,
                   javax.servlet.http.HttpServletResponse response,
                   org.springframework.security.access.AccessDeniedException accessDeniedException)
            throws IOException,
                   javax.servlet.ServletException
Specified by:
handle in interface org.springframework.security.web.access.AccessDeniedHandler
Throws:
IOException
javax.servlet.ServletException


Copyright © 2009-2014. All Rights Reserved.