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

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/session/model/
H A DSMProfileModelImpl.java68 private SMSessionCache smSessionCache; field in class:SMProfileModelImpl
116 smSessionCache = new SMSessionCache(
263 if (smSessionCache == null) {
267 return smSessionCache;
276 smSessionCache = cache;
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/session/model/
H A DSMProfileModelImpl.java71 private SMSessionCache smSessionCache; field in class:SMProfileModelImpl
119 smSessionCache = new SMSessionCache(sessions, errorMessage, this);
265 if (smSessionCache == null) {
269 return smSessionCache;
278 smSessionCache = cache;

Completed in 29 milliseconds