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

/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/
H A DIdentityResourceV1.java129 private static final String SEND_NOTIF_TAG = "IdentityResource.sendNotification() :: "; field in class:IdentityResourceV1
392 debug.error("{} :: Cannot create service {}", SEND_NOTIF_TAG, MailServerImpl.SERVICE_NAME, smse);
398 debug.error("{} :: Invalid SSOToken ", SEND_NOTIF_TAG, ssoe);
405 debug.error("{} :: no attrs set {}", SEND_NOTIF_TAG, mailattrs);
416 debug.error("{} :: Failed to load mail server implementation: {}", SEND_NOTIF_TAG, attr, e);
428 debug.warning("{} no subject found ", SEND_NOTIF_TAG, e);
441 debug.warning("{} no message found", SEND_NOTIF_TAG , e);
451 debug.error("{} Failed to send mail", SEND_NOTIF_TAG, e);
H A DIdentityResourceV2.java125 private static final String SEND_NOTIF_TAG = "IdentityResource.sendNotification() :: "; field in class:IdentityResourceV2
437 debug.error("{} :: Cannot create service {}", SEND_NOTIF_TAG, MailServerImpl.SERVICE_NAME, smse);
443 debug.error("{} :: Invalid SSOToken ", SEND_NOTIF_TAG, ssoe);
450 debug.error("{} :: no attrs set {}", SEND_NOTIF_TAG, mailattrs);
461 debug.error("{} :: Failed to load mail server implementation: {}", SEND_NOTIF_TAG, attr, e);
473 debug.warning("{} no subject found ", SEND_NOTIF_TAG, e);
486 debug.warning("{} no message found", SEND_NOTIF_TAG , e);
496 debug.error("{} Failed to send mail", SEND_NOTIF_TAG, e);
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/
H A DIdentityResourceV1.java123 private static final String SEND_NOTIF_TAG = "IdentityResource.sendNotification() :: "; field in class:IdentityResourceV1
389 debug.error("{} :: Cannot create service {}", SEND_NOTIF_TAG, MailServerImpl.SERVICE_NAME, smse);
395 debug.error("{} :: Invalid SSOToken ", SEND_NOTIF_TAG, ssoe);
402 debug.error("{} :: no attrs set {}", SEND_NOTIF_TAG, mailattrs);
413 debug.error("{} :: Failed to load mail server implementation: {}", SEND_NOTIF_TAG, attr, e);
425 debug.warning("{} no subject found ", SEND_NOTIF_TAG, e);
438 debug.warning("{} no message found", SEND_NOTIF_TAG , e);
448 debug.error("{} Failed to send mail", SEND_NOTIF_TAG, e);
H A DIdentityResourceV2.java133 private static final String SEND_NOTIF_TAG = "IdentityResource.sendNotification() :: "; field in class:IdentityResourceV2
452 debug.error("{} :: Failed to load mail server implementation: {}", SEND_NOTIF_TAG, attr, e);
464 debug.warning("{} no subject found ", SEND_NOTIF_TAG, e);
477 debug.warning("{} no message found", SEND_NOTIF_TAG , e);
487 debug.error("{} Failed to send mail", SEND_NOTIF_TAG, e);

Completed in 72 milliseconds