Searched refs:succinctId (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/meta/
H A DIDFFMetaCache.java189 * @param succinctId Succinct ID of the IDP.
193 public static String getEntityBySuccinctID(String succinctId) { argument
194 return (String) entitySuccinctIDCache.get(succinctId);
199 * @param succinctId Succinct ID of the IDP to be updated.
202 public static void setEntitySuccinctIDMapping(String succinctId, argument
204 entitySuccinctIDCache.put(succinctId, entityId);
H A DIDFFMetaManager.java1276 * @param succinctId Succinct ID of a IDP contained in the entity
1282 public String getEntityIDBySuccinctID(String realm, String succinctId) argument
1286 if (succinctId == null || succinctId.length() == 0) {
1291 String entityId = IDFFMetaCache.getEntityBySuccinctID(succinctId);
1295 + " found entity in cache, succinctId=" + succinctId
1315 + succinctId + ", ID=" + tmpId);
1323 (succinctId.equals(tmpSuccinctId))) {
1331 + ": update cache, succinctId
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/meta/
H A DIDFFMetaCache.java189 * @param succinctId Succinct ID of the IDP.
193 public static String getEntityBySuccinctID(String succinctId) { argument
194 return (String) entitySuccinctIDCache.get(succinctId);
199 * @param succinctId Succinct ID of the IDP to be updated.
202 public static void setEntitySuccinctIDMapping(String succinctId, argument
204 entitySuccinctIDCache.put(succinctId, entityId);
H A DIDFFMetaManager.java1276 * @param succinctId Succinct ID of a IDP contained in the entity
1282 public String getEntityIDBySuccinctID(String realm, String succinctId) argument
1286 if (succinctId == null || succinctId.length() == 0) {
1291 String entityId = IDFFMetaCache.getEntityBySuccinctID(succinctId);
1295 + " found entity in cache, succinctId=" + succinctId
1315 + succinctId + ", ID=" + tmpId);
1323 (succinctId.equals(tmpSuccinctId))) {
1331 + ": update cache, succinctId
[all...]

Completed in 35 milliseconds