https://github.com/adorsys/envutils
https://github.com/adorsys/envutils
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/adorsys/envutils
- Owner: adorsys
- License: apache-2.0
- Created: 2017-04-25T08:02:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-05T13:40:29.000Z (over 7 years ago)
- Last Synced: 2025-06-02T00:34:56.686Z (4 months ago)
- Language: Java
- Size: 13.7 KB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Env Utils
Utility components for reading properties from environment or system properties in client or server environment.
This module will address issues associated with:
## Retrieving Simple Properties from System or Environment
* Retrieving a property information from the system environment (in the case os Java: System.getEnv(...))
* Retrieving a property information from the system properties (in the case of java System.getProperty(...))
* Retrieving a property information from the system environment or from the system properties ( EnvUtils.getEnvOrSysProperty())
* Retrieving a property information from the system properties or from the system environment ( EnvUtils.getSysOrEnvProperty())## Retrieving Encrypted Properties from System or Environment
* Use password=jwe(pswd) to retrieve a json encrypted password.