diff --git a/doc/docbook/acegi.xml b/doc/docbook/acegi.xml index 60cfd6cdd7..b5fd70da64 100644 --- a/doc/docbook/acegi.xml +++ b/doc/docbook/acegi.xml @@ -361,7 +361,7 @@ SecurityContext (and in turn the principal). SecurityContextHolder is an InheritableThreadLocal, meaning it is associated - with the current thread of execution. + with the current thread of execution. @@ -1114,8 +1114,8 @@ public aspect DomainObjectInstanceSecurityAspect implements InitializingBean { - RunAsImplAuthenticationToken is able to - authenticate a RunAsUserToken. This is + RunAsImplAuthenticationProvider is able + to authenticate a RunAsUserToken. This is discussed further in the Run-As Authentication Replacement section. You would not register this AuthenticationProvider if you were not using