All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface iceberg.pref_reg.ScriptLoaderIF

public interface ScriptLoaderIF
extends Remote
Defines the interface for loading scripts into the preference registry


Method Index

 o load(String, String)
The interface for loading scripts into the preference registry.

Methods

 o load
 public abstract String load(String dnStr,
                             String script) throws RemoteException
The interface for loading scripts into the preference registry. This RMI call installs a new script for the user name given. There is no authentication done. The input is the unique-id of the user given as a DN string, and the pref-script given as a string as well. The output is a "ok: <reason>", or a "failed: <reason>".

Parameters:
dnStr - -- the uniq-id of the user in LDAP DN format
script - -- the preference profile of the user

All Packages  Class Hierarchy  This Package  Previous  Next  Index