Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Authentication

Nils,

A LoginService or a jaas LoginModule would be necessary.

Jan

On 22 October 2013 09:16, Nils Kilden-Pedersen <nilskp@xxxxxxxxx> wrote:
> If I wanted to set up simple password authentication using a MongoDB (or
> pick any non-JDBC database), am I correct in assuming I would have to
> provide implementations of the following interfaces?
>
> LoginService
> IdentityService
> UserIdentity
> Subject
> Principal
>
> It would be nice if all I had to do was implement UserIdentity login(String
> username, Object credentials), since the rest seems like boilerplate.
>
>
> _______________________________________________
> jetty-users mailing list
> jetty-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-users
>



-- 
Jan Bartel <janb@xxxxxxxxxxx>
www.webtide.com
'Expert Jetty/CometD developer,production,operations advice'


Back to the top