Searched refs:configTable (Results 1 - 7 of 7) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/property/
H A DSubConfigPropertyXMLBuilder.java135 String configTable = SUB_CONFIG_TABLE_XML;
136 configTable = tagSwap(
137 configTable, SUB_CONFIG_TABLE_VIEW_BEAN, viewBeanName);
138 xml.append(configTable);
H A DPropertyXMLBuilder.java290 String configTable = SUB_CONFIG_TABLE_XML;
291 configTable = tagSwap(
292 configTable, SUB_CONFIG_TABLE_VIEW_BEAN, viewBeanName);
293 xml.append(configTable);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/property/
H A DSubConfigPropertyXMLBuilder.java135 String configTable = SUB_CONFIG_TABLE_XML;
136 configTable = tagSwap(
137 configTable, SUB_CONFIG_TABLE_VIEW_BEAN, viewBeanName);
138 xml.append(configTable);
H A DPropertyXMLBuilder.java290 String configTable = SUB_CONFIG_TABLE_XML;
291 configTable = tagSwap(
292 configTable, SUB_CONFIG_TABLE_VIEW_BEAN, viewBeanName);
293 xml.append(configTable);
/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 28 milliseconds