org.apache.jetspeed.portlets.security.users
Class UserBrowserPortlet

java.lang.Object
  extended by javax.portlet.GenericPortlet
      extended by org.apache.portals.bridges.common.GenericServletPortlet
          extended by org.apache.jetspeed.portlets.security.users.UserBrowserPortlet
All Implemented Interfaces:
javax.portlet.Portlet, javax.portlet.PortletConfig

Deprecated.

public class UserBrowserPortlet
extends org.apache.portals.bridges.common.GenericServletPortlet

This portlet is a browser over all the portlet applications in the system.

Version:
$Id: UserBrowserPortlet.java 348264 2005-11-22 22:06:45Z taylor $
Author:
David Sean Taylor
See Also:
(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

userManager

private org.apache.jetspeed.security.UserManager userManager
Deprecated. 

roleManager

private org.apache.jetspeed.security.RoleManager roleManager
Deprecated. 

profiler

private org.apache.jetspeed.profiler.Profiler profiler
Deprecated. 

TREE_CONTROL

private static final String TREE_CONTROL
Deprecated. 
the id of the tree control

See Also:
Constant Field Values

ROLES_CONTROL

private static final String ROLES_CONTROL
Deprecated. 
the id of the roles control

See Also:
Constant Field Values

RULES_CONTROL

private static final String RULES_CONTROL
Deprecated. 
the id of the rules control

See Also:
Constant Field Values

USER_FILTER

private static final String USER_FILTER
Deprecated. 
query filter for selecting users

See Also:
Constant Field Values

SECURITY_NODE_ID

private static final String SECURITY_NODE_ID
Deprecated. 
the id of the root node of the tree control

See Also:
Constant Field Values

SECURITY_DOMAIN

private static final String SECURITY_DOMAIN
Deprecated. 
the domain of the security sub-tree

See Also:
Constant Field Values

USER_NODE_ID

private static final String USER_NODE_ID
Deprecated. 
the id of the user node of the tree control

See Also:
Constant Field Values

USER_DOMAIN

private static final String USER_DOMAIN
Deprecated. 
the domain of the user sub-tree

See Also:
Constant Field Values

USER_DETAIL_DOMAIN

private static final String USER_DETAIL_DOMAIN
Deprecated. 
the domain of the users leaf nodes

See Also:
Constant Field Values

MSG_SECURITY_ROOT

private static final String MSG_SECURITY_ROOT
Deprecated. 
Messages

See Also:
Constant Field Values

MSG_USER_ROOT

private static final String MSG_USER_ROOT
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

UserBrowserPortlet

public UserBrowserPortlet()
Deprecated. 
Method Detail

init

public void init(javax.portlet.PortletConfig config)
          throws javax.portlet.PortletException
Deprecated. 
Specified by:
init in interface javax.portlet.Portlet
Overrides:
init in class org.apache.portals.bridges.common.GenericServletPortlet
Throws:
javax.portlet.PortletException

doView

public void doView(javax.portlet.RenderRequest request,
                   javax.portlet.RenderResponse response)
            throws javax.portlet.PortletException,
                   IOException
Deprecated. 
Overrides:
doView in class org.apache.portals.bridges.common.GenericServletPortlet
Throws:
javax.portlet.PortletException
IOException

isEmpty

private boolean isEmpty(String s)
Deprecated. 

processAction

public void processAction(javax.portlet.ActionRequest actionRequest,
                          javax.portlet.ActionResponse actionResponse)
                   throws javax.portlet.PortletException,
                          IOException
Deprecated. 
Specified by:
processAction in interface javax.portlet.Portlet
Overrides:
processAction in class org.apache.portals.bridges.common.GenericServletPortlet
Throws:
javax.portlet.PortletException
IOException

selectNode

private void selectNode(javax.portlet.ActionRequest actionRequest,
                        org.apache.webapp.admin.TreeControl control,
                        String selectedNode)
Deprecated. 

buildTree

private org.apache.webapp.admin.TreeControl buildTree(Iterator users,
                                                      Locale locale)
Deprecated. 

getPrincipal

private Principal getPrincipal(Subject subject,
                               Class classe)
Deprecated. 

getMessage

private String getMessage(String key,
                          Locale locale)
Deprecated. 


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.