com.esri.arcgis.server
Interface IServerObjectAdmin7

All Superinterfaces:
IServerObjectAdmin, IServerObjectAdmin2, IServerObjectAdmin3, IServerObjectAdmin4, IServerObjectAdmin5, IServerObjectAdmin6, Serializable
All Known Subinterfaces:
IServerObjectAdmin8
All Known Implementing Classes:
ServerObjectAdmin

public interface IServerObjectAdmin7
extends IServerObjectAdmin6, Serializable

Provides access to members that administer the ArcGIS server.

Product Availability

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


Method Summary
 boolean isAdminUser(String userName)
          Checks if given user is a member of agsadmin group.
 
Methods inherited from interface com.esri.arcgis.server.IServerObjectAdmin6
getInputDir, isInputDirInUse, uploadData
 
Methods inherited from interface com.esri.arcgis.server.IServerObjectAdmin5
getConfigurationProperties, updateConfigurationProperties
 
Methods inherited from interface com.esri.arcgis.server.IServerObjectAdmin4
isSecurityEnabled, setIsSecurityEnabled
 
Methods inherited from interface com.esri.arcgis.server.IServerObjectAdmin3
getConfigurationsEx2
 
Methods inherited from interface com.esri.arcgis.server.IServerObjectAdmin2
addExtensionType, createExtensionType, createFolder, deleteExtensionType, deleteFolder, disable, enable, getConfigurationsEx, getExtensionTypes, getFolderInfo, getFolders, getServerLog, renameFolder, setFolderInfo, validateConfiguration
 
Methods inherited from interface com.esri.arcgis.server.IServerObjectAdmin
addConfiguration, addMachine, addServerDirectory, createConfiguration, createMachine, createServerDirectory, deleteConfiguration, deleteMachine, deleteServerDirectory, getConfiguration, getConfigurations, getConfigurationStatus, getMachine, getMachines, getProperties, getServerDirectories, getServerDirectory, getTypes, pauseConfiguration, setProperties, startConfiguration, stopConfiguration, updateConfiguration, updateMachine, updateServerDirectory
 

Method Detail

isAdminUser

boolean isAdminUser(String userName)
                    throws IOException,
                           AutomationException
Checks if given user is a member of agsadmin group.

Product Availability

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

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