org.apache.cocoon.portal.scratchpad
Interface NewProfileManager


public interface NewProfileManager

The profile manager. WORK IN PROGRESS

Version:
$Id: NewProfileManager.java 322475 2005-10-16 14:26:44Z cziegeler $

Method Summary
 PortalUser getUser()
          Get current user information.
 Profile getUserProfile(String profileName)
          Get the named profile for the user.
 

Method Detail

getUserProfile

public Profile getUserProfile(String profileName)
Get the named profile for the user.

Parameters:
profileName - The profile name or null for the default profile.
Returns:
The profile or null if the profile is not available.

getUser

public PortalUser getUser()
Get current user information.



Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.