[jboss-jira] [JBoss JIRA] Resolved: (AS7-322) Add authentication cache for standalone server
Marcus Moyses (JIRA)
jira-events at lists.jboss.org
Thu May 12 13:27:31 EDT 2011
[ https://issues.jboss.org/browse/AS7-322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Marcus Moyses resolved AS7-322.
-------------------------------
Resolution: Done
Authentication cache added. A security domain element now accepts a cache-type attribute. Setting cache-type="default" uses a ConcurrentMap implementation with basic eviction as the cache. Setting cache-type="infinispan" uses an Infinispan cache using a cache container named 'security' with a default cache named 'auth-cache'. These settings must me added to the infinispan subsystem configuration. Removing the cache-type attribute means that particular security domain will not cache authentication information.
> Add authentication cache for standalone server
> ----------------------------------------------
>
> Key: AS7-322
> URL: https://issues.jboss.org/browse/AS7-322
> Project: Application Server 7
> Issue Type: Feature Request
> Components: Security
> Affects Versions: 7.0.0.Beta2
> Reporter: Marcus Moyses
> Assignee: Marcus Moyses
> Fix For: 7.0.0.CR1
>
>
> Add authentication cache for standalone server to replicate functionality that existed in previous versions.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list