com.esri.arcgis.gisclient
Interface acSecurityType

All Superinterfaces:
Serializable

public interface acSecurityType
extends Serializable

ArcIMS Security Service Type. Use a combination to describe the security of a service.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int acSecurityGetFeaturesDisabled
          GET_FEATURES is disabled on the service.
static int acSecurityNone
          No security is set on the service.
 

Field Detail

acSecurityNone

static final int acSecurityNone
No security is set on the service.

See Also:
Constant Field Values

acSecurityGetFeaturesDisabled

static final int acSecurityGetFeaturesDisabled
GET_FEATURES is disabled on the service.

See Also:
Constant Field Values