org.apache.cocoon.portal.profile.impl
Class AuthenticationProfileManager.User

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

protected static final class AuthenticationProfileManager.User
extends Object
implements PortalUser, Serializable

See Also:
Serialized Form

Field Summary
protected  RequestState state
           
 
Constructor Summary
AuthenticationProfileManager.User(RequestState state)
           
 
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
 

Field Detail

state

protected final RequestState state
Constructor Detail

AuthenticationProfileManager.User

public AuthenticationProfileManager.User(RequestState state)
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.