public interface IAgentAdminConnection
Modifier and Type | Method and Description |
---|---|
void |
addAuthentication(UUID clusterId,
String name,
String pwd)
Authethicates an infobase administrator
|
void |
applyAssignmentRules(UUID clusterId,
int full)
Applies assignment rules.
|
void |
authenticate(UUID clusterId,
String name,
String pwd)
Authethicates a server cluster administrator
|
void |
authenticateAgent(String name,
String pwd)
Authethicates a central server administrator
|
UUID |
createInfoBase(UUID clusterId,
IInfoBaseInfo info,
int mode)
Creates an infobase in a cluster.
|
void |
createSecurityProfile(UUID clusterId,
ISecurityProfile profile)
Creates or updates a cluster security profile.
|
void |
createSecurityProfileAddIn(UUID clusterId,
ISecurityProfileAddIn addIn)
Creates or updates an allowed add-in of a security profile.
|
void |
createSecurityProfileApplication(UUID clusterId,
ISecurityProfileApplication app)
Creates or updates an allowed application of a security profile.
|
void |
createSecurityProfileComClass(UUID clusterId,
ISecurityProfileCOMClass comClass)
Creates or updates an allowed COM class of a security profile.
|
void |
createSecurityProfileInternetResource(UUID clusterId,
ISecurityProfileInternetResource resource)
Creates or updates an Internet resource of a security profile.
|
void |
createSecurityProfileUnsafeExternalModule(UUID clusterId,
ISecurityProfileExternalModule module)
Creates or updates an allowed unsafe external module of a security profile.
|
void |
createSecurityProfileVirtualDirectory(UUID clusterId,
ISecurityProfileVirtualDirectory directory)
Creates or updates a virtual directory of a security profile.
|
void |
disconnect(UUID clusterId,
UUID processId,
UUID connectionId)
Closes an infobase connection.
|
void |
dropInfoBase(UUID clusterId,
UUID infobaseId,
int mode)
Deletes an infobase.
|
void |
dropSecurityProfile(UUID clusterId,
String spName)
Deletes a security profile.
|
void |
dropSecurityProfileAddIn(UUID clusterId,
String spName,
String name)
Deletes an allowed add-in of a security profile.
|
void |
dropSecurityProfileApplication(UUID clusterId,
String spName,
String name)
Deletes an allowed application of a security profile.
|
void |
dropSecurityProfileComClass(UUID clusterId,
String spName,
String name)
Deletes an allowed COM class of a security profile.
|
void |
dropSecurityProfileInternetResource(UUID clusterId,
String spName,
String name)
Deletes an Internet resource of a security profile.
|
void |
dropSecurityProfileUnsafeExternalModule(UUID clusterId,
String spName,
String name)
Deletes an allowed unsafe external module of a security profile.
|
void |
dropSecurityProfileVirtualDirectory(UUID clusterId,
String spName,
String alias)
Deletes a virtual directory of a security profile.
|
List<IRegUserInfo> |
getAgentAdmins()
Gets the list of central server administrators.
|
IAssignmentRuleInfo |
getAssignmentRuleInfo(UUID clusterId,
UUID serverId,
UUID ruleId)
Gets an assignment rule description.
|
List<IAssignmentRuleInfo> |
getAssignmentRules(UUID clusterId,
UUID serverId)
Gets the list of descriptions of working server assignment rules.
|
List<IRegUserInfo> |
getClusterAdmins(UUID clusterId)
Gets the list of cluster administrators.
|
IClusterInfo |
getClusterInfo(UUID clusterId)
Gets a cluster description
|
IClusterManagerInfo |
getClusterManagerInfo(UUID clusterId,
UUID managerId)
Gets a cluster manager description.
|
List<IClusterManagerInfo> |
getClusterManagers(UUID clusterId)
Gets the list of cluster manager descriptions.
|
List<IClusterInfo> |
getClusters()
Gets the list of cluster descriptions
registered on the central server
|
List<IClusterServiceInfo> |
getClusterServices(UUID clusterId)
Gets the list of cluster service descriptions.
|
IInfoBaseConnectionShort |
getConnectionInfoShort(UUID clusterId,
UUID connectionId)
Gets a short description of a connection.
|
List<IObjectLockInfo> |
getConnectionLocks(UUID clusterId,
UUID connectionId)
Gets the list of connection object locks.
|
List<IInfoBaseConnectionShort> |
getConnectionsShort(UUID clusterId)
Gets the list of short descriptions of cluster connections.
|
List<IInfoBaseConnectionInfo> |
getInfoBaseConnections(UUID clusterId,
UUID processId,
UUID infobaseId)
Gets the list of infobase connection descriptions
for a working process.
|
List<IInfoBaseConnectionShort> |
getInfoBaseConnectionsShort(UUID clusterId,
UUID infobaseId)
Gets the list of short descriptions of infobase connections.
|
IInfoBaseInfo |
getInfoBaseInfo(UUID clusterId,
UUID infobaseId)
Gets a full infobase description.
|
List<IObjectLockInfo> |
getInfoBaseLocks(UUID clusterId,
UUID infobaseId)
Gets the list of infobase object locks.
|
List<IInfoBaseInfo> |
getInfoBases(UUID clusterId)
Gets the list of full descriptions of infobases
registered in the cluster.
|
List<ISessionInfo> |
getInfoBaseSessions(UUID clusterId,
UUID infobaseId)
Gets the list of infobase session descriptions.
|
IInfoBaseInfoShort |
getInfoBaseShortInfo(UUID clusterId,
UUID infobaseId)
Gets a short infobase description.
|
List<IInfoBaseInfoShort> |
getInfoBasesShort(UUID clusterId)
Gets the list of short descriptions of infobases
registered in the cluster.
|
List<IObjectLockInfo> |
getLocks(UUID clusterId)
Gets the list of object locks.
|
List<ISecurityProfileAddIn> |
getSecurityProfileAddIns(UUID clusterId,
String spName)
Gets the list of allowed add-ins of a security profile.
|
List<ISecurityProfileApplication> |
getSecurityProfileApplications(UUID clusterId,
String spName)
Gets the list of allowed applications of a security profile.
|
List<ISecurityProfileCOMClass> |
getSecurityProfileComClasses(UUID clusterId,
String spName)
Gets the list of allowed COM classes of a security profile.
|
List<ISecurityProfileInternetResource> |
getSecurityProfileInternetResources(UUID clusterId,
String spName)
Gets the list of Internet resources of a security profile.
|
List<ISecurityProfile> |
getSecurityProfiles(UUID clusterId)
Gets the list of cluster security profiles.
|
List<ISecurityProfileExternalModule> |
getSecurityProfileUnsafeExternalModules(UUID clusterId,
String spName)
Gets the list of allowed unsafe external modules of a security profile.
|
List<ISecurityProfileVirtualDirectory> |
getSecurityProfileVirtualDirectories(UUID clusterId,
String spName)
Gets the list of virtual directories of a security profile.
|
List<IWorkingProcessInfo> |
getServerWorkingProcesses(UUID clusterId,
UUID serverId)
Gets the list of descriptions of working processes of a working server.
|
ISessionInfo |
getSessionInfo(UUID clusterId,
UUID sid)
Gets a session description.
|
List<IObjectLockInfo> |
getSessionLocks(UUID clusterId,
UUID infobaseId,
UUID sid)
Gets the list of session object locks.
|
List<ISessionInfo> |
getSessions(UUID clusterId)
Gets the list of cluster session descriptions.
|
List<IWorkingProcessInfo> |
getWorkingProcesses(UUID clusterId)
Gets the list of descriptions of working processes
registered in the cluster.
|
IWorkingProcessInfo |
getWorkingProcessInfo(UUID clusterId,
UUID processId)
Gets a working server description.
|
IWorkingServerInfo |
getWorkingServerInfo(UUID clusterId,
UUID serverId)
Gets a description of a working server registered in the cluster.
|
List<IWorkingServerInfo> |
getWorkingServers(UUID clusterId)
Gets the list of descriptions of working servers registered in the cluster.
|
void |
regAgentAdmin(IRegUserInfo user)
Creates a central server administrator or changes the parameters
of an existing one.
|
UUID |
regAssignmentRule(UUID clusterId,
UUID serverId,
IAssignmentRuleInfo info,
int position)
Creates an assignment rule, changes an existing one,
or moves an existing rule to a new position.
|
UUID |
regCluster(IClusterInfo info)
Creates a cluster or changes the state of an existing one.
|
void |
regClusterAdmin(UUID clusterId,
IRegUserInfo user)
Creates a cluster administrator or changes the parameters
of an existing one.
|
UUID |
regWorkingServer(UUID clusterId,
IWorkingServerInfo info)
Creates a working server or changes the description of an existing one.
|
void |
terminateSession(UUID clusterId,
UUID sid)
Terminates a session.
|
void |
unregAgentAdmin(String name)
Deletes a central server administrator.
|
void |
unregAssignmentRule(UUID clusterId,
UUID serverId,
UUID ruleId)
Deletes an assignment rule from the list of working server rules.
|
void |
unregCluster(UUID clusterId)
Deletes a cluster.
|
void |
unregClusterAdmin(UUID clusterId,
String name)
Deletes a cluster administrator.
|
void |
unregWorkingServer(UUID clusterId,
UUID serverId)
Deletes a working server and removes its cluster registration.
|
void |
updateInfoBase(UUID clusterId,
IInfoBaseInfo info)
Changes infobase parameters.
|
void |
updateInfoBaseShort(UUID clusterId,
IInfoBaseInfoShort info)
Changes short infobase description.
|
void authenticateAgent(String name, String pwd)
name
- administrator namepwd
- administrator passwordAgentAdminException
- in the case of errors.void authenticate(UUID clusterId, String name, String pwd)
clusterId
- cluster IDname
- administrator namepwd
- administrator passwordAgentAdminException
- in the case of errors.void addAuthentication(UUID clusterId, String name, String pwd)
clusterId
- cluster IDname
- administrator namepwd
- administrator passwordAgentAdminException
- in the case of errors.List<IRegUserInfo> getAgentAdmins()
authenticateAgent(java.lang.String, java.lang.String)
AgentAdminException
- in the case of errors.List<IRegUserInfo> getClusterAdmins(UUID clusterId)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDAgentAdminException
- in the case of errors.void regAgentAdmin(IRegUserInfo user)
authenticateAgent(java.lang.String, java.lang.String)
user
- administrator infoAgentAdminException
- in the case of errors.void regClusterAdmin(UUID clusterId, IRegUserInfo user)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDuser
- administrator infoAgentAdminException
- in the case of errors.void unregAgentAdmin(String name)
authenticateAgent(java.lang.String, java.lang.String)
name
- administrator nameAgentAdminException
- in the case of errors.void unregClusterAdmin(UUID clusterId, String name)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDname
- administrator nameAgentAdminException
- in the case of errors.List<IClusterInfo> getClusters()
AgentAdminException
- in the case of errors.IClusterInfo getClusterInfo(UUID clusterId)
clusterId
- cluster IDAgentAdminException
- in the case of errors.UUID regCluster(IClusterInfo info)
authenticateAgent(java.lang.String, java.lang.String)
info
- cluster descriptionAgentAdminException
- in the case of errors.void unregCluster(UUID clusterId)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDAgentAdminException
- in the case of errors.List<IClusterManagerInfo> getClusterManagers(UUID clusterId)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDAgentAdminException
- in the case of errors.IClusterManagerInfo getClusterManagerInfo(UUID clusterId, UUID managerId)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDmanagerId
- manager IDAgentAdminException
- in the case of errors.List<IWorkingServerInfo> getWorkingServers(UUID clusterId)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDAgentAdminException
- in the case of errors.IWorkingServerInfo getWorkingServerInfo(UUID clusterId, UUID serverId)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDserverId
- working server IDAgentAdminException
- in the case of errors.UUID regWorkingServer(UUID clusterId, IWorkingServerInfo info)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDinfo
- working server descriptionAgentAdminException
- in the case of errors.void unregWorkingServer(UUID clusterId, UUID serverId)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDserverId
- working server IDAgentAdminException
- in the case of errors.List<IWorkingProcessInfo> getWorkingProcesses(UUID clusterId)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDAgentAdminException
- in the case of errors.IWorkingProcessInfo getWorkingProcessInfo(UUID clusterId, UUID processId)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDprocessId
- working process IDAgentAdminException
- in the case of errors.List<IWorkingProcessInfo> getServerWorkingProcesses(UUID clusterId, UUID serverId)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDserverId
- working server IDAgentAdminException
- in the case of errors.List<IClusterServiceInfo> getClusterServices(UUID clusterId)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDAgentAdminException
- in the case of errors.UUID createInfoBase(UUID clusterId, IInfoBaseInfo info, int mode)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDinfo
- infobase descriptionmode
- infobase creation mode:
AgentAdminException
- in the case of errors.void updateInfoBaseShort(UUID clusterId, IInfoBaseInfoShort info)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDinfo
- short infobase descriptionAgentAdminException
- in the case of errors.void updateInfoBase(UUID clusterId, IInfoBaseInfo info)
addAuthentication(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDinfo
- infobase descriptionAgentAdminException
- in the case of errors.void dropInfoBase(UUID clusterId, UUID infobaseId, int mode)
addAuthentication(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDinfobaseId
- infobase IDmode
- infobase creation mode:
AgentAdminException
- in the case of errors.List<IInfoBaseInfoShort> getInfoBasesShort(UUID clusterId)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDAgentAdminException
- in the case of errors.List<IInfoBaseInfo> getInfoBases(UUID clusterId)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
addAuthentication(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDAgentAdminException
- in the case of errors.IInfoBaseInfoShort getInfoBaseShortInfo(UUID clusterId, UUID infobaseId)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDinfobaseId
- infobase IDAgentAdminException
- in the case of errors.IInfoBaseInfo getInfoBaseInfo(UUID clusterId, UUID infobaseId)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
addAuthentication(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDinfobaseId
- infobase IDAgentAdminException
- in the case of errors.List<IInfoBaseConnectionShort> getConnectionsShort(UUID clusterId)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDAgentAdminException
- in the case of errors.List<IInfoBaseConnectionShort> getInfoBaseConnectionsShort(UUID clusterId, UUID infobaseId)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDinfobaseId
- infobase IDAgentAdminException
- in the case of errors.IInfoBaseConnectionShort getConnectionInfoShort(UUID clusterId, UUID connectionId)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDconnectionId
- connection IDAgentAdminException
- in the case of errors.List<IInfoBaseConnectionInfo> getInfoBaseConnections(UUID clusterId, UUID processId, UUID infobaseId)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
addAuthentication(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDprocessId
- working process IDinfobaseId
- infobase IDAgentAdminException
- in the case of errors.void disconnect(UUID clusterId, UUID processId, UUID connectionId)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
addAuthentication(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDprocessId
- working process IDconnectionId
- connection IDAgentAdminException
- in the case of errors.List<ISessionInfo> getSessions(UUID clusterId)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDAgentAdminException
- in the case of errors.List<ISessionInfo> getInfoBaseSessions(UUID clusterId, UUID infobaseId)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDinfobaseId
- infobase IDAgentAdminException
- in the case of errors.ISessionInfo getSessionInfo(UUID clusterId, UUID sid)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDsid
- session IDAgentAdminException
- in the case of errors.void terminateSession(UUID clusterId, UUID sid)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDsid
- session IDAgentAdminException
- in the case of errors.List<IObjectLockInfo> getLocks(UUID clusterId)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDAgentAdminException
- in the case of errors.List<IObjectLockInfo> getInfoBaseLocks(UUID clusterId, UUID infobaseId)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDinfobaseId
- infobase IDAgentAdminException
- in the case of errors.List<IObjectLockInfo> getConnectionLocks(UUID clusterId, UUID connectionId)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDconnectionId
- connection IDAgentAdminException
- in the case of errors.List<IObjectLockInfo> getSessionLocks(UUID clusterId, UUID infobaseId, UUID sid)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDinfobaseId
- infobase IDsid
- session IDAgentAdminException
- in the case of errors.void applyAssignmentRules(UUID clusterId, int full)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDfull
- assigment rule application mode:
AgentAdminException
- in the case of errors.List<IAssignmentRuleInfo> getAssignmentRules(UUID clusterId, UUID serverId)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDserverId
- working server IDAgentAdminException
- in the case of errors.UUID regAssignmentRule(UUID clusterId, UUID serverId, IAssignmentRuleInfo info, int position)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDserverId
- working server IDinfo
- assignment rule descriptionposition
- position in the rule list (starts from 0)AgentAdminException
- in the case of errors.void unregAssignmentRule(UUID clusterId, UUID serverId, UUID ruleId)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDserverId
- working server IDruleId
- assignment rule IDAgentAdminException
- in the case of errors.IAssignmentRuleInfo getAssignmentRuleInfo(UUID clusterId, UUID serverId, UUID ruleId)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDserverId
- working server IDruleId
- assignment rule IDAgentAdminException
- in the case of errors.List<ISecurityProfile> getSecurityProfiles(UUID clusterId)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDAgentAdminException
- in the case of errors.void createSecurityProfile(UUID clusterId, ISecurityProfile profile)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDprofile
- security profileAgentAdminException
- in the case of errors.void dropSecurityProfile(UUID clusterId, String spName)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDspName
- security profile nameAgentAdminException
- in the case of errors.List<ISecurityProfileVirtualDirectory> getSecurityProfileVirtualDirectories(UUID clusterId, String spName)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDspName
- security profile nameAgentAdminException
- in the case of errors.void createSecurityProfileVirtualDirectory(UUID clusterId, ISecurityProfileVirtualDirectory directory)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDdirectory
- virtual directoryAgentAdminException
- in the case of errors.void dropSecurityProfileVirtualDirectory(UUID clusterId, String spName, String alias)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDspName
- security profile namealias
- virtual directory aliasAgentAdminException
- in the case of errors.List<ISecurityProfileCOMClass> getSecurityProfileComClasses(UUID clusterId, String spName)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDspName
- security profile nameAgentAdminException
- in the case of errors.void createSecurityProfileComClass(UUID clusterId, ISecurityProfileCOMClass comClass)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDcomClass
- allowed COM classAgentAdminException
- in the case of errors.void dropSecurityProfileComClass(UUID clusterId, String spName, String name)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDspName
- security profile namename
- COM class nameAgentAdminException
- in the case of errors.List<ISecurityProfileAddIn> getSecurityProfileAddIns(UUID clusterId, String spName)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDspName
- security profile nameAgentAdminException
- in the case of errors.void createSecurityProfileAddIn(UUID clusterId, ISecurityProfileAddIn addIn)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDaddIn
- allowed add-inAgentAdminException
- in the case of errors.void dropSecurityProfileAddIn(UUID clusterId, String spName, String name)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDspName
- security profile namename
- add-in nameAgentAdminException
- in the case of errors.List<ISecurityProfileExternalModule> getSecurityProfileUnsafeExternalModules(UUID clusterId, String spName)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDspName
- security profile nameAgentAdminException
- in the case of errors.void createSecurityProfileUnsafeExternalModule(UUID clusterId, ISecurityProfileExternalModule module)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDmodule
- allowed external moduleAgentAdminException
- in the case of errors.void dropSecurityProfileUnsafeExternalModule(UUID clusterId, String spName, String name)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDspName
- security profile namename
- external module nameAgentAdminException
- in the case of errors.List<ISecurityProfileApplication> getSecurityProfileApplications(UUID clusterId, String spName)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDspName
- security profile nameAgentAdminException
- in the case of errors.void createSecurityProfileApplication(UUID clusterId, ISecurityProfileApplication app)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDapp
- allowed applicationAgentAdminException
- in the case of errors.void dropSecurityProfileApplication(UUID clusterId, String spName, String name)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDspName
- security profile namename
- application nameAgentAdminException
- in the case of errors.List<ISecurityProfileInternetResource> getSecurityProfileInternetResources(UUID clusterId, String spName)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDspName
- security profile nameAgentAdminException
- in the case of errors.void createSecurityProfileInternetResource(UUID clusterId, ISecurityProfileInternetResource resource)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDresource
- Internet resourceAgentAdminException
- in the case of errors.void dropSecurityProfileInternetResource(UUID clusterId, String spName, String name)
authenticate(java.util.UUID, java.lang.String, java.lang.String)
clusterId
- cluster IDspName
- security profile namename
- Internet resource nameAgentAdminException
- in the case of errors.Copyright © '1C' 1996-2012