|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PortalUser in org.apache.cocoon.portal.authenticationfw |
Classes in org.apache.cocoon.portal.authenticationfw that implement PortalUser | |
class |
User
The User object used by the authentication-fw implementation. |
Methods in org.apache.cocoon.portal.authenticationfw that return PortalUser | |
static PortalUser |
User.getPortalUser(ServiceManager manager,
String portalName)
|
Uses of PortalUser in org.apache.cocoon.portal.event.user |
Fields in org.apache.cocoon.portal.event.user declared as PortalUser | |
protected PortalUser |
UserEvent.portalUser
|
Methods in org.apache.cocoon.portal.event.user that return PortalUser | |
PortalUser |
UserEvent.getPortalUser()
|
Methods in org.apache.cocoon.portal.event.user with parameters of type PortalUser | |
static void |
UserEventUtil.sendUserDidLoginEvent(PortalService service,
PortalUser user)
|
static void |
UserEventUtil.sendUserWillLogoutEvent(PortalService service,
PortalUser user)
|
static void |
UserEventUtil.sendUserIsAccessingEvent(PortalService service,
PortalUser user)
|
Constructors in org.apache.cocoon.portal.event.user with parameters of type PortalUser | |
UserWillLogoutEvent(PortalUser pu)
|
|
UserIsAccessingEvent(PortalUser pu)
|
|
UserEvent(PortalUser user)
|
|
UserDidLoginEvent(PortalUser pu)
|
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 | |
class |
AbstractPortalUser
Information about the current user. |
protected static class |
StaticProfileManager.StaticPortalUser
|
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 |
GroupBasedProfileManager.getUser()
|
Methods in org.apache.cocoon.portal.profile.impl with parameters of type PortalUser | |
protected void |
GroupBasedProfileManager.login(PortalUser user)
|
protected void |
GroupBasedProfileManager.logout(PortalUser user)
|
protected Map |
GroupBasedProfileManager.getGlobalBaseDatas(ProfileLS loader,
PortalUser info,
String layoutKey)
|
protected Map |
GroupBasedProfileManager.getGlobalDatas(ProfileLS loader,
PortalUser info,
ProfileImpl profile,
String layoutKey)
|
protected boolean |
GroupBasedProfileManager.getCopletInstanceDatas(ProfileLS loader,
ProfileImpl profile,
PortalUser info,
String category,
String layoutKey)
|
protected boolean |
GroupBasedProfileManager.getLayout(ProfileLS loader,
ProfileImpl profile,
PortalUser info,
String category,
String layoutKey)
|
protected Map |
GroupBasedProfileManager.buildKey(String category,
String profileType,
PortalUser info,
boolean load,
String layoutKey)
|
protected void |
AbstractProfileManager.login(PortalUser user)
This method is invoked when a user logs in. |
protected void |
AbstractProfileManager.logout(PortalUser user)
This method is invoked when a user logs out. |
Uses of PortalUser in org.apache.cocoon.portal.scratchpad |
Methods in org.apache.cocoon.portal.scratchpad that return PortalUser | |
PortalUser |
NewProfileManager.getUser()
Get current user information. |
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.userIsAllowed(String url,
PortalUser user)
|
boolean |
UserRightsService.userFunctionIsAllowed(String id,
PortalUser user)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |