Hi everyone,
I want to implement HTTP Basic Authentication for my web services, but I also want to use ObjectDB to store credentials. Therefore I'm in the need of a custom realm for GlassFish 3.1. My guess is somebody already did this before, so if yes please raise your hands. Otherwise please help me with the implementation and please share your thoughts on the matter. Also I think it would be great if a realm like that came bundled with ObjectDB, possibly as an OSGi module.
EDIT
Is it possible to use ObjectDB as a JDBC Resource in GlassFish? That way maybe I could make JDBCRealm.
Thanks in advance,
Daniel