Searched defs:policyCache (Results 1 - 11 of 11) sorted by relevance

/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/opensso/
H A DPolicyPrivilegeManager.java75 private static PolicyCache policyCache; field in class:PolicyPrivilegeManager
89 policyCache = PolicyCache.getInstance();
427 if (policyCache != null) {
437 policyCache.firePrivilegeChanged(serviceTypeName, resourceNames, PolicyEvent.POLICY_MODIFIED);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicyCache.java59 private static PolicyCache policyCache; //singleton instance field in class:PolicyCache
90 if (policyCache == null) {
94 policyCache = new PolicyCache();
96 policyCache.token = ServiceTypeManager.getSSOToken();
97 policyCache.scm = new ServiceConfigManager(
99 policyCache.token);
101 policyCache.scm.addListener(policyCache);
136 return policyCache;
147 if (policyCache
[all...]
H A DPolicyConfig.java214 private static PolicyCache policyCache; field in class:PolicyConfig
296 if (policyCache == null) {
297 policyCache = PolicyCache.getInstance();
397 if (policyCache != null) {
398 policyCache.policyConfigChanged(orgName);
H A DPolicyEvaluator.java159 private PolicyCache policyCache; field in class:PolicyEvaluator
331 this.policyCache = PolicyCache.getInstance();
335 policyManager = policyCache.getPolicyManager(orgName);
2128 policyCache.addPolicyListener(policyListener);
2141 policyCache.removePolicyListener(policyListener);
H A DPolicyManager.java188 private PolicyCache policyCache; field in class:PolicyManager
273 policyCache = PolicyCache.getInstance();
276 policyCache = PolicyCache.getInstance(token);
623 policyCache.sendPolicyChangeNotification(null, policy,
781 policyCache.sendPolicyChangeNotification(oldPolicy, policy, ServiceListener.MODIFIED);
864 policyCache.sendPolicyChangeNotification(null, policy,
1266 policy = policyCache.getPolicy(org, policyName);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicyCache.java59 private static PolicyCache policyCache; //singleton instance field in class:PolicyCache
90 if (policyCache == null) {
95 policyCache = new PolicyCache();
97 policyCache.token = ServiceTypeManager.getSSOToken();
98 policyCache.scm = new ServiceConfigManager(
100 policyCache.token);
127 return policyCache;
138 if (policyCache == null) {
142 policyCache = new PolicyCache();
144 policyCache
[all...]
H A DPolicyConfig.java214 private static PolicyCache policyCache; field in class:PolicyConfig
296 if (policyCache == null) {
297 policyCache = PolicyCache.getInstance();
397 if (policyCache != null) {
398 policyCache.policyConfigChanged(orgName);
H A DPolicyEvaluator.java161 private PolicyCache policyCache; field in class:PolicyEvaluator
333 this.policyCache = PolicyCache.getInstance();
337 policyManager = policyCache.getPolicyManager(orgName);
2006 policyCache.addPolicyListener(policyListener);
2019 policyCache.removePolicyListener(policyListener);
H A DPolicyManager.java189 private PolicyCache policyCache; field in class:PolicyManager
273 policyCache = PolicyCache.getInstance();
276 policyCache = PolicyCache.getInstance(token);
623 policyCache.sendPolicyChangeNotification(null, policy,
773 policyCache.sendPolicyChangeNotification(oldPolicy, policy, ServiceListener.MODIFIED);
856 policyCache.sendPolicyChangeNotification(null, policy,
1253 policy = policyCache.getPolicy(org, policyName);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DOpenSSOIndexStore.java81 private static final PolicyCache policyCache; field in class:OpenSSOIndexStore
101 policyCache = new PolicyCache("PolicyCache", policyCacheSize);
105 policyCache = null;
308 policyCache.decache(dn, realmDN);
351 policyCache.cache(dn, p, realmDN);
455 IPrivilege priv = policyCache.getPolicy(dn);
563 int cacheEntries = policyCache.getCount(realm);
616 Privilege p = policyCache.getPolicy(dn);
921 return policyCache.getCount(realm);
927 return policyCache
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DOpenSSOIndexStore.java87 private static final PolicyCache policyCache; field in class:OpenSSOIndexStore
106 policyCache = new PolicyCache("PolicyCache", policyCacheSize);
110 policyCache = null;
312 policyCache.decache(dn, realmDN);
353 policyCache.cache(dn, p, realmDN);
457 IPrivilege priv = policyCache.getPolicy(dn);
565 int cacheEntries = policyCache.getCount(realm);
618 Privilege p = policyCache.getPolicy(dn);
929 return policyCache.getCount(realm);
935 return policyCache
[all...]

Completed in 64 milliseconds