org.apache.cocoon.portal.profile.impl
Class StaticProfileManager.StaticPortalUser

java.lang.Object
  extended by org.apache.cocoon.portal.profile.impl.StaticProfileManager.StaticPortalUser
All Implemented Interfaces:
Serializable, PortalUser
Enclosing class:
StaticProfileManager

protected static final class StaticProfileManager.StaticPortalUser
extends Object
implements PortalUser, Serializable

See Also:
Serialized Form

Constructor Summary
protected StaticProfileManager.StaticPortalUser()
           
 
Method Summary
 String getGroup()
           
 String getUserName()
           
 boolean isUserInRole(String role)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticProfileManager.StaticPortalUser

protected StaticProfileManager.StaticPortalUser()
Method Detail

getGroup

public String getGroup()
Specified by:
getGroup in interface PortalUser
Returns:
Returns the group.

getUserName

public String getUserName()
Specified by:
getUserName in interface PortalUser
Returns:
Returns the userName.

isUserInRole

public boolean isUserInRole(String role)
Specified by:
isUserInRole in interface PortalUser


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