Package | Description |
---|---|
org.itracker.model.util |
This package contains code for what?
|
org.itracker.services |
Service Interfaces
|
org.itracker.services.implementations |
This package contains XXXService interface implementations,
named XXXServiceImpl by convention.
|
Modifier and Type | Method | Description |
---|---|---|
static String |
UserUtilities.encryptPassword(String password) |
Returns an encrypted (digest) password from a plain text password.
|
static String |
UserUtilities.generatePassword() |
Genrates a new random password.
|
Modifier and Type | Method | Description |
---|---|---|
String |
UserService.generateUserPassword(User user) |
Modifier and Type | Method | Description |
---|---|---|
String |
UserServiceImpl.generateUserPassword(User user) |
Copyright © 2002–2019 itracker. All rights reserved.