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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2MetaServiceListener.java63 SAML2MetaCache.clear();
H A DSAML2MetaCache.java25 * $Id: SAML2MetaCache.java,v 1.4 2008/07/08 01:08:43 exu Exp $
46 * The <code>SAML2MetaCache</code> provides metadata cache.
48 class SAML2MetaCache class
55 private SAML2MetaCache() { method in class:SAML2MetaCache
73 debug.message("SAML2MetaCache.getEntityDescriptor: cacheKey = " +
91 debug.message("SAML2MetaCache.putEntityDescriptor: cacheKey = " +
98 "SAML2MetaCache.putEntityDescriptor: delete cacheEey = " +
120 debug.message("SAML2MetaCache.getEntityConfig: cacheKey = " +
137 debug.message("SAML2MetaCache.putEntityConfig: cacheKey = " +
144 "SAML2MetaCache
[all...]
H A DSAML2MetaManager.java175 descriptor = SAML2MetaCache.getEntityDescriptor(realm, entityId);
179 + "descriptor from SAML2MetaCache " + entityId);
201 SAML2MetaCache.putEntityDescriptor(realm, entityId, descriptor);
408 SAML2MetaCache.putEntityDescriptor(realm, entityId, descriptor);
617 SAML2MetaCache.putEntityDescriptor(
627 SAML2MetaCache.putEntityConfig(realm, entityId, config);
635 SAML2MetaCache.putEntityDescriptor(
642 SAML2MetaCache.putEntityConfig(realm, entityId, oldConfig);
644 SAML2MetaCache.putEntityConfig(realm, entityId, config);
700 SAML2MetaCache
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2MetaServiceListener.java63 SAML2MetaCache.clear();
H A DSAML2MetaCache.java25 * $Id: SAML2MetaCache.java,v 1.4 2008/07/08 01:08:43 exu Exp $
46 * The <code>SAML2MetaCache</code> provides metadata cache.
48 class SAML2MetaCache class
55 private SAML2MetaCache() { method in class:SAML2MetaCache
73 debug.message("SAML2MetaCache.getEntityDescriptor: cacheKey = " +
91 debug.message("SAML2MetaCache.putEntityDescriptor: cacheKey = " +
98 "SAML2MetaCache.putEntityDescriptor: delete cacheEey = " +
120 debug.message("SAML2MetaCache.getEntityConfig: cacheKey = " +
137 debug.message("SAML2MetaCache.putEntityConfig: cacheKey = " +
144 "SAML2MetaCache
[all...]
H A DSAML2MetaManager.java178 descriptor = SAML2MetaCache.getEntityDescriptor(realm, entityId);
182 + "descriptor from SAML2MetaCache " + entityId);
204 SAML2MetaCache.putEntityDescriptor(realm, entityId, descriptor);
411 SAML2MetaCache.putEntityDescriptor(realm, entityId, descriptor);
620 SAML2MetaCache.putEntityDescriptor(
630 SAML2MetaCache.putEntityConfig(realm, entityId, config);
638 SAML2MetaCache.putEntityDescriptor(
645 SAML2MetaCache.putEntityConfig(realm, entityId, oldConfig);
647 SAML2MetaCache.putEntityConfig(realm, entityId, config);
703 SAML2MetaCache
[all...]

Completed in 45 milliseconds