Uses of Class
org.keycloak.email.EmailException
-
Uses of EmailException in org.keycloak.email
Modifier and TypeMethodDescriptionvoid
DefaultEmailSenderProvider.send
(Map<String, String> config, String address, String subject, String textBody, String htmlBody) void
DefaultEmailSenderProvider.send
(Map<String, String> config, UserModel user, String subject, String textBody, String htmlBody) void
EmailSenderProvider.send
(Map<String, String> config, String address, String subject, String textBody, String htmlBody) default void
EmailSenderProvider.send
(Map<String, String> config, UserModel user, String subject, String textBody, String htmlBody) void
EmailTemplateProvider.send
(String subjectFormatKey, String bodyTemplate, Map<String, Object> bodyAttributes) Send formatted emailvoid
EmailTemplateProvider.send
(String subjectFormatKey, List<Object> subjectAttributes, String bodyTemplate, Map<String, Object> bodyAttributes) Send formatted emailvoid
EmailTemplateProvider.sendConfirmIdentityBrokerLink
(String link, long expirationInMinutes) Send to confirm that user wants to link his account with identity broker linkvoid
EmailTemplateProvider.sendEmailUpdateConfirmation
(String link, long expirationInMinutes, String address) void
void
EmailTemplateProvider.sendExecuteActions
(String link, long expirationInMinutes) Change password email requested by adminvoid
EmailTemplateProvider.sendOrgInviteEmail
(OrganizationModel organization, String link, long expirationInMinutes) void
EmailTemplateProvider.sendPasswordReset
(String link, long expirationInMinutes) Reset password sent from forgot password link on loginvoid
EmailTemplateProvider.sendSmtpTestEmail
(Map<String, String> config, UserModel user) Test SMTP connection with current logged in uservoid
EmailTemplateProvider.sendVerifyEmail
(String link, long expirationInMinutes) protected jakarta.mail.internet.InternetAddress
DefaultEmailSenderProvider.toInternetAddress
(String email, String displayName) -
Uses of EmailException in org.keycloak.email.freemarker
Modifier and TypeMethodDescriptionprotected void
FreeMarkerEmailTemplateProvider.addLinkInfoIntoAttributes
(String link, long expirationInMinutes, Map<String, Object> attributes) Add link info into template attributes.FreeMarkerEmailTemplateProvider.processTemplate
(String subjectKey, List<Object> subjectAttributes, String template, Map<String, Object> attributes) protected void
FreeMarkerEmailTemplateProvider.send
(String subject, String textBody, String htmlBody, String address) void
FreeMarkerEmailTemplateProvider.send
(String subjectFormatKey, String bodyTemplate, Map<String, Object> bodyAttributes) void
FreeMarkerEmailTemplateProvider.send
(String subjectFormatKey, List<Object> subjectAttributes, String bodyTemplate, Map<String, Object> bodyAttributes) protected void
FreeMarkerEmailTemplateProvider.send
(String subjectFormatKey, List<Object> subjectAttributes, String bodyTemplate, Map<String, Object> bodyAttributes, String address) protected void
FreeMarkerEmailTemplateProvider.send
(Map<String, String> config, String subject, String textBody, String htmlBody) protected void
FreeMarkerEmailTemplateProvider.send
(Map<String, String> config, String subject, String textBody, String htmlBody, String address) void
FreeMarkerEmailTemplateProvider.sendConfirmIdentityBrokerLink
(String link, long expirationInMinutes) void
FreeMarkerEmailTemplateProvider.sendEmailUpdateConfirmation
(String link, long expirationInMinutes, String newEmail) void
void
FreeMarkerEmailTemplateProvider.sendExecuteActions
(String link, long expirationInMinutes) void
FreeMarkerEmailTemplateProvider.sendOrgInviteEmail
(OrganizationModel organization, String link, long expirationInMinutes) void
FreeMarkerEmailTemplateProvider.sendPasswordReset
(String link, long expirationInMinutes) void
FreeMarkerEmailTemplateProvider.sendSmtpTestEmail
(Map<String, String> config, UserModel user) void
FreeMarkerEmailTemplateProvider.sendVerifyEmail
(String link, long expirationInMinutes) -
Uses of EmailException in org.keycloak.services
Modifier and TypeMethodDescriptionfinal void
ServicesLogger_$logger.failedToSendActionsEmail
(EmailException e) void
ServicesLogger.failedToSendActionsEmail
(EmailException e) final void
ServicesLogger_$logger.failedToSendPwdResetEmail
(EmailException e) void
ServicesLogger.failedToSendPwdResetEmail
(EmailException e)