org.apache.pluto.spi.optional
Interface UserInfoAttributesService
- All Superinterfaces:
- ContainerService
public interface UserInfoAttributesService
- extends ContainerService
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.
- Author:
- Craig Doremus
Method Summary |
java.util.Map |
getAttributes(javax.portlet.PortletRequest request)
To access user information attributes as defined in PLT.17
of JSR-168. |
getAttributes
java.util.Map getAttributes(javax.portlet.PortletRequest request)
throws PortletContainerException
- To access user information attributes as defined in PLT.17
of JSR-168.
- Parameters:
request
- Used to extract the authenticated user name.
- Returns:
- A map of names and values of user information attributes
for a particular authenticated user.
- Throws:
PortletContainerException
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.