| org.apache.cocoon.portal.profile.impl.AbstractProfileManager org.apache.cocoon.portal.profile.impl.AbstractUserProfileManager org.apache.cocoon.portal.profile.impl.AuthenticationProfileManager
Inner Class :static class ReadWriteLock | |
Method Summary | |
protected Map | buildKey(PortalService service, Map parameters, String layoutKey, boolean load) | protected Object | checkValidity(Object key, Map parameters, boolean forcedLoad, ProfileLS adapter) If the profile is valid itself is returned, otherwise a newly created SourceValidity object is returned. | protected Object | getDeltaProfile(String layoutKey, Map parameters, PortalService service, Object factory, boolean forcedLoad) Gets a profile and applies possible user and role deltas to it. | protected Object | getOrCreateProfile(String layoutKey, Map parameters, PortalService service, Object factory) Gets a user profile and creates it by copying the role or the global profile. | protected Object[] | getProfile(String layoutKey, Map parameters, Object factory, boolean forcedLoad, PortalService service) Gets a profile. | protected RequestState | getRequestState() | public PortalUser | getUser() | protected Layout | loadProfile(String layoutKey, PortalService service, CopletFactory copletFactory, LayoutFactory layoutFactory, ServiceSelector adapterSelector) | protected Object | loadProfile(Object key, Map map, Object factory) Loads a profile. | public void | saveUserCopletInstanceDatas(String layoutKey) | public void | saveUserLayout(String layoutKey) |
lock | protected ReadWriteLock lock(Code) | | |
checkValidity | protected Object checkValidity(Object key, Map parameters, boolean forcedLoad, ProfileLS adapter)(Code) | | If the profile is valid itself is returned, otherwise a newly created SourceValidity object is returned.
|
getProfile | protected Object[] getProfile(String layoutKey, Map parameters, Object factory, boolean forcedLoad, PortalService service) throws Exception(Code) | | Gets a profile.
result[0] is the profile, result[1] is a Boolean, which signals whether the profile has been loaded or reused. |
getRequestState | protected RequestState getRequestState()(Code) | | Get the current authentication state of the user
the current authentication state of the user |
saveUserCopletInstanceDatas | public void saveUserCopletInstanceDatas(String layoutKey)(Code) | | |
saveUserLayout | public void saveUserLayout(String layoutKey)(Code) | | |
Fields inherited from org.apache.cocoon.portal.profile.impl.AbstractProfileManager | protected ServiceManager manager(Code)(Java Doc)
|
|
|