public class UserListDroplet extends DynamoServlet implements atg.userdirectory.droplet.Constants
The following properties will typically be set in a properties file
The following properties will typically be set in a jhtml file
The following output parameters are supported for this droplet
RepositoryUserDirectory| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
static ParameterName | 
EXCLUDE_ID  | 
static ParameterName | 
ORGANIZATION_ID  | 
static java.lang.String | 
USERS
The param representing the users for the passed in org id 
 | 
mAllowCleanupRequest, mParametersSERVLET_INFO_KEYSERVICE_INFO_KEYEMPTY, ERROR, INVALID_OPTIONAL_PARAM, MISSING_REQUIRED_PARAM, NO_ORGANIZATION, NO_USER, OUTPUTDEFAULT_LOG_TRACE_STATUSDEFAULT_LOG_DEBUG_STATUS, DEFAULT_LOG_ERROR_STATUS, DEFAULT_LOG_INFO_STATUS, DEFAULT_LOG_WARNING_STATUS| Constructor and Description | 
|---|
UserListDroplet()  | 
| Modifier and Type | Method and Description | 
|---|---|
UserDirectory | 
getUserDirectory()
Gets the userDirectory property 
 | 
void | 
service(DynamoHttpServletRequest pRequest,
       DynamoHttpServletResponse pResponse)
This service method will attempt to get the user list for
 the organizationId parameter of the passed in request. 
 | 
void | 
setUserDirectory(UserDirectory pUserDirectory)
Sets the userDirectory property 
 | 
doDelete, doGet, doPost, doPut, getParameter, getParameters, getServletContext, init, service, service, setParameterdestroy, getServletConfig, getServletInfo, setServletInfogetAverageRequestHandlingTime, getHandledRequestCount, getRequestStartTime, getTotalRequestHandlingTime, isKeepingStatistics, notifyHandledRequest, resetStatistics, setKeepingStatisticsaddLogListener, createAdminServlet, doStartService, doStopService, getAbsoluteName, getAdminServlet, getAdminServletOutputStreamEncoding, getLoggingForVlogging, getLogListenerCount, getLogListeners, getName, getNameContext, getNucleus, getRoot, getServiceConfiguration, getServiceInfo, isAdminServletUseServletOutputStream, isLoggingDebug, isLoggingError, isLoggingInfo, isLoggingTrace, isLoggingWarning, isRunning, logDebug, logDebug, logDebug, logError, logError, logError, logInfo, logInfo, logInfo, logTrace, logTrace, logTrace, logWarning, logWarning, logWarning, nameContextElementBound, nameContextElementUnbound, removeLogListener, reResolveThis, resolveName, resolveName, resolveName, resolveName, sendLogEvent, setAdminServletOutputStreamEncoding, setAdminServletUseServletOutputStream, setLoggingDebug, setLoggingError, setLoggingInfo, setLoggingTrace, setLoggingWarning, setNucleus, setServiceInfo, startService, stopService, toStringvlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogDebugTrace, vlogError, vlogError, vlogError, vlogError, vlogInfo, vlogInfo, vlogInfo, vlogInfo, vlogTrace, vlogTrace, vlogTrace, vlogTrace, vlogWarning, vlogWarning, vlogWarning, vlogWarningpublic static java.lang.String CLASS_VERSION
public static final ParameterName ORGANIZATION_ID
public static final ParameterName EXCLUDE_ID
public static final java.lang.String USERS
public void setUserDirectory(UserDirectory pUserDirectory)
pUserDirectory - the userdirectory to perform onpublic UserDirectory getUserDirectory()
public void service(DynamoHttpServletRequest pRequest, DynamoHttpServletResponse pResponse) throws javax.servlet.ServletException, java.io.IOException
The following oparams will be rendered accordingly:
ORGANIZATION_ID request
     parameter is not set, or if it refers to a 
     non-existant organization
 service in class DynamoServletpRequest - the request to examinepResponse - a DynamoHttpServletResponse valuejavax.servlet.ServletException - if a servlet error occursjava.io.IOException - if an io problem occurs