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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/internal/
H A DSpecialRepo.java119 ServiceConfig userConfigCache, roleConfigCache; field in class:SpecialRepo
1019 if ((userConfigCache == null) || !userConfigCache.isValid()) {
1027 userConfigCache = globalConfig.getSubConfig("users");
1029 return (userConfigCache);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/internal/
H A DSpecialRepo.java119 ServiceConfig userConfigCache, roleConfigCache; field in class:SpecialRepo
1020 if ((userConfigCache == null) || !userConfigCache.isValid()) {
1028 userConfigCache = globalConfig.getSubConfig("users");
1030 return (userConfigCache);

Completed in 1078 milliseconds