Class ClientConfig
java.lang.Object
edu.internet2.middleware.grouper.client.ClientConfig
connection config information cached from grouper.properties
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
holds the state of one connection in thestatic class
holds the state of one connection in thestatic class
bean represents the group connections to external groupersstatic enum
parse the config for writing to local or remote grouper, write by id or identifier or either -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
clear the config cache (e.g.get the bean map from cache or configure a new oneget the bean map from cache or configure a new one
-
Constructor Details
-
ClientConfig
public ClientConfig()
-
-
Method Details
-
clearCache
public static void clearCache()clear the config cache (e.g. for testing) -
clientConnectionConfigBeanCache
get the bean map from cache or configure a new one- Returns:
- the config bean
-
clientGroupConfigBeanCache
get the bean map from cache or configure a new one- Returns:
- the config bean
-