- mailChangeEmailLink(U) - Method in class com.naturalprogrammer.spring.lemon.LemonService
-
Mails the change-email verification link to the user.
- mailChangeEmailLink(U, String) - Method in class com.naturalprogrammer.spring.lemon.LemonService
-
Mails the change-email verification link to the user.
- mailForgotPasswordLink(U) - Method in class com.naturalprogrammer.spring.lemon.LemonService
-
Mails the forgot password link.
- mailForgotPasswordLink(U, String) - Method in class com.naturalprogrammer.spring.lemon.LemonService
-
Mails the forgot password link.
- MailSender<MailData> - Interface in com.naturalprogrammer.spring.lemon.mail
-
The mail sender interface for sending mail
- makeUnverified(U) - Method in class com.naturalprogrammer.spring.lemon.LemonService
-
Makes a user unverified
- mapOf(Object...) - Static method in class com.naturalprogrammer.spring.lemon.util.LemonUtils
-
Constructs a map of the key-value pairs,
passed as parameters
- mappingJackson2HttpMessageConverter(ObjectMapper) - Method in class com.naturalprogrammer.spring.lemon.LemonAutoConfiguration
-
Prefixes JSON responses for JSON vulnerability.
- mockMailSender() - Method in class com.naturalprogrammer.spring.lemon.LemonAutoConfiguration
-
Configures a MockMailSender when the property
spring.mail.host
isn't defined.
- MockMailSender - Class in com.naturalprogrammer.spring.lemon.mail
-
A mock mail sender for
writing the mails to the log.
- MockMailSender() - Constructor for class com.naturalprogrammer.spring.lemon.mail.MockMailSender
-
- MultiErrorException - Exception in com.naturalprogrammer.spring.lemon.exceptions
-
An exception class which can contain multiple errors.
- MultiErrorException() - Constructor for exception com.naturalprogrammer.spring.lemon.exceptions.MultiErrorException
-
- MultiErrorExceptionHandler - Class in com.naturalprogrammer.spring.lemon.exceptions.handlers
-
- MultiErrorExceptionHandler() - Constructor for class com.naturalprogrammer.spring.lemon.exceptions.handlers.MultiErrorExceptionHandler
-