Package | Description |
---|---|
lucee.runtime.config |
Modifier and Type | Method and Description |
---|---|
static Password |
ConfigWebUtil.checkPassword(ConfigImpl config,
String type,
String password) |
Password |
ConfigWebAdmin.getDefaultPassword() |
static Password |
Password.getInstance(Element el,
String salt,
boolean isDefault) |
static Password |
Password.getInstanceFromRawPassword(String rawPassword,
String salt) |
static Password |
Password.hashAndStore(Element el,
String password,
boolean isDefault) |
static Password |
Password.hashPassword(ConfigWeb cw,
boolean server,
String rawPassword) |
Password |
Password.isEqual(Config config,
String other,
boolean hashIfNecessary) |
Password |
ConfigImpl.isPasswordEqual(String password,
boolean hashIfNecessary) |
Password |
ConfigWebImpl.isServerPasswordEqual(String password,
boolean hashIfNecessary) |
Password |
ConfigWebImpl.updatePasswordIfNecessary(boolean server,
String passwordRaw) |
static Password |
Password.updatePasswordIfNecessary(ConfigImpl config,
Password passwordOld,
String strPasswordNew) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigWebAdmin.setPassword(Password password) |
static void |
Password.store(Element el,
Password pw,
boolean isDefault) |
void |
ConfigWebImpl.updatePassword(boolean server,
Password passwordOld,
Password passwordNew) |
static void |
Password.updatePassword(ConfigImpl config,
Password passwordOld,
Password passwordNew) |
static Password |
Password.updatePasswordIfNecessary(ConfigImpl config,
Password passwordOld,
String strPasswordNew) |
Copyright © 2015 Lucee