Uses of Class
ch.autumo.commons.utils.UtilsException
Packages that use UtilsException
Package
Description
Configuration management.
Database management.
Encryption/decryption utilities and console encoder.
System tools.
Web utilities.
-
Uses of UtilsException in ch.autumo.commons.configuration
Methods in ch.autumo.commons.configuration that throw UtilsExceptionModifier and TypeMethodDescriptionConfigurationManager.getDecodedString(String key, SecureApplication app) Decode encrypted value, if it is encrypted by ifacex standards! -
Uses of UtilsException in ch.autumo.commons.database
Constructors in ch.autumo.commons.database that throw UtilsException -
Uses of UtilsException in ch.autumo.commons.utils.security
Methods in ch.autumo.commons.utils.security that throw UtilsExceptionModifier and TypeMethodDescriptionstatic StringCryptUtils.decode(String data, SecureApplication app) Standard decoding.static StringCryptUtils.decode(String data, SecureApplication app, boolean internal) Standard decoding.static StringCryptUtils.decodeIfNecessary(String data, SecureApplication app) Decode data if encoded.static StringCryptUtils.decodeIfNecessary(String data, SecureApplication app, boolean internal) Decode data if encoded.static StringCryptUtils.encode(int mode, String data, SecureApplication app) Standard encoding.static StringCryptUtils.encode(int mode, String data, SecureApplication app, boolean internal) Standard encoding.static StringHash a password with configured HASH algorithm implementation.static booleanVerify password with configured HASH algorithm implementation. -
Uses of UtilsException in ch.autumo.commons.utils.system
Methods in ch.autumo.commons.utils.system that throw UtilsExceptionModifier and TypeMethodDescriptionWinRegistry.getValue(WinRegistry.RegistryHKey registryHKey, String key, String valueName) Get value. -
Uses of UtilsException in ch.autumo.commons.utils.web
Methods in ch.autumo.commons.utils.web that throw UtilsExceptionModifier and TypeMethodDescriptionstatic com.fasterxml.jackson.databind.JsonNodeRESTUtils.callJSONGet(String url, String param, String value) Call JSON get.static voidRESTUtils.checkHttpResponse(org.apache.http.client.methods.CloseableHttpResponse resp) Check closeable HTTP response with HttpResponse.static voidRESTUtils.checkResponse(int code, String message) Check HTTP response with status code.static org.json.JSONArrayRESTUtils.extractJsonArray(org.json.JSONObject json, String rootPath) Extract JSON array from path.static ObjectRESTUtils.extractJsonObject(org.json.JSONObject json, String path) Extracts JSON object value from path.static ObjectRESTUtils.extractJsonObjectOld(org.json.JSONObject json, String path) Deprecated.
RESTUtils.extractJsonObject(JSONObject, String)