Searched refs:PolicyCache (Results 1 - 25 of 35) sorted by relevance

12

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/policy/
H A DProfileViewBeanBase.java36 import com.sun.identity.console.policy.model.PolicyCache;
70 PolicyCache cache = PolicyCache.getInstance();
H A DResponseProviderOpViewBeanBase.java42 import com.sun.identity.console.policy.model.PolicyCache;
290 PolicyCache cache = PolicyCache.getInstance();
H A DConditionOpViewBeanBase.java47 import com.sun.identity.console.policy.model.PolicyCache;
333 PolicyCache cache = PolicyCache.getInstance();
H A DReferralOpViewBeanBase.java45 import com.sun.identity.console.policy.model.PolicyCache;
256 PolicyCache cache = PolicyCache.getInstance();
H A DRuleOpViewBeanBase.java44 import com.sun.identity.console.policy.model.PolicyCache;
434 PolicyCache cache = PolicyCache.getInstance();
H A DSubjectOpViewBeanBase.java47 import com.sun.identity.console.policy.model.PolicyCache;
312 PolicyCache cache = PolicyCache.getInstance();
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/policy/
H A DProfileViewBeanBase.java36 import com.sun.identity.console.policy.model.PolicyCache;
70 PolicyCache cache = PolicyCache.getInstance();
H A DResponseProviderOpViewBeanBase.java42 import com.sun.identity.console.policy.model.PolicyCache;
290 PolicyCache cache = PolicyCache.getInstance();
H A DConditionOpViewBeanBase.java47 import com.sun.identity.console.policy.model.PolicyCache;
333 PolicyCache cache = PolicyCache.getInstance();
H A DReferralOpViewBeanBase.java45 import com.sun.identity.console.policy.model.PolicyCache;
256 PolicyCache cache = PolicyCache.getInstance();
H A DRuleOpViewBeanBase.java44 import com.sun.identity.console.policy.model.PolicyCache;
434 PolicyCache cache = PolicyCache.getInstance();
H A DSubjectOpViewBeanBase.java47 import com.sun.identity.console.policy.model.PolicyCache;
312 PolicyCache cache = PolicyCache.getInstance();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicyStatsListener.java43 * PolicyCache: policies, policyManagers, policyListenersMap
51 * PolicyCache.getInstance() call
73 PolicyCache.printStats(policyStats);
H A DPolicyCache.java25 * $Id: PolicyCache.java,v 1.9 2010/01/10 01:19:35 veiming Exp $
47 * The class <code>PolicyCache</code> manages policy cache
50 public class PolicyCache implements ServiceListener { class in inherits:ServiceListener
59 private static PolicyCache policyCache; //singleton instance
85 /** Gets the singleton instance of PolicyCache
89 public synchronized static PolicyCache getInstance() throws PolicyException {
94 policyCache = new PolicyCache();
104 DEBUG.message("PolicyCache.getInstance():"
129 DEBUG.message("PolicyCache.getInstance():"
140 * Gets the singleton instance of PolicyCache
190 private PolicyCache() { method in class:PolicyCache
[all...]
H A DPolicySSOTokenListener.java146 PolicyCache.getInstance().clearSubjectResultCache(tokenIdStr);
H A DSharedSubject.java252 mstm = PolicyCache.getInstance().getPolicyManager(realmName).
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicyStatsListener.java43 * PolicyCache: policies, policyManagers, policyListenersMap
51 * PolicyCache.getInstance() call
73 PolicyCache.printStats(policyStats);
H A DPolicyCache.java25 * $Id: PolicyCache.java,v 1.9 2010/01/10 01:19:35 veiming Exp $
47 * The class <code>PolicyCache</code> manages policy cache
50 public class PolicyCache implements ServiceListener { class in inherits:ServiceListener
59 private static PolicyCache policyCache; //singleton instance
85 /** Gets the singleton instance of PolicyCache
89 public synchronized static PolicyCache getInstance() throws PolicyException {
95 policyCache = new PolicyCache();
120 DEBUG.message("PolicyCache.getInstance():"
131 * Gets the singleton instance of PolicyCache.
137 synchronized static PolicyCache getInstanc
181 private PolicyCache() { method in class:PolicyCache
[all...]
H A DPolicySSOTokenListener.java146 PolicyCache.getInstance().clearSubjectResultCache(tokenIdStr);
H A DSharedSubject.java252 mstm = PolicyCache.getInstance().getPolicyManager(realmName).
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/policy/model/
H A DPolicyCache.java25 * $Id: PolicyCache.java,v 1.2 2008/06/25 05:43:07 qcheng Exp $
52 public class PolicyCache class in inherits:SSOTokenListener
55 private static PolicyCache instance = new PolicyCache();
65 private PolicyCache() { method in class:PolicyCache
73 public static PolicyCache getInstance() {
103 AMModelBase.debug.warning("PolicyCache.cachePolicy", ssoe);
135 AMModelBase.debug.warning("PolicyCache.replacePolicy", ssoe);
185 AMModelBase.debug.warning("PolicyCache.ssoTokenChanged", ssoe);
203 AMModelBase.debug.warning("PolicyCache
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/policy/model/
H A DPolicyCache.java25 * $Id: PolicyCache.java,v 1.2 2008/06/25 05:43:07 qcheng Exp $
52 public class PolicyCache class in inherits:SSOTokenListener
55 private static PolicyCache instance = new PolicyCache();
65 private PolicyCache() { method in class:PolicyCache
73 public static PolicyCache getInstance() {
105 AMModelBase.debug.message("PolicyCache.cachePolicy: could not add sso listener: {}", ex.getMessage());
108 AMModelBase.debug.warning("PolicyCache.cachePolicy", ssoe);
142 AMModelBase.debug.warning("PolicyCache.replacePolicy", ssoe);
192 AMModelBase.debug.warning("PolicyCache
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DPolicyCache.java25 * $Id: PolicyCache.java,v 1.3 2009/12/12 00:03:13 veiming Exp $
42 class PolicyCache { class
47 PolicyCache(String name, int size) { method in class:PolicyCache
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DPolicyCache.java25 * $Id: PolicyCache.java,v 1.3 2009/12/12 00:03:13 veiming Exp $
42 class PolicyCache { class
47 PolicyCache(String name, int size) { method in class:PolicyCache
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/opensso/
H A DPolicyPrivilegeManager.java47 import com.sun.identity.policy.PolicyCache;
75 private static PolicyCache policyCache;
87 "PolicyPrivilegeManager.static initializer, getting instance of PolicyCache");
89 policyCache = PolicyCache.getInstance();
91 PrivilegeManager.debug.error("PolicyPrivilegeManager.static initializer failed to create PolicyCache", e);

Completed in 1600 milliseconds

12