Uses of Class
ch.autumo.commons.utils.UtilsException
Package
Description
Database management.
Encryption/decryption utilities and console encoder.
System tools.
Web utilities.
-
Uses of UtilsException in ch.autumo.commons.database
-
Uses of UtilsException in ch.autumo.commons.utils.security
Modifier and TypeMethodDescriptionstatic String
CryptUtils.decode
(String data, SecureApplication app) Standard decoding.static String
CryptUtils.decode
(String data, SecureApplication app, boolean internal) Standard decoding.static String
CryptUtils.decodeIfNecessary
(String data, SecureApplication app) Decode data if encoded.static String
CryptUtils.decodeIfNecessary
(String data, SecureApplication app, boolean internal) Decode data if encoded.static String
CryptUtils.encode
(int mode, String data, SecureApplication app) Standard encoding.static String
CryptUtils.encode
(int mode, String data, SecureApplication app, boolean internal) Standard encoding.static String
Hash a password with configured HASH algorithm implementation.static boolean
Verify password with configured HASH algorithm implementation. -
Uses of UtilsException in ch.autumo.commons.utils.system
Modifier and TypeMethodDescriptionWinRegistry.getValue
(WinRegistry.RegistryHKey registryHKey, String key, String valueName) Get value. -
Uses of UtilsException in ch.autumo.commons.utils.web
Modifier and TypeMethodDescriptionstatic com.fasterxml.jackson.databind.JsonNode
RESTUtils.callJSONGet
(String url, String param, String value) Call JSON get.static void
RESTUtils.checkHttpResponse
(org.apache.http.client.methods.CloseableHttpResponse resp) Check closeable HTTP response with HttpResponse.static void
RESTUtils.checkResponse
(int code, String message) Check HTTP response with status code.static org.json.JSONArray
RESTUtils.extractJsonArray
(org.json.JSONObject json, String rootPath) Extract JSON array from path.static Object
RESTUtils.extractJsonObject
(org.json.JSONObject json, String path) Extract JSON object or value from path.static Object
RESTUtils.extractJsonObjectOld
(org.json.JSONObject json, String path) Deprecated.
RESTUtils.extractJsonObject(JSONObject, String)