Author: prabhat.jha(a)jboss.com
Date: 2008-08-22 12:26:52 -0400 (Fri, 22 Aug 2008)
New Revision: 11730
Added:
docs/enterprise/trunk/Tuning_Guide/en/modules/identity.xml
Modified:
docs/enterprise/trunk/Tuning_Guide/en/master.xml
Log:
Thanks Bolek. Adding info about login caching.
Modified: docs/enterprise/trunk/Tuning_Guide/en/master.xml
===================================================================
--- docs/enterprise/trunk/Tuning_Guide/en/master.xml 2008-08-22 15:35:30 UTC (rev 11729)
+++ docs/enterprise/trunk/Tuning_Guide/en/master.xml 2008-08-22 16:26:52 UTC (rev 11730)
@@ -18,6 +18,7 @@
<xi:include
xmlns:xi="http://www.w3.org/2001/XInclude"
href="modules/overview.xml" />
<xi:include
xmlns:xi="http://www.w3.org/2001/XInclude"
href="modules/jbossweb.xml" />
<xi:include
xmlns:xi="http://www.w3.org/2001/XInclude"
href="modules/hibernate.xml" />
+ <xi:include
xmlns:xi="http://www.w3.org/2001/XInclude"
href="modules/identity.xml" />
<xi:include
xmlns:xi="http://www.w3.org/2001/XInclude"
href="modules/clustering.xml" />
<xi:include
xmlns:xi="http://www.w3.org/2001/XInclude"
href="modules/jvm.xml" />
</book>
Added: docs/enterprise/trunk/Tuning_Guide/en/modules/identity.xml
===================================================================
--- docs/enterprise/trunk/Tuning_Guide/en/modules/identity.xml
(rev 0)
+++ docs/enterprise/trunk/Tuning_Guide/en/modules/identity.xml 2008-08-22 16:26:52 UTC
(rev 11730)
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<chapter id="identity">
+
+ <title>Identity</title>
+
+ <sect1>
+ <title>Cache Login Credentials</title>
+ EPP uses JaasSecurityManagerService to obtain current users
+ roles that are cached by JAAS during authentication. So altering
+ cache invalidation can affect performance. Please see the details at
+ <ulink
+
url="http://wiki.jboss.org/wiki/CachingLoginCredentials">
+ </ulink>.
+ </sect1>
+
+ <sect1>
+ <title>Miscellaneous</title>
+
+ </sect1>
+</chapter>