Package edu.internet2.middleware.grouperClient.util

Class Summary
ExpirableCache<K,V> This is like a map, but the setters also take an expire time which will mean the items in the cache will be automatically deleted.
ExpirableValue<T> This holds the actual value of the map, and the time it was inserted, and the time that it should last in the cache
GcElUtilsSafe utility methods for grouper that are safe to use in expression language.
GcJsonIndenter indent json, assumes the input is not yet indented.
GrouperClientCommonUtils utility methods for grouper.
GrouperClientCommonUtils.CommandResult The results of executing a command.
GrouperClientConfig hierarchical config class for grouper.client.properties
GrouperClientLdapUtils  
GrouperClientLog  
GrouperClientUtils utility methods specific to grouper client
GrouperClientXstreamUtils  
XmlIndenter indent xml, assumes the input is not yet indented.
 

Enum Summary
ExpirableCache.ExpirableCacheUnit unit of time for expirable cache
 

Exception Summary
GcExpressionLanguageMissingVariableException