Class ClientConfig

java.lang.Object
edu.internet2.middleware.grouper.client.ClientConfig

public class ClientConfig extends Object
connection config information cached from grouper.properties
  • Constructor Details

    • ClientConfig

      public ClientConfig()
  • Method Details

    • clearCache

      public static void clearCache()
      clear the config cache (e.g. for testing)
    • clientConnectionConfigBeanCache

      public static Map<String,ClientConfig.ClientConnectionConfigBean> clientConnectionConfigBeanCache()
      get the bean map from cache or configure a new one
      Returns:
      the config bean
    • clientGroupConfigBeanCache

      public static Map<String,ClientConfig.ClientGroupConfigBean> clientGroupConfigBeanCache()
      get the bean map from cache or configure a new one
      Returns:
      the config bean