Searched refs:buildCacheKey (Results 1 - 10 of 10) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/cot/
H A DCOTCache.java60 String cacheKey = buildCacheKey(realm, name);
81 String cacheKey = buildCacheKey(realm, name);
103 private static String buildCacheKey(String realm, String cotName) { method in class:COTCache
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/cot/
H A DCOTCache.java60 String cacheKey = buildCacheKey(realm, name);
81 String cacheKey = buildCacheKey(realm, name);
103 private static String buildCacheKey(String realm, String cotName) { method in class:COTCache
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2MetaCache.java69 String cacheKey = buildCacheKey(realm, entityId);
88 String cacheKey = buildCacheKey(realm, entityId);
116 String cacheKey = buildCacheKey(realm, entityId);
134 String cacheKey = buildCacheKey(realm, entityId);
169 private static String buildCacheKey(String realm, String entityId) { method in class:SAML2MetaCache
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/meta/
H A DWSFederationMetaCache.java64 String cacheKey = buildCacheKey(realm, federationId);
83 String cacheKey = buildCacheKey(realm, federationId);
111 String cacheKey = buildCacheKey(realm, entityId);
129 String cacheKey = buildCacheKey(realm, entityId);
161 private static String buildCacheKey(String realm, String entityId) { method in class:WSFederationMetaCache
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2MetaCache.java69 String cacheKey = buildCacheKey(realm, entityId);
88 String cacheKey = buildCacheKey(realm, entityId);
116 String cacheKey = buildCacheKey(realm, entityId);
134 String cacheKey = buildCacheKey(realm, entityId);
169 private static String buildCacheKey(String realm, String entityId) { method in class:SAML2MetaCache
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/meta/
H A DWSFederationMetaCache.java64 String cacheKey = buildCacheKey(realm, federationId);
83 String cacheKey = buildCacheKey(realm, federationId);
111 String cacheKey = buildCacheKey(realm, entityId);
129 String cacheKey = buildCacheKey(realm, entityId);
161 private static String buildCacheKey(String realm, String entityId) { method in class:WSFederationMetaCache
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/meta/
H A DIDFFMetaCache.java71 String cacheKey = buildCacheKey(realm, entityID);
96 String cacheKey = buildCacheKey(realm, entityID);
116 String cacheKey = buildCacheKey(realm, entityID);
139 String cacheKey = buildCacheKey(realm, entityID);
225 private static String buildCacheKey(String realm, String entityId) { method in class:IDFFMetaCache
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/meta/
H A DIDFFMetaCache.java71 String cacheKey = buildCacheKey(realm, entityID);
96 String cacheKey = buildCacheKey(realm, entityID);
116 String cacheKey = buildCacheKey(realm, entityID);
139 String cacheKey = buildCacheKey(realm, entityID);
225 private static String buildCacheKey(String realm, String entityId) { method in class:IDFFMetaCache
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicyCache.java200 String cacheKey = buildCacheKey(orgName, policyName);
367 String cacheKey = buildCacheKey(serviceName, version,
474 private String buildCacheKey(String serviceName, String version, method in class:PolicyCache
497 private String buildCacheKey(String orgName, String policyName) { method in class:PolicyCache
501 return buildCacheKey(PolicyManager.POLICY_SERVICE_NAME,
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicyCache.java191 String cacheKey = buildCacheKey(orgName, policyName);
358 String cacheKey = buildCacheKey(serviceName, version,
465 private String buildCacheKey(String serviceName, String version, method in class:PolicyCache
488 private String buildCacheKey(String orgName, String policyName) { method in class:PolicyCache
492 return buildCacheKey(PolicyManager.POLICY_SERVICE_NAME,

Completed in 46 milliseconds