Package | Description |
---|---|
de.xima.fc.api.entity |
Package for the API access of the model classes.
|
de.xima.fc.dao.impl | |
de.xima.fc.dao.interfaces | |
de.xima.fc.encryption.db | |
de.xima.fc.gui.bean.settings | |
de.xima.fc.handler.entity | |
de.xima.fc.handler.interfaces.entity | |
de.xima.fc.utils |
Package für Utilsklassen
|
Modifier and Type | Method and Description |
---|---|
SystemProperty |
SystemPropertyAPI.getByKey(UserContext uc,
String key)
Method for determining a
SystemProperty s by a given key. |
Modifier and Type | Method and Description |
---|---|
List<SystemProperty> |
SystemPropertyAPI.getByKeyPrefix(UserContext uc,
String keyPrefix)
Method for determining a
List of SystemProperty s that have the given key prefix. |
List<SystemProperty> |
SystemPropertyAPI.getByKeys(UserContext uc,
List<String> keys)
|
Modifier and Type | Method and Description |
---|---|
SystemProperty |
SystemPropertyDao.createProperty(IEntityContext ec,
String key,
String value) |
SystemProperty |
SystemPropertyDao.getByKey(IEntityContext ec,
String key) |
SystemProperty |
SystemPropertyDao.updateProperty(IEntityContext ec,
String key,
String value) |
Modifier and Type | Method and Description |
---|---|
List<SystemProperty> |
SystemPropertyDao.getByKeyPrefix(IEntityContext ec,
String keyPrefix) |
List<SystemProperty> |
SystemPropertyDao.getByKeys(IEntityContext ec,
List<String> keys) |
Modifier and Type | Method and Description |
---|---|
SystemProperty |
ISystemPropertyDao.createProperty(IEntityContext ec,
String key,
String value) |
SystemProperty |
ISystemPropertyDao.getByKey(IEntityContext ec,
String key) |
SystemProperty |
ISystemPropertyDao.updateProperty(IEntityContext ec,
String key,
String value) |
Modifier and Type | Method and Description |
---|---|
List<SystemProperty> |
ISystemPropertyDao.getByKeyPrefix(IEntityContext ec,
String keyPrefix) |
List<SystemProperty> |
ISystemPropertyDao.getByKeys(IEntityContext ec,
List<String> keys) |
Modifier and Type | Method and Description |
---|---|
SystemProperty |
DBEncryptionProcessor.updateEncryptionTestString() |
Modifier and Type | Method and Description |
---|---|
SystemProperty |
ApplicationConfigBean.updateSystemProperty(IEntityContext ec,
EPasswordPolicy pwdPolicy,
String value) |
Modifier and Type | Method and Description |
---|---|
SystemProperty |
SystemPropertyHandler.getByKey(UserContext uc,
String key) |
Modifier and Type | Method and Description |
---|---|
List<SystemProperty> |
SystemPropertyHandler.getByKeyPrefix(UserContext uc,
String keyPrefix) |
List<SystemProperty> |
SystemPropertyHandler.getByKeys(UserContext uc,
List<String> keys) |
Modifier and Type | Method and Description |
---|---|
SystemProperty |
ISystemPropertyHandler.getByKey(UserContext uc,
String key)
Retrieves a
Property by a given key. |
Modifier and Type | Method and Description |
---|---|
List<SystemProperty> |
ISystemPropertyHandler.getByKeyPrefix(UserContext uc,
String keyPrefix)
Retrives a
List of SystemProperty s by a given key prefix. |
List<SystemProperty> |
ISystemPropertyHandler.getByKeys(UserContext uc,
List<String> keys)
|
Modifier and Type | Method and Description |
---|---|
static String |
UserMgmtUtils.genPwd(List<SystemProperty> pwdPolicyConfig)
Generates a password based on the configured system rules
|
static List<org.passay.Rule> |
UserMgmtUtils.getPasswordRules(List<SystemProperty> pwdPolicyConfig,
boolean useDefaultForGen)
Determines the password policy rules set from the persisted system configuration.
|
static PasswordValidationResult |
UserMgmtUtils.validatePassword(String password,
List<SystemProperty> systemConfig)
Validates Passwords
|
static PasswordValidationResult |
UserMgmtUtils.validatePassword(String oldPassword,
String newPassword,
List<SystemProperty> systemConfig)
Validates Passwords
|
static PasswordValidationResult |
UserMgmtUtils.validatePassword(String userName,
String oldPassword,
String newPassword,
List<SystemProperty> systemConfig)
Validates Passwords
|
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.