| Package | Description |
|---|---|
| com.jk.webstack.services.account |
| Modifier and Type | Method and Description |
|---|---|
static Account |
Account.create()
Creates the.
|
Account |
AccountServices.createAccount(String email,
String firstname,
String lastname,
String password)
Creates the account.
|
Account |
Account.email(String email)
Email.
|
protected Account |
AccountServices.findAccountByEmail(String email)
Find account by email.
|
Account |
Account.firstname(String firstname)
Firstname.
|
Account |
Account.lastname(String lastname)
Lastname.
|
Account |
AccountServices.loadDetailsByToken(String tokenString)
Load details by token.
|
Account |
AccountServices.loadUserByUsername(String username)
Load user by username.
|
Account |
AccountServices.resetAccount(String email)
Reset account.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
AccountServices.createLoginLink(Account account)
Creates the login link.
|
protected void |
AccountServices.createToken(Account account)
Creates the token.
|
protected void |
AccountServices.processCurrentAccount(Account account)
Process current account.
|
protected void |
AccountServices.processNewAccount(Account account)
Process new account.
|
protected void |
AccountServices.resetAccount(Account account)
Reset account.
|
protected void |
AccountServices.resetToken(Account account)
Reset token.
|
void |
AccountServices.setEmailVerified(Account account)
Sets the email verified.
|
Copyright © 2023 Smart-Cloud. All rights reserved.