java.lang.Object
org.keycloak.quarkus.runtime.configuration.mappers.PropertyMappers

public final class PropertyMappers extends Object
  • Field Details

  • Method Details

    • reset

      public static void reset()
    • getValue

      public static io.smallrye.config.ConfigValue getValue(io.smallrye.config.ConfigSourceInterceptorContext context, String name)
    • isBuildTimeProperty

      public static boolean isBuildTimeProperty(String name)
    • isSpiBuildTimeProperty

      public static boolean isSpiBuildTimeProperty(String name)
    • getRuntimeMappers

      public static Map<OptionCategory,List<PropertyMapper<?>>> getRuntimeMappers()
    • getBuildTimeMappers

      public static Map<OptionCategory,List<PropertyMapper<?>>> getBuildTimeMappers()
    • getDisabledMappers

      public static Map<String,PropertyMapper<?>> getDisabledMappers()
    • getDisabledRuntimeMappers

      public static Map<String,PropertyMapper<?>> getDisabledRuntimeMappers()
    • getDisabledBuildTimeMappers

      public static Map<String,PropertyMapper<?>> getDisabledBuildTimeMappers()
    • sanitizeDisabledMappers

      public static void sanitizeDisabledMappers()
      Removes all disabled mappers from the runtime/buildtime mappers
    • maskValue

      public static String maskValue(String property, String value)
    • maskValue

      public static String maskValue(String property, String value, String configSourceName)
    • getMapper

      public static PropertyMapper<?> getMapper(String property, OptionCategory category)
    • getMapper

      public static PropertyMapper<?> getMapper(String property)
    • getMappers

      public static Set<PropertyMapper<?>> getMappers()
    • isSupported

      public static boolean isSupported(PropertyMapper<?> mapper)
    • getDisabledMapper

      public static Optional<PropertyMapper<?>> getDisabledMapper(String property)
    • isDisabledMapper

      public static boolean isDisabledMapper(String property)