Searched refs:IDFFMetaCache (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/meta/
H A DIDFFMetaServiceListener.java32 import com.sun.identity.federation.meta.IDFFMetaCache;
70 IDFFMetaCache.clearCache();
H A DIDFFMetaCache.java25 * $Id: IDFFMetaCache.java,v 1.4 2008/11/10 22:56:57 veiming Exp $
42 public class IDFFMetaCache { class
55 private IDFFMetaCache() { method in class:IDFFMetaCache
70 String classMethod = "IDFFMetaCache:getEntityDescriptor" ;
115 String classMethod = "IDFFMetaCache:getEntityConfig";
H A DIDFFMetaManager.java254 entityDescriptor = IDFFMetaCache.getEntityDescriptor(
272 IDFFMetaCache.setEntityDescriptor(
387 IDFFMetaCache.setEntityDescriptor(realm, entityID, null);
440 IDFFMetaCache.setEntityConfig(realm, entityId, null);
617 entityConfig = IDFFMetaCache.getEntityConfig(realm, entityID);
633 IDFFMetaCache.setEntityConfig(
1178 String entityId = IDFFMetaCache.getEntityByMetaAlias(metaAlias);
1211 IDFFMetaCache.setMetaAliasEntityMapping(tmpMetaAlias,
1213 IDFFMetaCache.setMetaAliasRoleMapping(tmpMetaAlias,
1233 IDFFMetaCache
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/meta/
H A DIDFFMetaServiceListener.java32 import com.sun.identity.federation.meta.IDFFMetaCache;
70 IDFFMetaCache.clearCache();
H A DIDFFMetaCache.java25 * $Id: IDFFMetaCache.java,v 1.4 2008/11/10 22:56:57 veiming Exp $
42 public class IDFFMetaCache { class
55 private IDFFMetaCache() { method in class:IDFFMetaCache
70 String classMethod = "IDFFMetaCache:getEntityDescriptor" ;
115 String classMethod = "IDFFMetaCache:getEntityConfig";
H A DIDFFMetaManager.java254 entityDescriptor = IDFFMetaCache.getEntityDescriptor(
272 IDFFMetaCache.setEntityDescriptor(
387 IDFFMetaCache.setEntityDescriptor(realm, entityID, null);
440 IDFFMetaCache.setEntityConfig(realm, entityId, null);
617 entityConfig = IDFFMetaCache.getEntityConfig(realm, entityID);
633 IDFFMetaCache.setEntityConfig(
1178 String entityId = IDFFMetaCache.getEntityByMetaAlias(metaAlias);
1211 IDFFMetaCache.setMetaAliasEntityMapping(tmpMetaAlias,
1213 IDFFMetaCache.setMetaAliasRoleMapping(tmpMetaAlias,
1233 IDFFMetaCache
[all...]

Completed in 247 milliseconds