Searched refs:VAL_CONFIG_REPO_LOCAL (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/agentconfig/model/
H A DAgentsModelImpl.java287 AgentConfiguration.VAL_CONFIG_REPO_LOCAL)))
290 newset.add(AgentConfiguration.VAL_CONFIG_REPO_LOCAL);
345 newset.add(AgentConfiguration.VAL_CONFIG_REPO_LOCAL);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/agentconfig/model/
H A DAgentsModelImpl.java287 AgentConfiguration.VAL_CONFIG_REPO_LOCAL)))
290 newset.add(AgentConfiguration.VAL_CONFIG_REPO_LOCAL);
345 newset.add(AgentConfiguration.VAL_CONFIG_REPO_LOCAL);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DAgentConfiguration.java83 public final static String VAL_CONFIG_REPO_LOCAL = "local"; field in class:AgentConfiguration
1020 isLocal = (repo.equalsIgnoreCase(VAL_CONFIG_REPO_LOCAL));
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DAgentConfiguration.java85 public final static String VAL_CONFIG_REPO_LOCAL = "local"; field in class:AgentConfiguration
1033 isLocal = (repo.equalsIgnoreCase(VAL_CONFIG_REPO_LOCAL));

Completed in 43 milliseconds