Searched refs:agentListParameters (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DMigrateWebAgentConfigurePropertiesTask.java55 private static HashSet agentListParameters = new HashSet(); field in class:MigrateWebAgentConfigurePropertiesTask
62 agentListParameters.add("com.sun.identity.agents.config.login.url");
63 agentListParameters.add("com.sun.identity.agents.config.notenforced.url");
64 agentListParameters.add("com.sun.identity.agents.config.notenforced.ip");
65 agentListParameters.add(
67 agentListParameters.add(
69 agentListParameters.add("com.sun.identity.agents.config.logout.url");
307 if (agentListParameters.contains(parameter)) {
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DMigrateWebAgentConfigurePropertiesTask.java55 private static HashSet agentListParameters = new HashSet(); field in class:MigrateWebAgentConfigurePropertiesTask
62 agentListParameters.add("com.sun.identity.agents.config.login.url");
63 agentListParameters.add("com.sun.identity.agents.config.notenforced.url");
64 agentListParameters.add("com.sun.identity.agents.config.notenforced.ip");
65 agentListParameters.add(
67 agentListParameters.add(
69 agentListParameters.add("com.sun.identity.agents.config.logout.url");
307 if (agentListParameters.contains(parameter)) {

Completed in 34 milliseconds