public class ServerConfig extends Config
configTask, configTaskLocator, itsEndpoint, itsImpersonateCookie, itsMaintainSession, itsPassword, itsUserName, productInfoTask, productInfoTaskLocator
Constructor and Description |
---|
ServerConfig()
Constructor
|
ServerConfig(java.lang.String userName,
java.lang.String password,
java.lang.String endpoint) |
Modifier and Type | Method and Description |
---|---|
ServerTask |
createTask(java.lang.Class<? extends ServerTask> taskClass)
Prepare the task in the SDK.
|
static ServerConfig |
getDefaultConfig() |
SupportZipDownload |
newSupportZipCtx() |
protected void |
prepareTasks()
Initialize the axis stubs.
|
static void |
setDefaultConfig(ServerConfig config) |
static boolean |
setDefaultConfigIfNotSet(ServerConfig config) |
_getLeaf, acervate, acervate, acervate, canCreate, canDelete, canRead, canWrite, find, find, findFirst, findFirst, findFirstHiddenUser, findFirstHiddenUser, findFirstIfExists, findFirstIfExists, findHiddenUsers, findHiddenUsers, getMaintainSession, init, prepareCall, prepareStub, proxyUrl, setImpersonate, setMaintainSession
protected IJavaPlugInTaskServiceLocator javaPluginTaskLocator
protected IUserBDTaskServiceLocator userBDTaskServiceLocator
protected IFlowMapTaskServiceLocator flowMapTaskLocator
protected ITransportsTaskServiceLocator transportsTaskLocator
protected IAgentConfigTaskServiceLocator agentConfigTaskLocator
protected ILGCallSiteTaskServiceLocator lgCallSiteTaskLocator
protected ILGPortalTaskServiceLocator lgPortalTaskLocator
protected ILoggingDatabaseTaskServiceLocator loggingDatabaseTaskLocator
protected IMitigationInstanceTaskServiceLocator mitigationInstanceTaskLocator
protected ILicenseServerManagementTaskServiceLocator licenseManagementTaskLocator
protected ILicenseTaskServiceLocator licenseTaskLocator
protected ILGAlertTaskServiceLocator lgAlertTaskLocator
protected IProfileTaskServiceLocator profileTaskLocator
protected IRuleTaskServiceLocator ruleTaskLocator
protected IActiveAgentTaskServiceLocator activeAgentTaskLocator
protected IUsersTaskServiceLocator usersTaskLocator
protected IInitialSetupTaskServiceLocator initialSetupTaskLocator
protected IBusinessProcessTaskServiceLocator bpTaskLocator
protected IPolicyGroupTaskServiceLocator policyGroupTaskLocator
protected IDeploymentTaskServiceLocator deploymentTaskLocator
protected IDimensionTaskServiceLocator dimensionTaskLocator
protected INetworkActivityTaskServiceLocator networkActivityTaskLocator
protected IMsgFieldTaskServiceLocator msgFieldTaskLocator
protected IMsgFieldSiteAssignmentTaskServiceLocator msgFieldSiteAssignmentTaskLocator
protected IMsgFieldIDObjectAssignmentTaskServiceLocator msgFieldIDObjectAssignmentTaskLocator
protected IEventLogTaskServiceLocator eventLogTaskLocator
protected ISiteCriteriaTaskServiceLocator siteCriteriaTaskLocator
protected IServiceTaskServiceLocator serviceTaskLocator
protected IDBMaintenanceTaskServiceLocator dbMaintenanceTaskLocator
protected ILGNetworkTaskServiceLocator lgNetworkTaskLocator
protected INetworkMaintenanceTaskServiceLocator networkMaintenanceTaskLocator
protected IServerUserPreferencesTaskServiceLocator serverUserPreferencesTaskLocator
protected IServerServiceLocator serverTaskLocator
protected IExportedArtifactsTaskServiceLocator exportedArtifactsTaskLocator
public IAgentConfigTask agentConfigTask
public ILGCallSiteTask lgCallSiteTask
public ILGPortalTask lgPortalTask
public ILoggingDatabaseTask loggingDatabaseTask
public IMitigationInstanceTask mitigationInstanceTask
public ILicenseServerManagementTask licenseManagementTask
public ILicenseTask licenseTask
public ILGAlertTask lgAlertTask
public IProfileTask profileTask
public IRuleTask ruleTask
public IActiveAgentTask activeAgentTask
public IUsersTask usersTask
public IUserBDTask userBDTask
public IInitialSetupTask initialSetupTask
public IBusinessProcessTask bpTask
public IPolicyGroupTask policyGroupTask
public IDeploymentTask deploymentTask
public IDimensionTask dimensionTask
public INetworkActivityTask networkActivityTask
public IMsgFieldTask msgFieldTask
public IMsgFieldSiteAssignmentTask msgFieldSiteAssignmentTask
public IMsgFieldIDObjectAssignmentTask msgFieldIDObjectAssignmentTask
public IEventLogTask eventLogTask
public ISiteCriteriaTask siteCriteriaTask
public IServiceTask serviceTask
public IJavaPlugInTask javaPluginTask
public IFlowMapTask flowMapTask
public ITransportsTask transportsTask
public IDBMaintenanceTask dbMaintenanceTask
public ILGNetworkTask lgNetworkTask
public INetworkMaintenanceTask networkMaintenanceTask
public IServerUserPreferencesTask serverUserPreferencesTask
public IServer serverTask
public IExportedArtifactsTask exportedArtifactsTask
protected java.util.Map<java.lang.Class<? extends ServerTask>,ServerTask> itsTaskCache
protected static ServerConfig itsDefaultConfig
public ServerConfig()
public ServerConfig(java.lang.String userName, java.lang.String password, java.lang.String endpoint)
public static ServerConfig getDefaultConfig()
public static void setDefaultConfig(ServerConfig config)
public static boolean setDefaultConfigIfNotSet(ServerConfig config)
protected void prepareTasks() throws javax.xml.rpc.ServiceException, java.net.MalformedURLException
prepareTasks
in class Config
javax.xml.rpc.ServiceException
java.net.MalformedURLException
public ServerTask createTask(java.lang.Class<? extends ServerTask> taskClass) throws java.lang.Exception
taskClass
- Subclass of ServerTask
java.lang.Exception
public SupportZipDownload newSupportZipCtx()