Searched refs:entityMap (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/configuration/impl/
H A DFedletConfigurationImpl.java87 private static Map entityMap = new HashMap(); field in class:FedletConfigurationImpl
115 debug.message("FedletConfImpl entityMap: =" + entityMap.keySet());
143 return (Map) entityMap.get(configName);
198 * Gets SAML2 metadata from flat files and stores in entityMap.
232 entityMap.put(entityId, map);
549 return entityMap.keySet();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/configuration/impl/
H A DFedletConfigurationImpl.java87 private static Map entityMap = new HashMap(); field in class:FedletConfigurationImpl
115 debug.message("FedletConfImpl entityMap: =" + entityMap.keySet());
143 return (Map) entityMap.get(configName);
198 * Gets SAML2 metadata from flat files and stores in entityMap.
232 entityMap.put(entityId, map);
549 return entityMap.keySet();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entity/
H A DEntityObjectImpl.java183 Map entityMap = new HashMap();
184 return entityMap;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entity/
H A DEntityObjectImpl.java183 Map entityMap = new HashMap();
184 return entityMap;
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/cdm/clientschema/
H A DAMClientCapData.java793 Map entityMap = new HashMap(1);
794 entityMap.put(ct, m);
799 amOU.createEntities(UMS_ADD_TEMPLATE_NAME, entityMap);
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/cdm/clientschema/
H A DAMClientCapData.java795 Map entityMap = new HashMap(1);
796 entityMap.put(ct, m);
801 amOU.createEntities(UMS_ADD_TEMPLATE_NAME, entityMap);

Completed in 39 milliseconds