Uses of Interface
org.keycloak.common.util.StringPropertyReplacer.PropertyResolver
-
Uses of StringPropertyReplacer.PropertyResolver in org.keycloak.common.util
Modifier 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)