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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/configuration/impl/
H A DFedletConfigurationImpl.java85 private static Map cotMap = new HashMap(); field in class:FedletConfigurationImpl
116 debug.message("FedletConfImpl cotMap: =" + cotMap.keySet());
145 return (Map) cotMap.get(configName);
290 * Gets COT information from flat file and stores in cotMap.
330 cotMap.put((String) cotName.iterator().next(), attrMap);
551 return cotMap.keySet();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/configuration/impl/
H A DFedletConfigurationImpl.java85 private static Map cotMap = new HashMap(); field in class:FedletConfigurationImpl
116 debug.message("FedletConfImpl cotMap: =" + cotMap.keySet());
145 return (Map) cotMap.get(configName);
290 * Gets COT information from flat file and stores in cotMap.
330 cotMap.put((String) cotName.iterator().next(), attrMap);
551 return cotMap.keySet();

Completed in 22 milliseconds