Searched defs:globalAuthLevelMap (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthLevelManager.java92 private static final Map<String, Integer> globalAuthLevelMap = new ConcurrentHashMap<>(); field in class:AMAuthLevelManager
318 debug.message("globalAuthLevel MAP " + globalAuthLevelMap);
478 authLevel = globalAuthLevelMap.get(moduleName);
670 globalAuthLevelMap.put(module, level);
672 debug.message("globalAuthLevelMap is : {}", globalAuthLevelMap);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthLevelManager.java92 private static final Map<String, Integer> globalAuthLevelMap = new ConcurrentHashMap<>(); field in class:AMAuthLevelManager
318 debug.message("globalAuthLevel MAP " + globalAuthLevelMap);
478 authLevel = globalAuthLevelMap.get(moduleName);
666 globalAuthLevelMap.put(module, level);
668 debug.message("globalAuthLevelMap is : {}", globalAuthLevelMap);

Completed in 1234 milliseconds