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 and 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 and Description |
---|---|
String |
UserService.generateUserPassword(User user) |
Modifier and Type | Method and Description |
---|---|
String |
UserServiceImpl.generateUserPassword(User user) |
Copyright © 2002-2015 itracker. All Rights Reserved.