public interface GroupMembershipHierarchyCacheMBean extends StandardInterface, DescriptorBean
| Modifier and Type | Method and Description | 
|---|---|
Boolean | 
getEnableGroupMembershipLookupHierarchyCaching()
Returns whether group membership hierarchies found
 during recursive membership lookup will be cached. 
 | 
Integer | 
getGroupHierarchyCacheTTL()
Returns the maximum number of seconds a group membership hierarchy entry is valid in the LRU cache. 
 | 
Integer | 
getMaxGroupHierarchiesInCache()
Returns the maximum size of the LRU cache for holding group membership hierarchies if caching is enabled. 
 | 
void | 
setEnableGroupMembershipLookupHierarchyCaching(Boolean enabled)
Sets whether to cache group membership hierarchies found
 during recursive membership lookup. 
 | 
void | 
setGroupHierarchyCacheTTL(Integer TTL)
Sets the maximum number of seconds a group membership hierarchy entry is valid in the LRU cache. 
 | 
void | 
setMaxGroupHierarchiesInCache(Integer max)
Sets the maximum size of the LRU cache for holding group membership hierarchies if caching is enabled. 
 | 
getNameaddPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListenerBoolean getEnableGroupMembershipLookupHierarchyCaching()
void setEnableGroupMembershipLookupHierarchyCaching(Boolean enabled) throws InvalidAttributeValueException
enabled - - new enable group membership lookup hierarchy caching valueInvalidAttributeValueExceptionGroupMembershipHierarchyCacheMBean.getEnableGroupMembershipLookupHierarchyCaching()Integer getMaxGroupHierarchiesInCache()
void setMaxGroupHierarchiesInCache(Integer max) throws InvalidAttributeValueException
max - - the new maximum number of group hierarchies in the cacheInvalidAttributeValueExceptionGroupMembershipHierarchyCacheMBean.getMaxGroupHierarchiesInCache()Integer getGroupHierarchyCacheTTL()
void setGroupHierarchyCacheTTL(Integer TTL) throws InvalidAttributeValueException
TTL - - the new group hierarchy cache time to live in seconds.InvalidAttributeValueExceptionGroupMembershipHierarchyCacheMBean.getGroupHierarchyCacheTTL()