public interface EmailProvider extends Provider
Modifier and Type | Method and Description |
---|---|
void |
sendEvent(Event event) |
void |
sendPasswordReset(String link,
long expirationInMinutes) |
void |
sendVerifyEmail(String link,
long expirationInMinutes) |
EmailProvider |
setRealm(RealmModel realm) |
EmailProvider |
setUser(UserModel user) |
EmailProvider setRealm(RealmModel realm)
EmailProvider setUser(UserModel user)
void sendEvent(Event event) throws EmailException
EmailException
void sendPasswordReset(String link, long expirationInMinutes) throws EmailException
EmailException
void sendVerifyEmail(String link, long expirationInMinutes) throws EmailException
EmailException
Copyright © 2015. All Rights Reserved.