-
From: "John Kwon" <[EMAIL PROTECTED]>
To: users@appfuse.dev.java.net
Sent: Monday, October 29, 2007 12:34:27 PM (GMT-0800) America/Los_Angeles
Subject: Re: [appfuse-user] Sample Code for Acegi CustomAuthenticationProvider
So if I implement my own CustomAuthenticationProvi
So if I implement my own CustomAuthenticationProvider, and replace the entry
for the daoAuthenticationProvider
with my own class, (I'm looking at the code for DaoAuthenticationProvider),
I should be able to drop mine neatly in?
The best examples I have found are in Acegi itself.
http://tinyurl.com/2s42qb
Nathan
- Original Message -
From: "John Kwon" <[EMAIL PROTECTED]>
To: users@appfuse.dev.java.net
Sent: Monday, October 29, 2007 12:18:41 PM (GMT-0800) America/Los_Angeles
Subject: [appfuse-u
I need a sample so I can see what I have to implement to make my own
authentication provider to Documentum.
Does anyone have a code example of a CustomAuthenticationProvider?
I've Googled, and only found incomplete examples.