Uses of Class
org.keycloak.email.EmailException
- 
Packages that use EmailException Package Description org.keycloak.email org.keycloak.email.freemarker org.keycloak.services 
- 
- 
Uses of EmailException in org.keycloak.emailMethods in org.keycloak.email that throw EmailException Modifier and Type Method Description voidDefaultEmailSenderProvider. send(Map<String,String> config, String address, String subject, String textBody, String htmlBody)voidDefaultEmailSenderProvider. send(Map<String,String> config, UserModel user, String subject, String textBody, String htmlBody)voidEmailSenderProvider. send(Map<String,String> config, String address, String subject, String textBody, String htmlBody)default voidEmailSenderProvider. send(Map<String,String> config, UserModel user, String subject, String textBody, String htmlBody)voidEmailTemplateProvider. send(String subjectFormatKey, String bodyTemplate, Map<String,Object> bodyAttributes)Send formatted emailvoidEmailTemplateProvider. send(String subjectFormatKey, List<Object> subjectAttributes, String bodyTemplate, Map<String,Object> bodyAttributes)Send formatted emailvoidEmailTemplateProvider. sendConfirmIdentityBrokerLink(String link, long expirationInMinutes)Send to confirm that user wants to link his account with identity broker linkvoidEmailTemplateProvider. sendEmailUpdateConfirmation(String link, long expirationInMinutes, String address)voidEmailTemplateProvider. sendEvent(Event event)voidEmailTemplateProvider. sendExecuteActions(String link, long expirationInMinutes)Change password email requested by adminvoidEmailTemplateProvider. sendPasswordReset(String link, long expirationInMinutes)Reset password sent from forgot password link on loginvoidEmailTemplateProvider. sendSmtpTestEmail(Map<String,String> config, UserModel user)Test SMTP connection with current logged in uservoidEmailTemplateProvider. sendVerifyEmail(String link, long expirationInMinutes)protected javax.mail.internet.InternetAddressDefaultEmailSenderProvider. toInternetAddress(String email, String displayName)
- 
Uses of EmailException in org.keycloak.email.freemarkerMethods in org.keycloak.email.freemarker that throw EmailException Modifier and Type Method Description protected voidFreeMarkerEmailTemplateProvider. addLinkInfoIntoAttributes(String link, long expirationInMinutes, Map<String,Object> attributes)Add link info into template attributes.protected FreeMarkerEmailTemplateProvider.EmailTemplateFreeMarkerEmailTemplateProvider. processTemplate(String subjectKey, List<Object> subjectAttributes, String template, Map<String,Object> attributes)protected voidFreeMarkerEmailTemplateProvider. send(String subject, String textBody, String htmlBody, String address)voidFreeMarkerEmailTemplateProvider. send(String subjectFormatKey, String bodyTemplate, Map<String,Object> bodyAttributes)voidFreeMarkerEmailTemplateProvider. send(String subjectFormatKey, List<Object> subjectAttributes, String bodyTemplate, Map<String,Object> bodyAttributes)protected voidFreeMarkerEmailTemplateProvider. send(String subjectFormatKey, List<Object> subjectAttributes, String bodyTemplate, Map<String,Object> bodyAttributes, String address)protected voidFreeMarkerEmailTemplateProvider. send(Map<String,String> config, String subject, String textBody, String htmlBody)protected voidFreeMarkerEmailTemplateProvider. send(Map<String,String> config, String subject, String textBody, String htmlBody, String address)voidFreeMarkerEmailTemplateProvider. sendConfirmIdentityBrokerLink(String link, long expirationInMinutes)voidFreeMarkerEmailTemplateProvider. sendEmailUpdateConfirmation(String link, long expirationInMinutes, String newEmail)voidFreeMarkerEmailTemplateProvider. sendEvent(Event event)voidFreeMarkerEmailTemplateProvider. sendExecuteActions(String link, long expirationInMinutes)voidFreeMarkerEmailTemplateProvider. sendPasswordReset(String link, long expirationInMinutes)voidFreeMarkerEmailTemplateProvider. sendSmtpTestEmail(Map<String,String> config, UserModel user)voidFreeMarkerEmailTemplateProvider. sendVerifyEmail(String link, long expirationInMinutes)
- 
Uses of EmailException in org.keycloak.servicesMethods in org.keycloak.services with parameters of type EmailException Modifier and Type Method Description voidServicesLogger_$logger. failedToSendActionsEmail(EmailException e)voidServicesLogger. failedToSendActionsEmail(EmailException e)voidServicesLogger_$logger. failedToSendPwdResetEmail(EmailException e)voidServicesLogger. failedToSendPwdResetEmail(EmailException e)
 
-