[jboss-cvs] JBossAS SVN: r101448 - projects/docs/enterprise/5.1/JBoss_Security_Guide/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 25 02:04:57 EST 2010


Author: jaredmorgs
Date: 2010-02-25 02:04:57 -0500 (Thu, 25 Feb 2010)
New Revision: 101448

Modified:
   projects/docs/enterprise/5.1/JBoss_Security_Guide/en-US/chap-Security_Configuration_And_Architecture.xml
Log:
Added content for Callback Handlers.

Modified: projects/docs/enterprise/5.1/JBoss_Security_Guide/en-US/chap-Security_Configuration_And_Architecture.xml
===================================================================
--- projects/docs/enterprise/5.1/JBoss_Security_Guide/en-US/chap-Security_Configuration_And_Architecture.xml	2010-02-25 06:39:14 UTC (rev 101447)
+++ projects/docs/enterprise/5.1/JBoss_Security_Guide/en-US/chap-Security_Configuration_And_Architecture.xml	2010-02-25 07:04:57 UTC (rev 101448)
@@ -1408,8 +1408,59 @@
           </example>
         </step>
       </procedure>
-      <para/>
     </section>
+    <section>
+      <title>Configuring Customer Callback Handlers</title>
+      <para>Implementing callback handlers into  authentication procedures allows a Login Module to authenticate a user independent of the client application authentication method.  </para>
+      <para>You can implement callback handlers using the following methods:</para>
+      <itemizedlist>
+        <listitem>
+          <para>Specify the CallbackHandlerClassName attribute in the <filename>conf/jboss-service.xml</filename>  JaasSecurityManagerService mbean definition.</para>
+        </listitem>
+        <listitem>
+          <para>Specify the fully qualified class name of the callback handler as a system property.</para>
+        </listitem>
+        <listitem>
+          <para>Inject a callback handler instance into the <filename>deploy/security/security-jboss-beans.xml</filename> JNDISecurityManagement bean. </para>
+        </listitem>
+      </itemizedlist>
+      <procedure>
+        <title>Set callback handler using attributes</title>
+        <para/>
+        <step>
+          <title/>
+          <para/>
+        </step>
+        <step>
+          <title/>
+          <para/>
+        </step>
+      </procedure>
+      <procedure>
+        <title>Set callback handler using system properties</title>
+        <para/>
+        <step>
+          <title/>
+          <para/>
+        </step>
+        <step>
+          <title/>
+          <para/>
+        </step>
+      </procedure>
+      <procedure>
+        <title>Set callback handler using injection</title>
+        <para/>
+        <step>
+          <title/>
+          <para/>
+        </step>
+        <step>
+          <title/>
+          <para/>
+        </step>
+      </procedure>
+    </section>
     <section id="Defining_Security_Domains-Loading_Security_Domains">
       <title>Loading Security Domains</title>
       <para>




More information about the jboss-cvs-commits mailing list