Uses of Interface
org.apache.jetspeed.security.SecurityAccessController

Packages that use SecurityAccessController
org.apache.jetspeed.aggregator.impl   
org.apache.jetspeed.decoration   
org.apache.jetspeed.layout.impl   
org.apache.jetspeed.portlets.selector   
org.apache.jetspeed.security.impl Jetspeed security service implementation including Jetspeed JAAS providers. 
 

Uses of SecurityAccessController in org.apache.jetspeed.aggregator.impl
 

Fields in org.apache.jetspeed.aggregator.impl declared as SecurityAccessController
protected  SecurityAccessController PortletRendererImpl.accessController
          For security constraint checks
 

Constructors in org.apache.jetspeed.aggregator.impl with parameters of type SecurityAccessController
PortletRendererImpl(org.apache.pluto.PortletContainer container, PortletWindowAccessor windowAccessor, WorkerMonitor workMonitor, PortalStatistics statistics, DynamicTitleService addTitleService, PortletTrackingManager portletTracking, boolean checkSecurityConstraints, SecurityAccessController accessController, JetspeedCache portletContentCache)
           
PortletRendererImpl(org.apache.pluto.PortletContainer container, PortletWindowAccessor windowAccessor, WorkerMonitor workMonitor, PortalStatistics statistics, DynamicTitleService addTitleService, PortletTrackingManager portletTracking, boolean checkSecurityConstraints, SecurityAccessController accessController, JetspeedCache portletContentCache, boolean overrideTitles)
           
 

Uses of SecurityAccessController in org.apache.jetspeed.decoration
 

Fields in org.apache.jetspeed.decoration declared as SecurityAccessController
protected  SecurityAccessController DecorationValve.accessController
          For security constraint checks
 

Methods in org.apache.jetspeed.decoration with parameters of type SecurityAccessController
protected  boolean AbstractDecoratorActionsFactory.checkSecurityConstraint(PortletDefinitionComposite portlet, ContentFragment fragment, SecurityAccessController accessController, java.lang.String action)
           
 java.util.List DecoratorActionsFactory.getDecoratorActions(RequestContext rc, PortletApplication pa, org.apache.pluto.om.window.PortletWindow pw, javax.portlet.PortletMode pm, javax.portlet.WindowState ws, Decoration decoration, java.util.List allowedActions, PortletDefinitionComposite portlet, ContentFragment fragment, SecurityAccessController accessController)
           
 java.util.List AbstractDecoratorActionsFactory.getDecoratorActions(RequestContext rc, PortletApplication pa, org.apache.pluto.om.window.PortletWindow pw, javax.portlet.PortletMode pm, javax.portlet.WindowState ws, Decoration decoration, java.util.List actionTemplates, PortletDefinitionComposite portlet, ContentFragment fragment, SecurityAccessController accessController)
           
 java.util.List CustomDecoratorActionsFactory.getDecoratorActions(RequestContext rc, PortletApplication pa, org.apache.pluto.om.window.PortletWindow pw, javax.portlet.PortletMode pm, javax.portlet.WindowState ws, Decoration decoration, java.util.List actionTemplates, PortletDefinitionComposite portlet, ContentFragment fragment, SecurityAccessController accessController)
           
 java.util.List PrintSoloDecoratorActionsFactory.getDecoratorActions(RequestContext rc, PortletApplication pa, org.apache.pluto.om.window.PortletWindow pw, javax.portlet.PortletMode pm, javax.portlet.WindowState ws, Decoration decoration, java.util.List actionTemplates, PortletDefinitionComposite portlet, ContentFragment fragment, SecurityAccessController accessController)
           
 

Constructors in org.apache.jetspeed.decoration with parameters of type SecurityAccessController
DecorationValve(DecorationFactory decorationFactory, PortletWindowAccessor windowAccessor, SecurityAccessController accessController)
           
DecorationValve(DecorationFactory decorationFactory, PortletWindowAccessor windowAccessor, SecurityAccessController accessController, JetspeedContentCache cache)
           
DecorationValve(DecorationFactory decorationFactory, PortletWindowAccessor windowAccessor, SecurityAccessController accessController, JetspeedContentCache cache, boolean useSessionForThemeCaching)
           
 

Uses of SecurityAccessController in org.apache.jetspeed.layout.impl
 

Constructors in org.apache.jetspeed.layout.impl with parameters of type SecurityAccessController
GetPortletsAction(java.lang.String template, java.lang.String errorTemplate, PageManager pageManager, PortletRegistry registry, SearchEngine searchEngine, SecurityAccessController securityAccessController, PortletActionSecurityBehavior securityBehavior)
           
 

Uses of SecurityAccessController in org.apache.jetspeed.portlets.selector
 

Fields in org.apache.jetspeed.portlets.selector declared as SecurityAccessController
protected  SecurityAccessController PortletSelector.securityAccessController
           
protected  SecurityAccessController CategoryPortletSelector.securityAccessController
           
 

Uses of SecurityAccessController in org.apache.jetspeed.security.impl
 

Classes in org.apache.jetspeed.security.impl that implement SecurityAccessController
 class SecurityAccessControllerImpl
          SecurityAccessorImpl implements SecurityAccessor component abstracting access to either Security Permission or Security Constraint implementations
 



Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.