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

This commit is contained in:
Scott McCrory 2005-11-17 01:47:03 +00:00
parent 6a1a4abb1d
commit 710ada4e5e

View File

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