|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserInfoService
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(PortletRequest request)
Deprecated. use getUserInfo(PortletRequest, PortletWindow) |
java.util.Map |
getUserInfo(PortletRequest request,
PortletWindow window)
Retrieve the user attribues associated with the given request and window. |
Method Detail |
---|
java.util.Map getUserInfo(PortletRequest request) throws PortletContainerException
getUserInfo(PortletRequest, PortletWindow)
request
- Used to extract the authenticated user name.
PortletContainerException
java.util.Map getUserInfo(PortletRequest request, PortletWindow window) throws PortletContainerException
PortletContainerException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |