Searched defs:localAgentProperties (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DAgentConfiguration.java88 private static Map localAgentProperties; field in class:AgentConfiguration
95 localAgentProperties = new HashMap();
105 localAgentProperties.put(key, set);
1580 return localAgentProperties.containsKey(agentType);
1591 return (Set)localAgentProperties.get(agentType);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DAgentConfiguration.java90 private static Map localAgentProperties; field in class:AgentConfiguration
97 localAgentProperties = new HashMap();
109 localAgentProperties.put(key, set);
1593 return localAgentProperties.containsKey(agentType);
1604 return (Set)localAgentProperties.get(agentType);

Completed in 27 milliseconds