You're right i implements my own AuthenticationProvider like that :
import org.acegisecurity.Authentication;
import org.acegisecurity.AuthenticationException;
import...
Type: Posts; User: denis13; Keyword(s):
You're right i implements my own AuthenticationProvider like that :
import org.acegisecurity.Authentication;
import org.acegisecurity.AuthenticationException;
import...
Hi,
I'm using the Acegi Security.
I have a problem because the authentification in my company is outsourced with a WebService. :p
This WS have 2 arguments : login and password.
I would like...