org.apache.cocoon.portal.profile.impl
Class AuthenticationFWUserInfoProvider.AFWUserInfo

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

public static final class AuthenticationFWUserInfoProvider.AFWUserInfo
extends UserInfo

See Also:
Serialized Form

Field Summary
protected  UserHandler handler
           
 
Fields inherited from class org.apache.cocoon.portal.profile.impl.UserInfo
configurations, group, layoutKey, portalName, userName
 
Constructor Summary
AuthenticationFWUserInfoProvider.AFWUserInfo(String portalName, String layoutKey, UserHandler handler)
           
 
Method Summary
 boolean isUserInRole(String role)
           
 
Methods inherited from class org.apache.cocoon.portal.profile.impl.UserInfo
getConfigurations, getGroup, getLayoutKey, getPortalName, getUserName, setConfigurations, setGroup, setUserName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

handler

protected final UserHandler handler
Constructor Detail

AuthenticationFWUserInfoProvider.AFWUserInfo

public AuthenticationFWUserInfoProvider.AFWUserInfo(String portalName,
                                                    String layoutKey,
                                                    UserHandler handler)
Parameters:
portalName -
layoutKey -
Method Detail

isUserInRole

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


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