class: Login

public class: Login
Author: kleinfe1 (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision$ $LastChangedDate$; Complexity: 1
Dates: Created: 16.07.2009 15:16:17; Modified: 16.07.2009 15:16:17;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {AAD4750D-B784-4469-82B2-EAF5A68EC3CC}
Login class for escidoc log ins.
 

Goto: Custom Properties, Fields, Methods

Appears in: dataacquisition

Custom Properties
 
Login Attributes
Attribute Details
private static const int
  NUMBER_OF_URL_TOKENS
Initial: 2
protected String
  userHandle
 
Login Methods
Operation Details
protected
login(
   String userid,
   String password):String
Sequential
Tags: throws=HttpException,IOException,ServiceException,URISyntaxException
Notes: Login method for escidoc solutions.
@return UserHandle
public
loginSysAdmin():String
Sequential
Tags: throws=Exception
Notes: Logs in the system administrator and returns the corresponding user handle.
@return A handle for the logged in user.
public
loginVirrUser():String
Sequential
Tags: throws=Exception
Notes: Logs in the virr user and returns the corresponding user handle.
@return A handle for the logged in user.