You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2016/05/09 11:08:08 UTC

svn commit: r1742917 - /tomcat/trunk/webapps/docs/config/jaspic.xml

Author: markt
Date: Mon May  9 11:08:08 2016
New Revision: 1742917

URL: http://svn.apache.org/viewvc?rev=1742917&view=rev
Log:
Correct class name for ServerAuthModule wrapper

Modified:
    tomcat/trunk/webapps/docs/config/jaspic.xml

Modified: tomcat/trunk/webapps/docs/config/jaspic.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/jaspic.xml?rev=1742917&r1=1742916&r2=1742917&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/jaspic.xml (original)
+++ tomcat/trunk/webapps/docs/config/jaspic.xml Mon May  9 11:08:08 2016
@@ -92,7 +92,7 @@
 
   <subsection name="ServerAuthModule">
 
-    <p>The the 3rd party implementation only provides an
+    <p>If the 3rd party implementation only provides an
     <code>ServerAuthModule</code> then it will be necessary to provide a number
     of supporting classes. These may be a custom implementation or,
     alternatively, Tomcat provides a simple wrapper implementation for
@@ -104,7 +104,7 @@
     <code>&lt;jaspic-providers&gt;</code> element in
     <code>$CATALINA_BASE/conf/jaspic-providers.xml</code>.</p>
 <source><![CDATA[<provider name="any"
-          className="org.apache.catalina.authenticator.jaspic.AuthConfigProviderImpl"
+          className="org.apache.catalina.authenticator.jaspic.SimpleAuthConfigProvider"
           layer="HttpServlet"
           appContext="Catalina/localhost /contextPath"
           description="any">
@@ -118,7 +118,7 @@
     the previous section but with some key differences.</p>
 
     <p>The <code>className</code> attribute must be
-    <code>org.apache.catalina.authenticator.jaspic.AuthConfigProviderImpl</code>.</p>
+    <code>org.apache.catalina.authenticator.jaspic.SimpleAuthConfigProvider</code>.</p>
 
     <p>The <code>ServerAuthModule</code>(s) are specified via properties. The
     property name must be
@@ -163,7 +163,7 @@
                   xsi:schemaLocation="http://tomcat.apache.org/xml jaspic-providers.xsd"
                   version="1.0">
   <provider name="google-oauth"
-            className="org.apache.catalina.authenticator.jaspic.AuthConfigProviderImpl"
+            className="org.apache.catalina.authenticator.jaspic.SimpleAuthConfigProvider"
             layer="HttpServlet"
             appContext="Catalina/localhost /contextPath"
             description="Google OAuth test">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org