com.esri.arcgis.carto
Interface ISecureLayer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CadAnnotationLayer, CadFeatureLayer, CoverageAnnotationLayer, DimensionLayer, FDOGraphicsLayer, GdbRasterCatalogLayer, ImageServerLayer, IMSMapLayer, ISecureLayerProxy, MapServerLayer, MapServerRESTLayer, WMSMapLayer, WMTSLayer

public interface ISecureLayer
extends java.io.Serializable

COM Interface 'ISecureLayer'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides functionality to control access to a layer's contents.' 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 java.lang.String IID
          Deprecated. Internal use only
static int IIDd047a6a9_d445_4921_a1e9_72d8b8a2813a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void clearPassword(boolean bForceReconnect)
          Removes the passwords from the layer used to access data, and forces a reconnection to the data.
 

Field Detail

IIDd047a6a9_d445_4921_a1e9_72d8b8a2813a

static final int IIDd047a6a9_d445_4921_a1e9_72d8b8a2813a
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

clearPassword

void clearPassword(boolean bForceReconnect)
                   throws java.io.IOException,
                          AutomationException
Removes the passwords from the layer used to access data, and forces a reconnection to the data.

Parameters:
bForceReconnect - The bForceReconnect (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.