|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.portlet.GenericPortlet org.apache.portals.bridges.common.GenericServletPortlet org.apache.jetspeed.portlets.security.users.UserBrowserPortlet
public class UserBrowserPortlet
This portlet is a browser over all the portlet applications in the system.
(new implementation)
Field Summary | |
---|---|
private static String |
MSG_SECURITY_ROOT
Deprecated. Messages |
private static String |
MSG_USER_ROOT
Deprecated. |
private org.apache.jetspeed.profiler.Profiler |
profiler
Deprecated. |
private org.apache.jetspeed.security.RoleManager |
roleManager
Deprecated. |
private static String |
ROLES_CONTROL
Deprecated. the id of the roles control |
private static String |
RULES_CONTROL
Deprecated. the id of the rules control |
private static String |
SECURITY_DOMAIN
Deprecated. the domain of the security sub-tree |
private static String |
SECURITY_NODE_ID
Deprecated. the id of the root node of the tree control |
private static String |
TREE_CONTROL
Deprecated. the id of the tree control |
private static String |
USER_DETAIL_DOMAIN
Deprecated. the domain of the users leaf nodes |
private static String |
USER_DOMAIN
Deprecated. the domain of the user sub-tree |
private static String |
USER_FILTER
Deprecated. query filter for selecting users |
private static String |
USER_NODE_ID
Deprecated. the id of the user node of the tree control |
private org.apache.jetspeed.security.UserManager |
userManager
Deprecated. |
Fields inherited from class org.apache.portals.bridges.common.GenericServletPortlet |
---|
PARAM_ACTION_PAGE, PARAM_ALLOW_PREFERENCES, PARAM_CUSTOM_PAGE, PARAM_EDIT_PAGE, PARAM_HELP_PAGE, PARAM_MAX_PAGE, PARAM_VIEW_PAGE |
Constructor Summary | |
---|---|
UserBrowserPortlet()
Deprecated. |
Method Summary | |
---|---|
private org.apache.webapp.admin.TreeControl |
buildTree(Iterator users,
Locale locale)
Deprecated. |
void |
doView(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
Deprecated. |
private String |
getMessage(String key,
Locale locale)
Deprecated. |
private Principal |
getPrincipal(Subject subject,
Class classe)
Deprecated. |
void |
init(javax.portlet.PortletConfig config)
Deprecated. |
private boolean |
isEmpty(String s)
Deprecated. |
void |
processAction(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
Deprecated. |
private void |
selectNode(javax.portlet.ActionRequest actionRequest,
org.apache.webapp.admin.TreeControl control,
String selectedNode)
Deprecated. |
Methods inherited from class org.apache.portals.bridges.common.GenericServletPortlet |
---|
doCustom, doEdit, doHelp, getDefaultActionPage, getDefaultCustomPage, getDefaultEditPage, getDefaultHelpPage, getDefaultViewPage, processPreferencesAction, setDefaultActionPage, setDefaultCustomPage, setDefaultEditPage, setDefaultHelpPage, setDefaultViewPage |
Methods inherited from class javax.portlet.GenericPortlet |
---|
destroy, doDispatch, getInitParameter, getInitParameterNames, getPortletConfig, getPortletContext, getPortletName, getResourceBundle, getTitle, init, render |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private org.apache.jetspeed.security.UserManager userManager
private org.apache.jetspeed.security.RoleManager roleManager
private org.apache.jetspeed.profiler.Profiler profiler
private static final String TREE_CONTROL
private static final String ROLES_CONTROL
private static final String RULES_CONTROL
private static final String USER_FILTER
private static final String SECURITY_NODE_ID
private static final String SECURITY_DOMAIN
private static final String USER_NODE_ID
private static final String USER_DOMAIN
private static final String USER_DETAIL_DOMAIN
private static final String MSG_SECURITY_ROOT
private static final String MSG_USER_ROOT
Constructor Detail |
---|
public UserBrowserPortlet()
Method Detail |
---|
public void init(javax.portlet.PortletConfig config) throws javax.portlet.PortletException
init
in interface javax.portlet.Portlet
init
in class org.apache.portals.bridges.common.GenericServletPortlet
javax.portlet.PortletException
public void doView(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response) throws javax.portlet.PortletException, IOException
doView
in class org.apache.portals.bridges.common.GenericServletPortlet
javax.portlet.PortletException
IOException
private boolean isEmpty(String s)
public void processAction(javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse) throws javax.portlet.PortletException, IOException
processAction
in interface javax.portlet.Portlet
processAction
in class org.apache.portals.bridges.common.GenericServletPortlet
javax.portlet.PortletException
IOException
private void selectNode(javax.portlet.ActionRequest actionRequest, org.apache.webapp.admin.TreeControl control, String selectedNode)
private org.apache.webapp.admin.TreeControl buildTree(Iterator users, Locale locale)
private Principal getPrincipal(Subject subject, Class classe)
private String getMessage(String key, Locale locale)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |