|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.internet2.middleware.grouper.client.ClientConfig
public class ClientConfig
connection config information cached from grouper.properties
| Nested Class Summary | |
|---|---|
static class |
ClientConfig.ClientConnectionConfigBean
holds the state of one connection in the |
static class |
ClientConfig.ClientConnectionSourceConfigBean
holds the state of one connection in the |
static class |
ClientConfig.ClientGroupConfigBean
bean represents the group connections to external groupers |
static class |
ClientConfig.GroupSyncWriteIdentifier
parse the config for writing to local or remote grouper, write by id or identifier or either |
| Constructor Summary | |
|---|---|
ClientConfig()
|
|
| Method Summary | |
|---|---|
static void |
clearCache()
clear the config cache (e.g. for testing) |
static java.util.Map<java.lang.String,ClientConfig.ClientConnectionConfigBean> |
clientConnectionConfigBeanCache()
get the bean map from cache or configure a new one |
static java.util.Map<java.lang.String,ClientConfig.ClientGroupConfigBean> |
clientGroupConfigBeanCache()
get the bean map from cache or configure a new one |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClientConfig()
| Method Detail |
|---|
public static void clearCache()
public static java.util.Map<java.lang.String,ClientConfig.ClientConnectionConfigBean> clientConnectionConfigBeanCache()
public static java.util.Map<java.lang.String,ClientConfig.ClientGroupConfigBean> clientGroupConfigBeanCache()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||