mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-25 05:22:16 +00:00
SEC-101: changed last references to SecureContext into SecurityContext and ContextHolder into SecurityContextHolder.
This commit is contained in:
parent
6a1a4abb1d
commit
710ada4e5e
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user