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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicyCache.java236 policy = refreshPolicy(cacheKey);
246 Policy refreshPolicy(String cacheKey) { method in class:PolicyCache
253 sb.append("at PolicyCache.refreshPolicy refreshing policy for - ")
375 newPolicy = refreshPolicy(cacheKey);
391 newPolicy = refreshPolicy(cacheKey);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicyCache.java227 policy = refreshPolicy(cacheKey);
237 Policy refreshPolicy(String cacheKey) { method in class:PolicyCache
244 sb.append("at PolicyCache.refreshPolicy refreshing policy for - ")
366 newPolicy = refreshPolicy(cacheKey);
382 newPolicy = refreshPolicy(cacheKey);

Completed in 30 milliseconds