Searched defs:cacheID (Results 1 - 10 of 10) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DDiscoveryDataCache.java108 * @param cacheID Key for retrieve this discovery data.
111 public SMDiscoveryServiceData getData(SSOToken token, String cacheID) { argument
116 data = (SMDiscoveryServiceData)map.get(cacheID);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/
H A DPageTrailManager.java107 * @param cacheID Key for retrieve this page trail
110 public PageTrail getTrail(SSOToken token, String cacheID) { argument
112 return (map != null) ? (PageTrail)map.get(cacheID) : null;
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/policy/model/
H A DPolicyCache.java144 * @param cacheID Key for retrieve this policy
148 public CachedPolicy getPolicy(SSOToken token, String cacheID) argument
156 policy = (CachedPolicy) map.get(cacheID);
161 AMConsoleException("Cannot locate cached policy " + cacheID);
H A DPolicyModel.java61 * @param cacheID Cache ID.
65 CachedPolicy getCachedPolicy(String cacheID) argument
H A DPolicyModelImpl.java149 * @param cacheID Cache ID.
153 public CachedPolicy getCachedPolicy(String cacheID) argument
157 return cache.getPolicy(getUserSSOToken(), cacheID);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/
H A DPageTrailManager.java112 * @param cacheID Key for retrieve this page trail
115 public PageTrail getTrail(SSOToken token, String cacheID) { argument
117 return (map != null) ? (PageTrail)map.get(cacheID) : null;
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/policy/model/
H A DPolicyCache.java151 * @param cacheID Key for retrieve this policy
155 public CachedPolicy getPolicy(SSOToken token, String cacheID) argument
163 policy = (CachedPolicy) map.get(cacheID);
168 AMConsoleException("Cannot locate cached policy " + cacheID);
H A DPolicyModel.java61 * @param cacheID Cache ID.
65 CachedPolicy getCachedPolicy(String cacheID) argument
H A DPolicyModelImpl.java149 * @param cacheID Cache ID.
153 public CachedPolicy getCachedPolicy(String cacheID) argument
157 return cache.getPolicy(getUserSSOToken(), cacheID);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DDiscoveryDataCache.java110 * @param cacheID Key for retrieve this discovery data.
113 public SMDiscoveryServiceData getData(SSOToken token, String cacheID) { argument
118 data = (SMDiscoveryServiceData)map.get(cacheID);

Completed in 135 milliseconds