Class

atg.servlet.security.ThreadUserBinderServlet

Component

/atg/dynamo/servlet/dafpipeline/ThreadUserBinderServlet (DAF)
/atg/dynamo/servlet/pipeline/ThreadUserBinderServlet (DAS)

ThreadUserBinderServlet takes the atg/dynamo/security/User component that was previously associated to the request by SessionServlet and associates it to the request thread itself. You can find which User component the ThreadUserBinderServlet component will use in the userComponentName property. If a User component doesn’t exist in the request, ThreadUserBinder will create one.

This servlet makes user information available to other security-related portions of the ATG platform so be sure to insert ThreadUserBinderServlet before any security components that expect user information.

 
loading table of contents...