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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPCache.java285 public static final Map<String, Map<String, String>> formatAttributeHash = new Hashtable<>(); field in class:IDPCache
301 formatAttributeHash.clear();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPCache.java293 public static final Map<String, Map<String, String>> formatAttributeHash = new Hashtable<>(); field in class:IDPCache
309 formatAttributeHash.clear();
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultIDPAccountMapper.java200 Map<String, String> formatAttributeMap = IDPCache.formatAttributeHash.get(key);
221 IDPCache.formatAttributeHash.put(key, formatAttributeMap);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultIDPAccountMapper.java218 Map<String, String> formatAttributeMap = IDPCache.formatAttributeHash.get(key);
239 IDPCache.formatAttributeHash.put(key, formatAttributeMap);

Completed in 56 milliseconds