| Package | Description |
|---|---|
| com.helger.photon.basic.security.password | |
| com.helger.photon.basic.security.password.hash | |
| com.helger.photon.basic.security.user |
| Modifier and Type | Method and Description |
|---|---|
static PasswordHash |
GlobalPasswordSettings.createUserDefaultPasswordHash(IPasswordSalt aSalt,
String sPlainTextPassword)
Create the password hash from the passed plain text password, using the
default password hash creator.
|
static PasswordHash |
GlobalPasswordSettings.createUserPasswordHash(String sAlgorithmName,
IPasswordSalt aSalt,
String sPlainTextPassword)
Create the password hash from the passed plain text password, using the
default password hash creator.
|
| Modifier and Type | Method and Description |
|---|---|
PasswordHash |
PasswordHashCreatorManager.createUserDefaultPasswordHash(IPasswordSalt aSalt,
String sPlainTextPassword)
Create the password hash from the passed plain text password, using the
default password hash creator.
|
PasswordHash |
PasswordHashCreatorManager.createUserPasswordHash(String sAlgorithmName,
IPasswordSalt aSalt,
String sPlainTextPassword)
Create the password hash from the passed plain text password, using the
default password hash creator.
|
| Modifier and Type | Method and Description |
|---|---|
PasswordHash |
User.getPasswordHash() |
PasswordHash |
IUser.getPasswordHash() |
| Constructor and Description |
|---|
User(String sLoginName,
String sEmailAddress,
PasswordHash aPasswordHash,
String sFirstName,
String sLastName,
String sDescription,
Locale aDesiredLocale,
Map<String,?> aCustomAttrs,
boolean bDisabled)
Create a new user
|
Copyright © 2014–2015 Philip Helger. All rights reserved.