class: Login

public class: Login
Author: kleinfe1 (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1953 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates: Created: 16.07.2009 15:20:52; Modified: 16.07.2009 15:20:52;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {1DCDDC69-6D5B-4c64-BA20-35C075CE8C79}
Login class for escidoc log ins.
 

Goto: Custom Properties, Fields, Methods

See also: METSTransformation

Appears in: mets

Connections
 
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.