Class Util

java.lang.Object
org.keycloak.spi.infinispan.impl.Util

public final class Util extends Object
Utility method for this package and subpackages
  • Method Details

    • copyFromOption

      public static void copyFromOption(ProviderConfigurationBuilder builder, String name, String label, String type, Option<?> option, boolean isSecret)
      Copies the Option information into the ProviderConfigurationBuilder.
      Parameters:
      builder - The property to set/configure.
      name - The desired property name.
      label - The label of the property's argument.
      type - The type of the property's value.
      option - The source Option to gather the information.
      isSecret - true if the property is a secret.