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 [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
