Results 1 to 3 of 3

Thread: Spring business tier and system user?

  1. #1
    Join Date
    Oct 2006
    Posts
    100

    Default Spring business tier and system user?

    I have an application that has a Struts based web GUI and a Spring business tier with Acegi for authentication.

    I want to add some background processes to monitor ongoing activities. Part of the process is likely to include the creation of new data records that will include the name of the creating user - in this case it would be a 'system user'.

    How can I design these background processes so that they are using a recognized/approved 'system user'?

    I've already run a search for 'system user' and can't find any other forum messages.

  2. #2
    Join Date
    Sep 2006
    Location
    UK
    Posts
    8,424

    Default

    So this background user needs to be authenticated? Can't you just programmatically authenticate this? Have you looked as RunAs?
    Last edited by karldmoore; Aug 27th, 2007 at 03:46 PM.
    Barracuda Networks SSL VPN Lead Developer
    http://pramatr.wordpress.com
    http://twitter.com/karldmoore
    http://www.linkedin.com/in/karldmoore
    Any postings are my own opinion, and should not be attributed to my employer or clients.

  3. #3
    Join Date
    Oct 2006
    Posts
    100

    Default

    The process needs a 'user ID' (e.g. 'system') in order to track how entries to tables were originated.

    Where can I find info on 'run as'?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •