public interface AccountService
| Modifier and Type | Method and Description |
|---|---|
void |
deleteToken(Context context,
String token) |
String |
getEmail(Context context,
String token) |
EPerson |
getEPerson(Context context,
String token) |
void |
sendForgotPasswordInfo(Context context,
String email) |
void |
sendRegistrationInfo(Context context,
String email) |
void sendRegistrationInfo(Context context, String email) throws SQLException, IOException, javax.mail.MessagingException, AuthorizeException
SQLExceptionIOExceptionjavax.mail.MessagingExceptionAuthorizeExceptionvoid sendForgotPasswordInfo(Context context, String email) throws SQLException, IOException, javax.mail.MessagingException, AuthorizeException
SQLExceptionIOExceptionjavax.mail.MessagingExceptionAuthorizeExceptionEPerson getEPerson(Context context, String token) throws SQLException, AuthorizeException
SQLExceptionAuthorizeExceptionString getEmail(Context context, String token) throws SQLException
SQLExceptionvoid deleteToken(Context context, String token) throws SQLException
SQLExceptionCopyright © 2016 DuraSpace. All rights reserved.