|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Used to access user information attributes as described in PLT.17.2 of the JSR-168 specificiation. Attribute persistence is not covered by the spec so it is not done here.
Method Summary | |
java.util.Map |
getUserInfo(javax.portlet.PortletRequest request)
Deprecated. use getUserInfo(PortletRequest, PortletWindow) |
java.util.Map |
getUserInfo(javax.portlet.PortletRequest request,
PortletWindow window)
Retrieve the user attribues associated with the given request and window. |
Method Detail |
public java.util.Map getUserInfo(javax.portlet.PortletRequest request) throws PortletContainerException
getUserInfo(PortletRequest, PortletWindow)
request
- Used to extract the authenticated user name.
PortletContainerException
public java.util.Map getUserInfo(javax.portlet.PortletRequest request, PortletWindow window) throws PortletContainerException
PortletContainerException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |