Operation |
Details |
protected FrameworkUtil(): |
Sequential Notes: | Hidden constructor. | |
public static getAllContexts():String |
Sequential Notes: | Retrieves all contexts visible to the logged in admin user. @return An XML containing a list of the retrieved contexts. | |
private static loginAdminUser():void |
Sequential Notes: | Login the admin user. | |
protected static loginUser( String userid, String password):String |
Sequential Tags: | throws=HttpException,IOException,ServiceException,URISyntaxException
| Notes: | Logs in the given user with the given password. @return The handle for the logged in user. | |