|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jetspeed.userinfo.impl.AbstractUserInfoManagerImpl
org.apache.jetspeed.userinfo.impl.UserInfoManagerImpl
public class UserInfoManagerImpl
Implements the UserInfoManager
interface.
Constructor Summary | |
---|---|
UserInfoManagerImpl(UserManager userMgr,
PortletRegistry registry)
Constructor providing access to the UserManager . |
|
UserInfoManagerImpl(UserManager userMgr,
PortletRegistry registry,
java.lang.String userInfoPropertySet)
Constructor providing access to the UserManager and specifying
which property set to use for user information. |
Method Summary | |
---|---|
java.util.Map |
getUserInfoMap(org.apache.pluto.om.common.ObjectID oid,
RequestContext context)
Provide the user info map of user attributes for a given portlet application. |
Methods inherited from class org.apache.jetspeed.userinfo.impl.AbstractUserInfoManagerImpl |
---|
mapLinkedUserAttributes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UserInfoManagerImpl(UserManager userMgr, PortletRegistry registry)
Constructor providing access to the UserManager
.
userMgr
- The user manager.registry
- The portlet registry component.public UserInfoManagerImpl(UserManager userMgr, PortletRegistry registry, java.lang.String userInfoPropertySet)
Constructor providing access to the UserManager
and specifying
which property set to use for user information.
userMgr
- The user manager.registry
- The portlet registry component.userInfoPropertySet
- The user information property set.Method Detail |
---|
public java.util.Map getUserInfoMap(org.apache.pluto.om.common.ObjectID oid, RequestContext context)
UserInfoManager
Provide the user info map of user attributes for a given portlet application.
getUserInfoMap
in interface UserInfoManager
oid
- The portlet application object id.context
- The request context.
PortletRequest.USER_INFO
map.org.apache.jetspeed.userinfo.UserInfoManager#setUserInfoMap(org.apache.jetspeed.om.page.Fragment,
org.apache.jetspeed.request.RequestContext)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |