Searched defs:stateAccess (Results 101 - 125 of 133) sorted by relevance

123456

/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DMigrateFromInstallState.java153 private void setStateAccess(PersistentStateAccess stateAccess) { argument
154 pStateAccess = stateAccess;
H A DMultipleMigrateDriver.java135 TransientStateAccess stateAccess = new TransientStateAccess(
142 stateAccess);
271 TransientStateAccess stateAccess =
277 interaction.interact(stateAccess);
284 stateAccess.clear();
295 (String)stateAccess.get(interactionInfo.getLookupKey());
306 stateAccess.clear();
361 * @stateAccess IStateAccess
365 IStateAccess stateAccess) throws InstallException {
368 getServerLocatorHandler().getProductHome(stateAccess);
364 checkActiveProductHome(String migrateFromProductHome, IStateAccess stateAccess) argument
[all...]
H A DServerLocatorHandler.java86 protected String getProductHome(IStateAccess stateAccess) argument
88 String serverHomeDir = getServerHomeDir(stateAccess);
148 protected String getServerHomeDir(IStateAccess stateAccess) argument
161 return locator.getServerDirectory(stateAccess);
H A DUserResponseHandler.java48 public void storeData(IStateAccess stateAccess, ArrayList allKeys) { argument
52 String value = (String) stateAccess.get(key);
H A DCreateProfileTask.java47 public boolean execute(String name, IStateAccess stateAccess, argument
53 String createAgentProfile = (String)stateAccess.get(
65 RESTUtils.RESTResponse response = createAgentProfile(stateAccess,
77 String agentUserName = (String)stateAccess.get(
93 * @param stateAccess
95 private RESTUtils.RESTResponse createAgentProfile(IStateAccess stateAccess, argument
98 String agentUserName = (String)stateAccess.get(STR_AGENT_PROFILE_NAME);
99 String agentUserPasswordFile = (String)stateAccess.get(
109 String agentAdminName = (String)stateAccess.get(
111 String agentAdminPasswordFile = (String)stateAccess
240 getExecutionMessage(IStateAccess stateAccess, Map properties) argument
249 getRollBackMessage(IStateAccess stateAccess, Map properties) argument
[all...]
H A DInstallState.java234 protected void setStateAccess(PersistentStateAccess stateAccess) { argument
235 pStateAccess = stateAccess;
H A DMigrateWebAgentConfigurePropertiesTask.java103 public boolean execute(String name, IStateAccess stateAccess, argument
110 status = super.execute(name, stateAccess, properties);
114 String instanceConfigFileMigrate = (String) stateAccess
121 String instanceConfigFile = (String) stateAccess
127 String configFile = (String) stateAccess
134 getAgentMigratePropertiesFile(stateAccess, properties);
/forgerock/jee-agents-v3.5/jee-agents-appserver/jee-agents-appserver-v81/src/main/java/com/sun/identity/agents/install/appserver/v81/
H A DUnconfigureDomainXMLTask.java52 public boolean execute(String name, IStateAccess stateAccess, argument
55 boolean skipTask = skipTask(stateAccess);
61 preUnconfigureTasks(stateAccess);
63 String serverXMLFile = getDomainXMLFile(stateAccess);
64 String serverInstanceName = getServerInstanceName(stateAccess);
76 status = removeAgentRealm(domainXMLDoc, instanceConfig, stateAccess);
77 status &= removeAgentClasspath(instanceConfig, stateAccess);
90 postUnconfigureTasks(stateAccess);
96 protected void preUnconfigureTasks(IStateAccess stateAccess) { argument
99 protected void postUnconfigureTasks(IStateAccess stateAccess) { argument
102 getExecutionMessage(IStateAccess stateAccess, Map properties) argument
111 getRollBackMessage(IStateAccess stateAccess, Map properties) argument
123 skipTask(IStateAccess stateAccess) argument
[all...]
/forgerock/jee-agents-v3.5/jee-agents-jboss/jee-agents-jboss-v40/src/main/java/com/sun/identity/agents/tools/jboss/
H A DServiceXMLBase.java54 public boolean addAgentClasspath(IStateAccess stateAccess) { argument
56 String serverXMLFile = getServiceXMLFile(stateAccess);
81 status = addAMClientSDKClasspath(serviceXMLDoc, stateAccess);
103 IStateAccess stateAccess) {
141 public boolean removeAgentClasspath(IStateAccess stateAccess) { argument
143 String serverXMLFile = getServiceXMLFile(stateAccess);
144 String serverInstanceName = getServerInstanceName(stateAccess);
215 public String getServiceXMLFile(IStateAccess stateAccess) { argument
216 return (String) stateAccess.get(STR_KEY_JB_SERVICE_XML_FILE);
219 public String getServerInstanceName(IStateAccess stateAccess) { argument
102 addAMClientSDKClasspath(XMLDocument serviceXMLDoc, IStateAccess stateAccess) argument
223 getAgentInstanceName(IStateAccess stateAccess) argument
[all...]
/forgerock/jee-agents-v3.5/jee-agents-jsr196/src/main/java/com/sun/identity/agents/install/jsr196/
H A DUnconfigureDomainXMLTask.java51 public boolean execute(String name, IStateAccess stateAccess, argument
54 boolean skipTask = skipTask(stateAccess);
60 preUnconfigureTasks(stateAccess);
62 String serverXMLFile = getDomainXMLFile(stateAccess);
63 String serverInstanceName = getServerInstanceName(stateAccess);
75 status = removeAgentClasspath(instanceConfig, stateAccess);
77 stateAccess);
79 stateAccess);
92 postUnconfigureTasks(stateAccess);
98 protected void preUnconfigureTasks(IStateAccess stateAccess) { argument
101 postUnconfigureTasks(IStateAccess stateAccess) argument
104 getExecutionMessage(IStateAccess stateAccess, Map properties) argument
113 getRollBackMessage(IStateAccess stateAccess, Map properties) argument
126 skipTask(IStateAccess stateAccess) argument
[all...]
/forgerock/jee-agents-v3.5/jee-agents-tomcat/jee-agents-tomcat-v6/src/main/java/com/sun/identity/agents/tools/tomcat/v6/
H A DAgentFilesBase.java48 protected void getAgentConfigLocation(IStateAccess stateAccess) { argument
51 _catalinaHomeDir = (String) stateAccess.get(STR_KEY_CATALINA_HOME_DIR);
56 protected boolean removeAgentFiles(IStateAccess stateAccess) { argument
59 getAgentConfigLocation(stateAccess);
H A DTomcatVersionValidator.java143 private boolean isTomcatVersionValid(IStateAccess stateAccess) { argument
148 String catalinaJarPath = (String) stateAccess.get(STR_CATALINA_JAR_PATH);
169 stateAccess.put(STR_TOMCAT_VERSION, versionString);
H A DUpdateServerClasspathBase.java139 protected void getSetClasspathScriptFile(IStateAccess stateAccess) { argument
141 _catalinaHomeDir = (String) stateAccess.get(
H A DUpdateServerEnvBase.java59 protected void getAgentConfigLocation(IStateAccess stateAccess) { argument
65 String instanceName = stateAccess.getInstanceName();
126 protected void getSetenvScriptFile(IStateAccess stateAccess) { argument
129 _catalinaHomeDir = (String) stateAccess.get(STR_KEY_CATALINA_BASE_DIR);
133 String catalinaConfDir = (String) stateAccess.get(STR_KEY_TOMCAT_SERVER_CONFIG_DIR);
H A DConfigureWebAppsTask.java68 IStateAccess stateAccess,
73 ArrayList appContexts = (ArrayList) stateAccess.get(
84 stateAccess);
85 status = updateAgentProps(stateAccess) && status;
103 IStateAccess stateAccess,
113 IStateAccess stateAccess,
124 IStateAccess stateAccess,
127 status = super.unconfigureWebApps(stateAccess);
134 IStateAccess stateAccess) {
157 if (!super.skipFilter(stateAccess)) {
66 execute( String name, IStateAccess stateAccess, Map properties) argument
102 getExecutionMessage( IStateAccess stateAccess, Map properties) argument
112 getRollBackMessage( IStateAccess stateAccess, Map properties) argument
122 rollBack( String name, IStateAccess stateAccess, Map properties) argument
132 updateApps( ArrayList apps, IStateAccess stateAccess) argument
196 replaceLoginConfigElement( XMLDocument xmldoc, IStateAccess stateAccess, String appXmlPath) argument
[all...]
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DAuditLogFileNameTask.java50 public boolean execute(String name, IStateAccess stateAccess, argument
61 String productHost = getRequiredValue(stateAccess, productHostKey,
63 String productPort = getRequiredValue(stateAccess, productPortKey,
85 stateAccess.put(outputKey, fileName);
100 public LocalizedMessage getExecutionMessage(IStateAccess stateAccess, argument
105 public LocalizedMessage getRollBackMessage(IStateAccess stateAccess, argument
H A DConfigurePropertiesTask.java41 public boolean execute(String name, IStateAccess stateAccess, argument
51 String instanceConfigFile = getInstanceConfigFile(stateAccess,
59 Map tokens = stateAccess.getData();
64 stateAccess.put(STR_CONFIG_FILE_PATH_TAG, instanceConfigFile);
72 String agentConfigFile = getAgentConfigFile(stateAccess,
81 stateAccess.put(STR_CONFIG_AGENT_CONFIG_FILE_PATH_TAG,
91 public LocalizedMessage getExecutionMessage(IStateAccess stateAccess, argument
95 Object[] args = { productConfigFileName, stateAccess.getInstanceName()
102 public LocalizedMessage getRollBackMessage(IStateAccess stateAccess, argument
106 Object[] args = { productConfigFileName, stateAccess
113 rollBack(String name, IStateAccess stateAccess, Map properties) argument
140 getInstanceConfigFile(IStateAccess stateAccess, Map properties) argument
147 getAgentConfigFile(IStateAccess stateAccess, Map properties) argument
155 getAgentMigratePropertiesFile(IStateAccess stateAccess, Map properties) argument
[all...]
H A DCreateLayoutTask.java42 public boolean execute(String name, IStateAccess stateAccess, argument
45 String instanceName = stateAccess.getInstanceName();
70 stateAccess.put(STR_AUDIT_DIR_PREFIX_TAG, auditLogsDirPath);
71 stateAccess.put(STR_CONFIG_DIR_PREFIX_TAG, configDirPath);
72 stateAccess.put(STR_DEBUG_DIR_PREFIX_TAG, debugLogsDirPath);
73 stateAccess.put(STR_DEBUG_LEVEL_TAG, STR_DEBUG_LEVEL_DEFAULT_VALUE);
74 stateAccess.put(STR_LOG_CONFIG_FILE_PATH, baseConfigDirPath + FILE_SEP +
83 public boolean rollBack(String name, IStateAccess stateAccess, argument
86 String instanceName = stateAccess.getInstanceName();
98 public LocalizedMessage getExecutionMessage(IStateAccess stateAccess, argument
108 getRollBackMessage(IStateAccess stateAccess, Map properties) argument
[all...]
H A DMigrateConfigurePropertiesTask.java57 public boolean execute(String name, IStateAccess stateAccess, argument
62 status = super.execute(name, stateAccess, properties);
66 String instanceConfigFileMigrate = (String) stateAccess
73 String instanceConfigFile = (String) stateAccess
79 String configFile = (String) stateAccess
H A DMigrateFromInstallState.java153 private void setStateAccess(PersistentStateAccess stateAccess) { argument
154 pStateAccess = stateAccess;
H A DMultipleMigrateDriver.java135 TransientStateAccess stateAccess = new TransientStateAccess(
142 stateAccess);
271 TransientStateAccess stateAccess =
277 interaction.interact(stateAccess);
284 stateAccess.clear();
295 (String)stateAccess.get(interactionInfo.getLookupKey());
306 stateAccess.clear();
361 * @stateAccess IStateAccess
365 IStateAccess stateAccess) throws InstallException {
368 getServerLocatorHandler().getProductHome(stateAccess);
364 checkActiveProductHome(String migrateFromProductHome, IStateAccess stateAccess) argument
[all...]
H A DServerLocatorHandler.java86 protected String getProductHome(IStateAccess stateAccess) argument
88 String serverHomeDir = getServerHomeDir(stateAccess);
148 protected String getServerHomeDir(IStateAccess stateAccess) argument
161 return locator.getServerDirectory(stateAccess);
H A DUserResponseHandler.java48 public void storeData(IStateAccess stateAccess, ArrayList allKeys) { argument
52 String value = (String) stateAccess.get(key);
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/install/configurator/
H A DEncryptTask.java53 public boolean execute(String name, IStateAccess stateAccess, argument
60 String debugLogsDirPath = (String) stateAccess.get(
64 String debugLevel = (String) stateAccess.get(STR_DEBUG_LEVEL_TAG);
72 String encryptionKey = (String) stateAccess.get(encryptionKeyLookUpKey);
75 stateAccess.put("AGENT_ENCRYPT_KEY", encryptionKey);
90 String dataFileName = (String) stateAccess.get(dataFileKey);
96 stateAccess.put(encryptedDataKey, encryptedData);
181 public LocalizedMessage getExecutionMessage(IStateAccess stateAccess, argument
185 String dataFileName = (String) stateAccess.get(dataFileKey);
192 public LocalizedMessage getRollBackMessage(IStateAccess stateAccess, argument
203 rollBack(String name, IStateAccess stateAccess, Map properties) argument
[all...]
/forgerock/jee-agents-v3.5/jee-agents-websphere/jee-agents-websphere-common/src/main/java/com/sun/identity/agents/tools/websphere/
H A DServerXMLBase.java147 IStateAccess stateAccess) {
164 stateAccess.put(STR_KEY_PRE_AGENT_CP, preAgentClasspath);
170 appendAgentClassPath(preAgentClasspath, stateAccess);
176 String finalCp = createAgentClassPath(stateAccess);
186 status = updateClasspathElement(doc, jvmEntries, stateAccess);
202 XMLElement jvmEntries, IStateAccess stateAccess) {
209 status = addNewClassPathElement(doc, jvmEntries, stateAccess);
225 XMLElement jvmEntries, IStateAccess stateAccess) {
231 createAgentClassPath(stateAccess)).append("</").append(
255 IStateAccess stateAccess) {
146 configureClasspath(XMLDocument doc, XMLElement jvmEntries, IStateAccess stateAccess) argument
201 updateClasspathElement(XMLDocument doc, XMLElement jvmEntries, IStateAccess stateAccess) argument
224 addNewClassPathElement(XMLDocument doc, XMLElement jvmEntries, IStateAccess stateAccess) argument
254 unConfigureClasspath(XMLDocument doc, XMLElement jvmEntries, IStateAccess stateAccess) argument
336 appendAgentClassPath(String classpath, IStateAccess stateAccess) argument
357 createAgentClassPath(IStateAccess stateAccess) argument
377 getAgentClasspathEntries(IStateAccess stateAccess) argument
405 configureJVMOptions(XMLDocument doc, XMLElement jvmOptions, IStateAccess stateAccess) argument
448 unConfigureJVMOptions(XMLDocument doc, XMLElement jvmOptions, IStateAccess stateAccess) argument
[all...]

Completed in 185 milliseconds

123456