Searched defs:configTable (Results 1 - 3 of 3) sorted by relevance

/forgerock/jee-agents-v3.5/jee-agents-jsr196/src/main/java/com/sun/opensso/agents/jsr115/
H A DSharedState.java52 //lock on the shared configTable and linkTable
56 private static HashMap<String, OpenSSOJACCPolicyConfiguration> configTable = field in class:SharedState
97 pc = configTable.get(key);
111 pc = configTable.get(key);
122 configTable.put(key, pc);
133 return configTable.values();
/forgerock/openam-v13/openam-authentication/openam-auth-windowsdesktopsso/src/main/java/com/sun/identity/authentication/modules/windowsdesktopsso/
H A DWindowsDesktopSSO.java97 private static Hashtable configTable = new Hashtable(); field in class:WindowsDesktopSSO
550 Map configMap = (Map)configTable.get(confIndex);
591 // into configTable for other auth requests in the same org
592 Map configMap = (Map)configTable.get(confIndex);
603 configTable.put(confIndex, configMap);
/forgerock/openam/openam-authentication/openam-auth-windowsdesktopsso/src/main/java/com/sun/identity/authentication/modules/windowsdesktopsso/
H A DWindowsDesktopSSO.java97 private static Hashtable configTable = new Hashtable(); field in class:WindowsDesktopSSO
550 Map configMap = (Map)configTable.get(confIndex);
591 // into configTable for other auth requests in the same org
592 Map configMap = (Map)configTable.get(confIndex);
603 configTable.put(confIndex, configMap);

Completed in 88 milliseconds