java.lang .Object org.apache.cocoon.portal.profile.impl .UserInfo UserInfo abstract public class UserInfo implements PortalUser ,Serializable (Code) Information about the current user.
This data object is used for loading the profile. It decouples the
portal from the used authentication method.
author: Carsten Ziegeler version: CVS $Id: MapProfileLS.java 30941 2004-07-29 19:56:58Z vgritsenko $
configurations protected Map configurations(Code)
getConfigurations public Map getConfigurations()(Code) Returns the configurations.
getLayoutKey public String getLayoutKey()(Code) Returns the layoutKey.
getPortalName public String getPortalName()(Code) Returns the portalName.
getUserName public String getUserName()(Code) Returns the userName.
isUserInRole abstract public boolean isUserInRole(String role)(Code)
setConfigurations public void setConfigurations(Map configurations)(Code) Parameters: configurations - The configurations to set.
setGroup public void setGroup(String group)(Code) Parameters: group - The group to set.
setUserName public void setUserName(String userName)(Code) Parameters: userName - The userName to set.