浏览代码

SEC-101: changed last references to SecureContext into SecurityContext and ContextHolder into SecurityContextHolder.

Scott McCrory 20 年之前
父节点
当前提交
710ada4e5e
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      doc/docbook/acegi.xml

+ 4 - 4
doc/docbook/acegi.xml

@@ -432,8 +432,8 @@
 
           <listitem>
             <para>Obtain the <literal>Authentication</literal> object from the
-            <literal>SecureContext</literal>, which is held in the
-            <literal>ContextHolder</literal>.</para>
+            <literal>SecurityContext</literal>, which is held in the
+            <literal>SecurityContextHolder</literal>.</para>
           </listitem>
 
           <listitem>
@@ -4976,9 +4976,9 @@ INSERT INTO acl_permission VALUES (null, 6, 'scott', 1);</programlisting></para>
 
       <blockquote>
         <para>Context on SecurityContextHolder is of type:
-        org.acegisecurity.context.secure.SecureContextImpl</para>
+        org.acegisecurity.context.SecurityContextImpl</para>
 
-        <para>The Context implements SecureContext.</para>
+        <para>The Context implements SecurityContext.</para>
 
         <para>Authentication object is of type:
         org.acegisecurity.adapters.PrincipalAcegiUserToken</para>