|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IServiceCatalogAdmin3
Provides access to members that control the contents of an ArcGIS Server web services catalog.
This interface is new at ArcGIS 9.3. It supersedes IServiceCatalogAdmin and IServiceCatalogAdmin2.
Method Summary | |
---|---|
void |
setRequiresTokens(boolean rhs1)
Indicates whether the service catalog should require tokens for authentication. |
void |
setTokenServiceURL(String rhs1)
Token service url. |
Methods inherited from interface com.esri.arcgis.server.IServiceCatalogAdmin2 |
---|
createServiceFolderArray, setMessageFormats, setMessageVersion, setServiceFoldersByRef |
Methods inherited from interface com.esri.arcgis.server.IServiceCatalogAdmin |
---|
createServiceDescription, createServiceDescriptionArray, getCatalogDescriptionDocument, getDescriptionDocument, setServiceDescriptionsByRef |
Method Detail |
---|
void setTokenServiceURL(String rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRequiresTokens(boolean rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
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 |