com.esri.arcgis.gisclient
Interface acSecurityType

All Superinterfaces:
java.io.Serializable

public interface acSecurityType
extends java.io.Serializable

Constants from acSecurityType' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriGISClient.olb'

Description: 'ArcIMS Security Service Type. Use a combination to describe the security of a service.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


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