Searched refs:moduleMap (Results 1 - 11 of 11) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthLevel.java76 Map moduleMap = null; field in class:AuthLevel
140 moduleMap = new HashMap();
147 moduleMap.put(localizedName,moduleName);
179 return ((String)moduleMap.get(vList.nextElement()));
231 return moduleMap;
H A DCompositeAdvices.java73 Map moduleMap = null; field in class:CompositeAdvices
139 moduleMap = new HashMap();
146 moduleMap.put(localizedName,moduleName);
174 return ((String)moduleMap.get(vList.nextElement()));
224 return moduleMap;
H A DLoginState.java305 private Map<String, String> moduleMap = null; field in class:LoginState
5574 * @param moduleMap module containing map of module localized name
5577 protected void setModuleMap(Map moduleMap) { argument
5578 this.moduleMap = moduleMap;
5588 return moduleMap.get(localizedModuleName);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthLevel.java76 Map moduleMap = null; field in class:AuthLevel
140 moduleMap = new HashMap();
147 moduleMap.put(localizedName,moduleName);
179 return ((String)moduleMap.get(vList.nextElement()));
231 return moduleMap;
H A DCompositeAdvices.java73 Map moduleMap = null; field in class:CompositeAdvices
139 moduleMap = new HashMap();
146 moduleMap.put(localizedName,moduleName);
174 return ((String)moduleMap.get(vList.nextElement()));
224 return moduleMap;
H A DLoginState.java314 private Map<String, String> moduleMap = null; field in class:LoginState
5449 * @param moduleMap module containing map of module localized name
5452 void setModuleMap(Map<String, String> moduleMap) { argument
5453 this.moduleMap = moduleMap;
5463 return moduleMap.get(localizedModuleName);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthenticationManager.java261 Map<String, Set<String>> moduleMap = MODULE_INSTANCE_TABLE.remove(realm);
262 if (moduleMap != null) {
267 Map<String, Set<String>> newMap = new HashMap<String, Set<String>>(moduleMap);
269 moduleMap = newMap;
287 if (moduleMap == null) {
288 moduleMap = new HashMap<String, Set<String>>();
291 * this operation is safe as moduleMap is a local object
294 moduleMap.put(moduleName, instanceSet);
296 if (moduleMap != null && !moduleMap
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthenticationManager.java261 Map<String, Set<String>> moduleMap = MODULE_INSTANCE_TABLE.remove(realm);
262 if (moduleMap != null) {
267 Map<String, Set<String>> newMap = new HashMap<String, Set<String>>(moduleMap);
269 moduleMap = newMap;
287 if (moduleMap == null) {
288 moduleMap = new HashMap<String, Set<String>>();
291 * this operation is safe as moduleMap is a local object
294 moduleMap.put(moduleName, instanceSet);
296 if (moduleMap != null && !moduleMap
[all...]
/forgerock/openam-v13/openam-authentication/deviceprint/scripts/src/main/requirejs/
H A Dr.js848 var moduleMap = makeModuleMap(inName, relModuleMap),
849 name = moduleMap.name,
850 fullName = moduleMap.fullName,
851 manager = getManager(moduleMap),
895 depArg = makeModuleMap(depArg, (name ? moduleMap : relModuleMap));
905 deps[i] = makeRequire(moduleMap);
1443 var moduleName, fullName, moduleMap;
1464 moduleMap = makeModuleMap(moduleName, relModuleMap);
1465 fullName = moduleMap.fullName;
1469 moduleMap
[all...]
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Djaxb1-impl.jarMETA-INF/ META-INF/MANIFEST.MF COPYING.txt META-INF/services/ META-INF/ ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Djaxb1-impl.jarMETA-INF/ META-INF/MANIFEST.MF COPYING.txt META-INF/services/ META-INF/ ...

Completed in 86 milliseconds