org.jboss.portal.core.model.instance
Class InstanceSecurityInterceptor

java.lang.Object
  extended by org.jboss.portal.portlet.PortletInvokerInterceptor
      extended by org.jboss.portal.core.model.instance.InstanceSecurityInterceptor
All Implemented Interfaces:
org.jboss.portal.portlet.PortletInvoker

public class InstanceSecurityInterceptor
extends org.jboss.portal.portlet.PortletInvokerInterceptor

Version:
$Revision: 11068 $
Author:
Julien Viet

Constructor Summary
InstanceSecurityInterceptor()
           
 
Method Summary
 PortalAuthorizationManagerFactory getPortalAuthorizationManagerFactory()
           
 org.jboss.portal.portlet.invocation.response.PortletInvocationResponse invoke(org.jboss.portal.portlet.invocation.PortletInvocation invocation)
           
 void setPortalAuthorizationManagerFactory(PortalAuthorizationManagerFactory portalAuthorizationManagerFactory)
           
 
Methods inherited from class org.jboss.portal.portlet.PortletInvokerInterceptor
createClone, destroyClones, getNext, getPortlet, getPortlets, getProperties, getProperties, setNext, setProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstanceSecurityInterceptor

public InstanceSecurityInterceptor()
Method Detail

getPortalAuthorizationManagerFactory

public PortalAuthorizationManagerFactory getPortalAuthorizationManagerFactory()

setPortalAuthorizationManagerFactory

public void setPortalAuthorizationManagerFactory(PortalAuthorizationManagerFactory portalAuthorizationManagerFactory)

invoke

public org.jboss.portal.portlet.invocation.response.PortletInvocationResponse invoke(org.jboss.portal.portlet.invocation.PortletInvocation invocation)
                                                                              throws java.lang.IllegalArgumentException,
                                                                                     org.jboss.portal.portlet.PortletInvokerException
Specified by:
invoke in interface org.jboss.portal.portlet.PortletInvoker
Overrides:
invoke in class org.jboss.portal.portlet.PortletInvokerInterceptor
Throws:
java.lang.IllegalArgumentException
org.jboss.portal.portlet.PortletInvokerException