public class PropertiesResolver extends Object
PropertyResolver
.Modifier and Type | Method and Description |
---|---|
Optional<String> |
getProperty(String key)
Returns the value of the specified property.
|
Set<String> |
keys() |
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.Copyright © 2010-2018, ForgeRock All Rights Reserved.