| Package | Description |
|---|---|
| com.jk.webstack.security | |
| com.jk.webstack.security.controllers | |
| com.jk.webstack.security.services |
| Modifier and Type | Method and Description |
|---|---|
static User |
User.create()
Creates the.
|
User |
User.firstname(String firstname)
Firstname.
|
User |
User.lastname(String lastname)
Lastname.
|
User |
User.username(String username)
Username.
|
| Modifier and Type | Method and Description |
|---|---|
User |
MB_Users.getUser()
Return account object for current logged in user.
|
User |
MB_Security.getUser()
Return account object for current logged in user.
|
| Modifier and Type | Method and Description |
|---|---|
User |
SecurityService.createAccount(String username,
String firstname,
String lastname,
String password,
UserRole role)
Creates the account.
|
protected User |
SecurityService.findAccountUsername(String username)
Find account username.
|
User |
SecurityService.loadUserByUsername(String username)
Load user by username.
|
User |
SecurityService.resetAccount(String username)
Reset account.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SecurityService.processCurrentAccount(User account)
Process current account.
|
protected void |
SecurityService.processNewAccount(User account)
Process new account.
|
protected void |
SecurityService.resetAccount(User account)
Reset account.
|
Copyright © 2023 Smart-Cloud. All rights reserved.