Uses of Interface
org.apache.cocoon.portal.profile.PortalUser

Packages that use PortalUser
org.apache.cocoon.auth.portal   
org.apache.cocoon.portal.pluto.factory   
org.apache.cocoon.portal.profile   
org.apache.cocoon.portal.profile.impl   
org.apache.cocoon.portal.tools.helper   
org.apache.cocoon.portal.tools.service   
 

Uses of PortalUser in org.apache.cocoon.auth.portal
 

Classes in org.apache.cocoon.auth.portal that implement PortalUser
static class UserInfoProviderImpl.PortalUserInfo
          The user info for the portal engine.
 

Uses of PortalUser in org.apache.cocoon.portal.pluto.factory
 

Fields in org.apache.cocoon.portal.pluto.factory declared as PortalUser
protected  PortalUser RenderRequestImpl.user
          The portal user.
protected  PortalUser ActionRequestImpl.user
          The portal user.
 

Constructors in org.apache.cocoon.portal.pluto.factory with parameters of type PortalUser
ActionRequestImpl(org.apache.pluto.om.window.PortletWindow window, HttpServletRequest req, PortalUser user)
           
RenderRequestImpl(org.apache.pluto.om.window.PortletWindow window, HttpServletRequest req, PortalUser user)
           
 

Uses of PortalUser in org.apache.cocoon.portal.profile
 

Methods in org.apache.cocoon.portal.profile that return PortalUser
 PortalUser ProfileManager.getUser()
          Get current user information
 

Uses of PortalUser in org.apache.cocoon.portal.profile.impl
 

Classes in org.apache.cocoon.portal.profile.impl that implement PortalUser
static class AuthenticationFWUserInfoProvider.AFWUserInfo
           
protected static class AuthenticationProfileManager.User
          Deprecated.  
protected static class StaticProfileManager.StaticPortalUser
           
 class UserInfo
          Information about the current user.
 

Fields in org.apache.cocoon.portal.profile.impl declared as PortalUser
protected  PortalUser StaticProfileManager.portalUser
           
 

Methods in org.apache.cocoon.portal.profile.impl that return PortalUser
 PortalUser StaticProfileManager.getUser()
           
 PortalUser SiteProfileManager.getUser()
           
 PortalUser GroupBasedProfileManager.getUser()
           
 PortalUser AuthenticationProfileManager.getUser()
          Deprecated.  
 

Uses of PortalUser in org.apache.cocoon.portal.tools.helper
 

Methods in org.apache.cocoon.portal.tools.helper with parameters of type PortalUser
 boolean SingleRoleMatcher.matches(PortalUser user)
          Overridden from superclass.
 boolean RoleMatcher.matches(PortalUser user)
           
 boolean MultipleRoleMatcher.matches(PortalUser user)
          Overridden from superclass.
 

Uses of PortalUser in org.apache.cocoon.portal.tools.service
 

Methods in org.apache.cocoon.portal.tools.service with parameters of type PortalUser
 boolean UserRightsService.userFunctionIsAllowed(String id, PortalUser user)
           
 boolean UserRightsService.userIsAllowed(String url, PortalUser user)
           
 



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