com.esri.arcgis.carto
Interface ISecureLayer2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ImageServerLayer, IMSMapLayer, ISecureLayer2Proxy, MapServerLayer, MapServerRESTLayer, WMSMapLayer, WMTSLayer

public interface ISecureLayer2
extends java.io.Serializable

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

Description: 'Provides access to control and test a layer's content related to authentication.' 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 IID67f66590_d48d_4c8d_b6c4_7e5f9fb009c7
           
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.
 boolean isHasAuthentication()
          Indicates if the layer is password protected.
 

Field Detail

IID67f66590_d48d_4c8d_b6c4_7e5f9fb009c7

static final int IID67f66590_d48d_4c8d_b6c4_7e5f9fb009c7
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.

isHasAuthentication

boolean isHasAuthentication()
                            throws java.io.IOException,
                                   AutomationException
Indicates if the layer is password protected.

Returns:
The hasAuthentication
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.