public class EnvironmentVariableResolver extends Object implements PropertyResolver
String.toUpperCase(Locale)
where the locale is Locale.ROOT
Modifier and Type | Method and Description |
---|---|
Optional<String> |
getProperty(String key)
Returns the value of the specified property.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getProperty
public Optional<String> getProperty(String key)
PropertyResolver
Optional
if the property is not
found.getProperty
in interface PropertyResolver
key
- The name of the requested property. The key can't be null.Optional
string that contains the value of the requested property, or empty Optional
if property is undefined.Copyright © 2010-2018, ForgeRock All Rights Reserved.