Uses of Interface
org.keycloak.common.util.StringPropertyReplacer.PropertyResolver
Packages that use StringPropertyReplacer.PropertyResolver
-
Uses of StringPropertyReplacer.PropertyResolver in org.keycloak.common.util
Methods in org.keycloak.common.util with parameters of type StringPropertyReplacer.PropertyResolverModifier and TypeMethodDescriptionstatic String
StringPropertyReplacer.replaceProperties
(String string, StringPropertyReplacer.PropertyResolver resolver) Go through the input string and replace any occurrence of ${p} with the value resolves fromresolver
.static void
StringPropertyReplacer.setDefaultPropertyResolver
(StringPropertyReplacer.PropertyResolver systemVariables)