RSE
Release 3.0

org.eclipse.rse.core
Interface IRSEUserIdConstants


public interface IRSEUserIdConstants

Constants for user id management. Used when specifying the scope of a user id when setting a user id.


Field Summary
static int USERID_LOCATION_CONNECTORSERVICE
          Value 1.
static int USERID_LOCATION_DEFAULT_OVERALL
          Value 4.
static int USERID_LOCATION_DEFAULT_SYSTEMTYPE
          Value 3.
static int USERID_LOCATION_HOST
          Value 2.
static int USERID_LOCATION_NOTSET
          Value 0.
 

Field Detail

USERID_LOCATION_NOTSET

static final int USERID_LOCATION_NOTSET
Value 0. Location of user id has not yet been set. Used only as a return value.

See Also:
Constant Field Values

USERID_LOCATION_CONNECTORSERVICE

static final int USERID_LOCATION_CONNECTORSERVICE
Value 1. Location of user id is scoped to the connector service inside the host.

See Also:
Constant Field Values

USERID_LOCATION_HOST

static final int USERID_LOCATION_HOST
Value 2. Location of user id is scoped to the host, sometimes call "connection".

See Also:
Constant Field Values

USERID_LOCATION_DEFAULT_SYSTEMTYPE

static final int USERID_LOCATION_DEFAULT_SYSTEMTYPE
Value 3. Location of user id is scoped to system type. It will be the default for all hosts of this system type that do not have a specified user id assigned.

See Also:
Constant Field Values

USERID_LOCATION_DEFAULT_OVERALL

static final int USERID_LOCATION_DEFAULT_OVERALL
Value 4. Location of user id is scoped to workspace.

See Also:
Constant Field Values

RSE
Release 3.0

Copyright (c) IBM Corporation and others 2000, 2008. All Rights Reserved.