XACML Decision Caching Configuration Options

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 490

This topic has not yet been written. The content below is from the topic description.
Configuration   Locator that needs to be used is org.jboss.security.xacml.locators.cache.DecisionCacheLocator Parameter Options The following options can be used: ignoreEnvironmentID  :  if you want to specify a comma separated list of URI for environment attributes that the decision cache locator has to ignore from the XACML Request to cache. ignoreSubjectID:  a comma separated list of URI for subject attributes. ignoreResourceID: a comma separated list of URI for resource attributes. ignoreActionID: a comma separated list of URI for action attributes. enhanceSpeed:  a true value (default)  utilizes a LRU based LinkedHashMap internal implementation for the cache. a false value utilizes a WeakHashMap internal implementation. initialCapacity:  integer that defines the initialCapacity of the internal map (used for caching). Default value is 100. Please refer to the java.util.HashMap documentation for more information on this parameter. loadFactor: float value that determines the load factor of the internal map (used for caching). Default value is 0.75F. Please refer to the  java.util.HashMap documentation for more information on this parameter.