Searched refs:stateAccess (Results 1 - 25 of 137) sorted by relevance

123456

/forgerock/jee-agents-v3.5/jee-agents-appserver/jee-agents-appserver-v81/src/main/java/com/sun/identity/agents/install/appserver/v81/
H A DMigrateUnconfigureServerPolicyTask.java48 protected String getLibPath(IStateAccess stateAccess) { argument
52 String remoteHomeDir = getRemoteHomeDir(stateAccess);
68 protected void preUnconfigureTasks(IStateAccess stateAccess) { argument
70 String remoteHomeDir = getRemoteHomeDir(stateAccess);
75 String saveRemoteHomeDir = (String)stateAccess.get(
78 stateAccess.put(STR_REMOTE_AGENT_INSTALL_DIR_KEY,
81 stateAccess.put(STR_SAVE_REMOTE_AGENT_INSTALL_DIR_KEY,
85 String remoteAgentName = (String) stateAccess.get(
87 String saveAgentName = (String)stateAccess.get(
90 stateAccess
102 postUnconfigureTasks(IStateAccess stateAccess) argument
129 getRemoteHomeDir(IStateAccess stateAccess) argument
[all...]
H A DUnconfigureServerPolicyTask.java47 public boolean execute(String name, IStateAccess stateAccess, argument
50 boolean skipTask = skipTask(stateAccess);
56 preUnconfigureTasks(stateAccess);
58 status = removeFromServerPolicy(stateAccess);
60 postUnconfigureTasks(stateAccess);
66 protected void preUnconfigureTasks(IStateAccess stateAccess) { argument
69 protected void postUnconfigureTasks(IStateAccess stateAccess) { argument
72 private boolean skipTask(IStateAccess stateAccess) { argument
74 String isRemote = (String) stateAccess.get(STR_DAS_HOST_IS_REMOTE_KEY);
H A DMigrateUnconfigureDomainXMLTask.java50 protected void preUnconfigureTasks(IStateAccess stateAccess) { argument
52 String remoteHomeDir = getRemoteHomeDir(stateAccess);
57 String saveRemoteHomeDir = (String)stateAccess.get(
60 stateAccess.put(STR_REMOTE_AGENT_INSTALL_DIR_KEY,
63 stateAccess.put(STR_SAVE_REMOTE_AGENT_INSTALL_DIR_KEY,
67 String remoteAgentName = (String) stateAccess.get(
69 String saveAgentName = (String)stateAccess.get(
72 stateAccess.put(STR_AGENT_INSTANCE_NAME_KEY, saveAgentName);
74 stateAccess.put(STR_SAVE_AGENT_INSTANCE_NAME_KEY, remoteAgentName);
84 protected void postUnconfigureTasks(IStateAccess stateAccess) { argument
110 getAgentClasspathEntries(IStateAccess stateAccess) argument
187 getAgentInstanceName(IStateAccess stateAccess) argument
212 getRemoteHomeDir(IStateAccess stateAccess) argument
[all...]
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...]
H A DConfigureLoginConfTask.java50 public boolean execute(String name, IStateAccess stateAccess, argument
53 boolean skipTask = skipTask(stateAccess);
59 status = appendToFile(stateAccess);
64 public boolean rollBack(String name, IStateAccess stateAccess, argument
67 boolean skipTask = skipTask(stateAccess);
73 status = removeFromFile(stateAccess);
83 private boolean skipTask(IStateAccess stateAccess) { argument
85 String isRemote = (String) stateAccess.get(STR_DAS_HOST_IS_REMOTE_KEY);
H A DConfigureServerPolicyTask.java50 public boolean execute(String name, IStateAccess stateAccess, argument
53 boolean skipTask = skipTask(stateAccess);
59 status = addToServerPolicy(stateAccess);
65 public boolean rollBack(String name, IStateAccess stateAccess, argument
68 boolean skipTask = skipTask(stateAccess);
74 status = removeFromServerPolicy(stateAccess);
80 private boolean skipTask(IStateAccess stateAccess) { argument
82 String isRemote = (String) stateAccess.get(STR_DAS_HOST_IS_REMOTE_KEY);
/forgerock/jee-agents-v3.5/jee-agents-jsr196/src/main/java/com/sun/identity/agents/install/jsr196/
H A DMigrateUnconfigureServerPolicyTask.java48 protected String getLibPath(IStateAccess stateAccess) { argument
52 String remoteHomeDir = getRemoteHomeDir(stateAccess);
68 protected void preUnconfigureTasks(IStateAccess stateAccess) { argument
70 String remoteHomeDir = getRemoteHomeDir(stateAccess);
75 String saveRemoteHomeDir = (String)stateAccess.get(
78 stateAccess.put(STR_REMOTE_AGENT_INSTALL_DIR_KEY,
81 stateAccess.put(STR_SAVE_REMOTE_AGENT_INSTALL_DIR_KEY,
85 String remoteAgentName = (String) stateAccess.get(
87 String saveAgentName = (String)stateAccess.get(
90 stateAccess
102 postUnconfigureTasks(IStateAccess stateAccess) argument
129 getRemoteHomeDir(IStateAccess stateAccess) argument
[all...]
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...]
H A DUnconfigureServerPolicyTask.java47 public boolean execute(String name, IStateAccess stateAccess, argument
50 boolean skipTask = skipTask(stateAccess);
56 preUnconfigureTasks(stateAccess);
58 status = removeFromServerPolicy(stateAccess);
60 postUnconfigureTasks(stateAccess);
66 protected void preUnconfigureTasks(IStateAccess stateAccess) { argument
69 protected void postUnconfigureTasks(IStateAccess stateAccess) { argument
72 private boolean skipTask(IStateAccess stateAccess) { argument
74 String isRemote = (String) stateAccess.get(STR_DAS_HOST_IS_REMOTE_KEY);
H A DMigrateUnconfigureDomainXMLTask.java50 protected void preUnconfigureTasks(IStateAccess stateAccess) { argument
52 String remoteHomeDir = getRemoteHomeDir(stateAccess);
57 String saveRemoteHomeDir = (String)stateAccess.get(
60 stateAccess.put(STR_REMOTE_AGENT_INSTALL_DIR_KEY,
63 stateAccess.put(STR_SAVE_REMOTE_AGENT_INSTALL_DIR_KEY,
67 String remoteAgentName = (String) stateAccess.get(
69 String saveAgentName = (String)stateAccess.get(
72 stateAccess.put(STR_AGENT_INSTANCE_NAME_KEY, saveAgentName);
74 stateAccess.put(STR_SAVE_AGENT_INSTANCE_NAME_KEY, remoteAgentName);
84 protected void postUnconfigureTasks(IStateAccess stateAccess) { argument
110 getAgentClasspathEntries(IStateAccess stateAccess) argument
187 getAgentInstanceName(IStateAccess stateAccess) argument
212 getRemoteHomeDir(IStateAccess stateAccess) argument
[all...]
H A DConfigureLoginConfTask.java50 public boolean execute(String name, IStateAccess stateAccess, argument
53 boolean skipTask = skipTask(stateAccess);
59 status = appendToFile(stateAccess);
64 public boolean rollBack(String name, IStateAccess stateAccess, argument
67 boolean skipTask = skipTask(stateAccess);
73 status = removeFromFile(stateAccess);
83 private boolean skipTask(IStateAccess stateAccess) { argument
85 String isRemote = (String) stateAccess.get(STR_DAS_HOST_IS_REMOTE_KEY);
H A DConfigureLoginConfTaskBase.java50 public boolean execute(String name, IStateAccess stateAccess, argument
52 return appendToFile(stateAccess);
55 public LocalizedMessage getExecutionMessage(IStateAccess stateAccess, argument
57 String loginConfFile = getLoginConfFile(stateAccess);
64 public LocalizedMessage getRollBackMessage(IStateAccess stateAccess, argument
66 String loginConfFile = getLoginConfFile(stateAccess);
73 public boolean rollBack(String name, IStateAccess stateAccess, argument
75 return removeFromFile(stateAccess);
H A DConfigureServerPolicyTask.java50 public boolean execute(String name, IStateAccess stateAccess, argument
53 boolean skipTask = skipTask(stateAccess);
59 status = addToServerPolicy(stateAccess);
65 public boolean rollBack(String name, IStateAccess stateAccess, argument
68 boolean skipTask = skipTask(stateAccess);
74 status = removeFromServerPolicy(stateAccess);
80 private boolean skipTask(IStateAccess stateAccess) { argument
82 String isRemote = (String) stateAccess.get(STR_DAS_HOST_IS_REMOTE_KEY);
H A DGrantJavaPermissionsTask.java50 public boolean execute(String name, IStateAccess stateAccess, argument
53 return addToServerPolicy(stateAccess);
56 public LocalizedMessage getExecutionMessage(IStateAccess stateAccess, argument
59 String serverPolicyFile = getServerPolicyFile(stateAccess);
66 public LocalizedMessage getRollBackMessage(IStateAccess stateAccess, argument
69 String serverPolicyFile = getServerPolicyFile(stateAccess);
76 public boolean rollBack(String name, IStateAccess stateAccess, argument
79 return removeFromServerPolicy(stateAccess);
/forgerock/jee-agents-v3.5/jee-agents-jboss/jee-agents-jboss-v40/src/main/java/com/sun/identity/agents/tools/jboss/
H A DConfigureAgentClasspathFileTask.java54 public boolean execute(String name, IStateAccess stateAccess, argument
58 getAgentClasspathDirectories(stateAccess);
59 getAgentClasspathScriptFile(stateAccess);
60 return status = copyAgentClasspathFile(stateAccess);
63 public LocalizedMessage getExecutionMessage(IStateAccess stateAccess, argument
65 getAgentClasspathScriptFile(stateAccess);
74 public LocalizedMessage getRollBackMessage(IStateAccess stateAccess, argument
76 getAgentClasspathScriptFile(stateAccess);
84 public boolean rollBack(String name, IStateAccess stateAccess, argument
87 return status = removeAgentClasspathFile(stateAccess);
[all...]
H A DConfigureServerPolicyTask.java46 public boolean execute(String name, IStateAccess stateAccess, argument
49 boolean modifyServerPolicyTask = modifyServerPolicyTask(stateAccess);
52 status = addToServerPolicy(stateAccess);
61 public LocalizedMessage getExecutionMessage(IStateAccess stateAccess, argument
63 String serverPolicyFile = getServerPolicyFile(stateAccess);
71 public LocalizedMessage getRollBackMessage(IStateAccess stateAccess, argument
73 String serverPolicyFile = getServerPolicyFile(stateAccess);
81 public boolean rollBack(String name, IStateAccess stateAccess, argument
84 boolean modifyServerPolicyTask = modifyServerPolicyTask(stateAccess);
87 status = removeFromServerPolicy(stateAccess);
96 modifyServerPolicyTask(IStateAccess stateAccess) argument
[all...]
H A DConfigureLoginConfigFilesTask.java52 public boolean execute(String name, IStateAccess stateAccess, argument
55 status = copyLoginConfigXML(stateAccess);
56 status &= copyLoginConfigServiceXML(stateAccess);
60 public LocalizedMessage getExecutionMessage(IStateAccess stateAccess, argument
70 public LocalizedMessage getRollBackMessage(IStateAccess stateAccess, argument
80 public boolean rollBack(String name, IStateAccess stateAccess, argument
83 status = removeLoginConfigXML(stateAccess);
84 status &= removeLoginConfigServiceXML(stateAccess);
H A DConfigureServiceXMLTask.java44 public boolean execute(String name, IStateAccess stateAccess, argument
47 return status = addAgentClasspath(stateAccess);
50 public LocalizedMessage getExecutionMessage(IStateAccess stateAccess, argument
52 String serverXMLFile = getServiceXMLFile(stateAccess);
59 public LocalizedMessage getRollBackMessage(IStateAccess stateAccess, argument
61 String serverXMLFile = getServiceXMLFile(stateAccess);
68 public boolean rollBack(String name, IStateAccess stateAccess, argument
71 return status = removeAgentClasspath(stateAccess);
H A DUnconfigureServerPolicyTask.java49 public boolean execute(String name, IStateAccess stateAccess, argument
52 boolean modifyServerPolicyTask = modifyServerPolicyTask(stateAccess);
55 status = removeFromServerPolicy(stateAccess);
64 public LocalizedMessage getExecutionMessage(IStateAccess stateAccess, argument
66 String serverPolicyFile = getServerPolicyFile(stateAccess);
74 public LocalizedMessage getRollBackMessage(IStateAccess stateAccess, argument
86 private boolean modifyServerPolicyTask(IStateAccess stateAccess) { argument
89 stateAccess.get(STR_KEY_JB_MODIFY_SERVER_POLICY_FILE);
/forgerock/jee-agents-v3.5/jee-agents-jetty/jee-agents-jetty-v7/src/main/java/com/sun/identity/agents/tools/jetty/v7/
H A DConfigureLoginConfigFileTask.java43 public boolean execute(String name, IStateAccess stateAccess, Map properties) throws InstallException { argument
45 boolean status = super.copyAgentLoginConf(stateAccess);
46 status = status & super.copyAgentLoginXml(stateAccess);
47 status = status & super.appendAgentRealmConfig(stateAccess);
52 public LocalizedMessage getExecutionMessage(IStateAccess stateAccess, Map properties) { argument
56 public LocalizedMessage getRollBackMessage(IStateAccess stateAccess, Map properties) { argument
60 public boolean rollBack(String name, IStateAccess stateAccess, Map properties) throws InstallException { argument
62 boolean status = super.deleteAgentLoginConf(stateAccess);
63 status = status & super.deleteAgentLoginXml(stateAccess);
64 status = status & super.deleteAgentRealmConfig(stateAccess);
[all...]
H A DUnconfigureAgentAppTask.java38 public boolean execute(String name, IStateAccess stateAccess, Map properties) throws InstallException { argument
39 return super.removeAgentAppWar(stateAccess);
42 public LocalizedMessage getExecutionMessage(IStateAccess stateAccess, Map properties) { argument
48 public LocalizedMessage getRollBackMessage(IStateAccess stateAccess, Map properties) { argument
53 public boolean rollBack(String name, IStateAccess stateAccess, Map properties) throws InstallException { argument
/forgerock/jee-agents-v3.5/jee-agents-appserver/jee-agents-appserver-common/src/main/java/com/sun/identity/agents/install/appserver/
H A DConfigureLoginConfTaskBase.java50 public boolean execute(String name, IStateAccess stateAccess, argument
52 return appendToFile(stateAccess);
55 public LocalizedMessage getExecutionMessage(IStateAccess stateAccess, argument
57 String loginConfFile = getLoginConfFile(stateAccess);
64 public LocalizedMessage getRollBackMessage(IStateAccess stateAccess, argument
66 String loginConfFile = getLoginConfFile(stateAccess);
73 public boolean rollBack(String name, IStateAccess stateAccess, argument
75 return removeFromFile(stateAccess);
H A DGrantJavaPermissionsTask.java50 public boolean execute(String name, IStateAccess stateAccess, argument
53 return addToServerPolicy(stateAccess);
56 public LocalizedMessage getExecutionMessage(IStateAccess stateAccess, argument
59 String serverPolicyFile = getServerPolicyFile(stateAccess);
66 public LocalizedMessage getRollBackMessage(IStateAccess stateAccess, argument
69 String serverPolicyFile = getServerPolicyFile(stateAccess);
76 public boolean rollBack(String name, IStateAccess stateAccess, argument
79 return removeFromServerPolicy(stateAccess);
H A DJavaPermissionsBase.java52 public boolean addToServerPolicy(IStateAccess stateAccess) { argument
54 String serverPolicyFile = getServerPolicyFile(stateAccess);
57 getPermissions(stateAccess));
68 public boolean removeFromServerPolicy(IStateAccess stateAccess) { argument
70 String serverPolicyFileName = getServerPolicyFile(stateAccess);
75 String libPath = getLibPath(stateAccess);
87 protected String getLibPath(IStateAccess stateAccess) { argument
90 if (VersionChecker.isGlassFishv3(stateAccess)) {
92 stateAccess.get(IConfigKeys.STR_KEY_AS_INST_CONFIG_DIR).toString());
97 String remoteHomeDir = (String) stateAccess
106 getServerPolicyFile(IStateAccess stateAccess) argument
110 getPermissions(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 DConfigureGlobalWebXMLTask.java50 IStateAccess stateAccess,
53 boolean skipTask = skipTask(stateAccess);
60 getGlobalWebXMLFile(stateAccess)));
77 IStateAccess stateAccess,
79 String globalWebXMLFile = getGlobalWebXMLFile(stateAccess);
90 IStateAccess stateAccess,
92 String globalWebXMLFile = getGlobalWebXMLFile(stateAccess);
104 IStateAccess stateAccess,
107 boolean skipTask = skipTask(stateAccess);
115 getGlobalWebXMLFile(stateAccess)));
48 execute( String name, IStateAccess stateAccess, Map properties) argument
76 getExecutionMessage( IStateAccess stateAccess, Map properties) argument
89 getRollBackMessage( IStateAccess stateAccess, Map properties) argument
102 rollBack( String name, IStateAccess stateAccess, Map properties) argument
136 getGlobalWebXMLFile(IStateAccess stateAccess) argument
141 skipTask(IStateAccess stateAccess) argument
[all...]

Completed in 86 milliseconds

123456