Hi, On Mon, Jan 12, 2009 at 3:53 PM, [email protected] <[email protected]> wrote: > Using SimpleCredentials works, what's the difference between > SimpleCredentials and my own class User???
The default LoginModule used by Jackrabbit only knows about the SimpleCredentials class. If you want to use a custom Credentials class, you'll also need to implement a LoginModule that knows about it. BR, Jukka Zitting
