Package cronapi.authentication
Class Operations
java.lang.Object
cronapi.authentication.Operations
Classe que representa ...
- Since:
- 2017-03-29
- Version:
- 1.0
- Author:
- Rodrigo Santos Reis = rodrigo.reis@cronapp.io
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final VarbeforeDelete(Var entity) static final VarbeforeInsert(Var entity) static final VarbeforeUpdate(Var entity) static VardefaultResetPassword(Var email, Var imageHeader, Var imageFooter, Var useOneTimePassword) static VardefaultSignUp(Var params) static final Varstatic final Varstatic StringresetPassword(Var toAddress, Var imageHeader, Var imageFooter, Var useOneTimePassword) static Var
-
Constructor Details
-
Operations
public Operations()
-
-
Method Details
-
getUserRoles
- Throws:
Exception
-
normalize
- Throws:
Exception
-
beforeInsert
- Throws:
Exception
-
beforeUpdate
- Throws:
Exception
-
beforeDelete
- Throws:
Exception
-
defaultSignUp
- Throws:
Exception
-
signUp
- Throws:
Exception
-
defaultResetPassword
public static Var defaultResetPassword(Var email, Var imageHeader, Var imageFooter, Var useOneTimePassword) throws Exception - Throws:
Exception
-
resetPassword
public static String resetPassword(Var toAddress, Var imageHeader, Var imageFooter, Var useOneTimePassword) throws Exception - Throws:
Exception
-