| org.pentaho.ui.servlet.ServletBase org.pentaho.ui.servlet.SubscriptionUserCleanup
SubscriptionUserCleanup | public class SubscriptionUserCleanup extends ServletBase (Code) | | Provides a web interface for the management of users. The service should be
called by external systems to notify Pentaho when a user has been remove,
allowing for proper clean-up of objects owned by the user.
Parameters
command |
the command to exeucte. The only valid value is delete. |
required |
user |
the user name of the user for whom the action is taken. For
example, this would be the user to delete. |
required |
password |
the password for authenticating the system invoking the
call. This password must match the value of the parameter optional
initialization parameter for the servlet and specified in the web.xml. |
optional |
author: Anthony de Shazor |
SubscriptionUserCleanup | public SubscriptionUserCleanup()(Code) | | Constructs an instance.
|
getLogger | public Log getLogger()(Code) | | |
Fields inherited from org.pentaho.ui.servlet.ServletBase | final public static boolean debug(Code)(Java Doc)
|
|
|