Results 1 to 2 of 2

Thread: using acegi on a distributed system without web

  1. #1
    Join Date
    Apr 2005
    Posts
    23

    Default using acegi on a distributed system without web

    Hi,

    We are considering using acegi for the security layer of our app, which doesn't have a web layer.

    We have a server that uses hibernate+spring and a swing client (probably will use spring rcp in the future).

    1) Since most thread discuss web scenarios, would there be any problem in a a client-server scenario ?

    2) Our swing app needs to work regardless of the server being up (although only on future versions). Can some sort of credentials caching be done on the client ?

    thanks
    Ricardo

  2. #2
    Join Date
    Aug 2004
    Location
    Sydney, Australia
    Posts
    2,768

    Default

    Acegi Security works fine with rich clients. You can plug in your own client-side AuthenticationProvider which is designed to cache credentials etc. You should be fine using Acegi Security in this scenario.

Similar Threads

  1. Acegi for LDAP
    By vaibhav.gandhi in forum Security
    Replies: 12
    Last Post: Jul 13th, 2005, 12:33 AM
  2. Acegi in distributed applications
    By haninaguib in forum Security
    Replies: 1
    Last Post: Jun 24th, 2005, 10:37 PM
  3. RedirectView and ACEGI BUg??
    By tysonbrown in forum Security
    Replies: 3
    Last Post: Mar 10th, 2005, 05:16 AM
  4. Replies: 3
    Last Post: Nov 5th, 2004, 02:32 PM
  5. Replies: 4
    Last Post: Nov 2nd, 2004, 02:11 PM

Posting Permissions

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