Searched defs:setEntityDescriptor (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 DIDFFMetaCache.java94 public static void setEntityDescriptor(String realm, String entityID, method in class:IDFFMetaCache
H A DIDFFMetaManager.java201 setEntityDescriptor(realm, descriptor);
272 IDFFMetaCache.setEntityDescriptor(
315 public void setEntityDescriptor( method in class:IDFFMetaManager
318 String classMethod = "IDFFMetaManager:setEntityDescriptor";
387 IDFFMetaCache.setEntityDescriptor(realm, entityID, null);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/meta/
H A DIDFFMetaCache.java94 public static void setEntityDescriptor(String realm, String entityID, method in class:IDFFMetaCache
H A DIDFFMetaManager.java201 setEntityDescriptor(realm, descriptor);
272 IDFFMetaCache.setEntityDescriptor(
315 public void setEntityDescriptor( method in class:IDFFMetaManager
318 String classMethod = "IDFFMetaManager:setEntityDescriptor";
387 IDFFMetaCache.setEntityDescriptor(realm, entityID, null);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2MetaManager.java383 public void setEntityDescriptor( method in class:SAML2MetaManager
391 "SAML2MetaManager.setEntityDescriptor: entity ID is null");
410 debug.message("SAML2MetaManager.setEntityDescriptor: saved "
416 debug.error("SAML2MetaManager.setEntityDescriptor:", e);
422 debug.error("SAML2MetaManager.setEntityDescriptor:", jaxbe);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2MetaManager.java386 public void setEntityDescriptor( method in class:SAML2MetaManager
394 "SAML2MetaManager.setEntityDescriptor: entity ID is null");
413 debug.message("SAML2MetaManager.setEntityDescriptor: saved "
419 debug.error("SAML2MetaManager.setEntityDescriptor:", e);
425 debug.error("SAML2MetaManager.setEntityDescriptor:", jaxbe);

Completed in 45 milliseconds