Uses of Class
de.xima.fc.entities.SystemProperty
Packages that use SystemProperty
Package
Description
Package for the API access of the model classes.
Package für Utilsklassen
-
Uses of SystemProperty in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return SystemPropertyModifier and TypeMethodDescriptionSystemPropertyAPI.getByKey(UserContext uc, String key) Method for determining aSystemPropertys by a given key.Methods in de.xima.fc.api.entity that return types with arguments of type SystemPropertyModifier and TypeMethodDescriptionSystemPropertyAPI.getByKeyPrefix(UserContext uc, String keyPrefix) Method for determining aListofSystemPropertys that have the given key prefix.SystemPropertyAPI.getByKeys(UserContext uc, List<String> keys) -
Uses of SystemProperty in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return SystemPropertyModifier and TypeMethodDescriptionSystemPropertyDao.createProperty(IEntityContext ec, String key, String value) SystemPropertyDao.getByKey(IEntityContext ec, String key) SystemPropertyDao.updateProperty(IEntityContext ec, String key, String value) Methods in de.xima.fc.dao.impl that return types with arguments of type SystemPropertyModifier and TypeMethodDescriptionSystemPropertyDao.getByKeyPrefix(IEntityContext ec, String keyPrefix) SystemPropertyDao.getByKeys(IEntityContext ec, List<String> keys) -
Uses of SystemProperty in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return SystemPropertyModifier and TypeMethodDescriptionISystemPropertyDao.createProperty(IEntityContext ec, String key, String value) ISystemPropertyDao.getByKey(IEntityContext ec, String key) ISystemPropertyDao.updateProperty(IEntityContext ec, String key, String value) Methods in de.xima.fc.dao.interfaces that return types with arguments of type SystemPropertyModifier and TypeMethodDescriptionISystemPropertyDao.getByKeyPrefix(IEntityContext ec, String keyPrefix) ISystemPropertyDao.getByKeys(IEntityContext ec, List<String> keys) -
Uses of SystemProperty in de.xima.fc.encryption.db
Methods in de.xima.fc.encryption.db that return SystemProperty -
Uses of SystemProperty in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings that return SystemPropertyModifier and TypeMethodDescriptionApplicationConfigBean.updateSystemProperty(IEntityContext ec, EPasswordPolicy pwdPolicy, String value) ApplicationConfigBean.updateSystemProperty(IEntityContext ec, String key, String value) -
Uses of SystemProperty in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return SystemPropertyMethods in de.xima.fc.handler.entity that return types with arguments of type SystemPropertyModifier and TypeMethodDescriptionSystemPropertyHandler.getByKeyPrefix(UserContext uc, String keyPrefix) SystemPropertyHandler.getByKeys(UserContext uc, List<String> keys) -
Uses of SystemProperty in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return SystemPropertyModifier and TypeMethodDescriptionISystemPropertyHandler.getByKey(UserContext uc, String key) Retrieves aPropertyby a given key.Methods in de.xima.fc.handler.interfaces.entity that return types with arguments of type SystemPropertyModifier and TypeMethodDescriptionISystemPropertyHandler.getByKeyPrefix(UserContext uc, String keyPrefix) Retrives aListofSystemPropertys by a given key prefix.ISystemPropertyHandler.getByKeys(UserContext uc, List<String> keys) -
Uses of SystemProperty in de.xima.fc.utils
Method parameters in de.xima.fc.utils with type arguments of type SystemPropertyModifier and TypeMethodDescriptionstatic StringUserMgmtUtils.genPwd(List<SystemProperty> pwdPolicyConfig) Generates a password based on the configured system rulesstatic List<org.passay.Rule>UserMgmtUtils.getPasswordRules(List<SystemProperty> pwdPolicyConfig, boolean useDefaultForGen) Determines the password policy rules set from the persisted system configuration.static PasswordValidationResultUserMgmtUtils.validatePassword(String userName, String oldPassword, String newPassword, List<SystemProperty> systemConfig) Validates Passwordsstatic PasswordValidationResultUserMgmtUtils.validatePassword(String oldPassword, String newPassword, List<SystemProperty> systemConfig) Validates Passwordsstatic PasswordValidationResultUserMgmtUtils.validatePassword(String password, List<SystemProperty> systemConfig) Validates Passwords