From 710ada4e5eba626b4243900e73514d70cb6ea7eb Mon Sep 17 00:00:00 2001 From: Scott McCrory Date: Thu, 17 Nov 2005 01:47:03 +0000 Subject: [PATCH] SEC-101: changed last references to SecureContext into SecurityContext and ContextHolder into SecurityContextHolder. --- doc/docbook/acegi.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/docbook/acegi.xml b/doc/docbook/acegi.xml index 1850412e2d..02da62a7a7 100644 --- a/doc/docbook/acegi.xml +++ b/doc/docbook/acegi.xml @@ -432,8 +432,8 @@ Obtain the Authentication object from the - SecureContext, which is held in the - ContextHolder. + SecurityContext, which is held in the + SecurityContextHolder. @@ -4976,9 +4976,9 @@ INSERT INTO acl_permission VALUES (null, 6, 'scott', 1);
Context on SecurityContextHolder is of type: - org.acegisecurity.context.secure.SecureContextImpl + org.acegisecurity.context.SecurityContextImpl - The Context implements SecureContext. + The Context implements SecurityContext. Authentication object is of type: org.acegisecurity.adapters.PrincipalAcegiUserToken