org.apache.cocoon.portal.profile.impl
Class AuthenticationProfileManager.User
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
state
protected final RequestState state
AuthenticationProfileManager.User
public AuthenticationProfileManager.User(RequestState state)
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.