com.esri.arcgis.carto
Interface ISecureLayer

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

public interface ISecureLayer
extends Serializable

Provides functionality to control access to a layer's contents.

Superseded By

ISecureLayer2

Product Availability

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


Method Summary
 void clearPassword(boolean bForceReconnect)
          Removes the passwords from the layer used to access data, and forces a reconnection to the data.
 

Method Detail

clearPassword

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

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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