|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISecureLayer2
Provides access to control and test a layer's content related to authentication.
This interface is new at ArcGIS 9.3. It supersedes ISecureLayer.
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. |
Method Detail |
---|
void clearPassword(boolean bForceReconnect) throws IOException, AutomationException
bForceReconnect
- The bForceReconnect (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isHasAuthentication() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |