public class ExpressionPropertyResolver extends Object implements PropertyResolver
Bindings
-based tokens using COMMONS Config PropertyResolver
.Modifier and Type | Method and Description |
---|---|
Optional<String> |
getProperty(String key)
Returns the value of the specified property.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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 2011-2017 ForgeRock AS.