Hello everyone!
I'm trying to implement a simple project where i need my Application users to Login before they access any of the application pages.
I've found some tutorials, but most of them added the users manually to the security, and i need them to be ONLY on the database, since i'll use a Webservice to fetch the data.
So here are my case requirements:
- Create a custom Login page asking for Username/Password credentials
- Fetch data using the Webservice (this part is done)
- If data matches a Session should be open.
- Some user data as userName, preferences.... should be saved on a SessionBean
- The session should be open until the user Logout or timeout.
Any advice/tip on how to implement the Login page and track the Session data and status?
PS: Using jdev 12c
Best regards,
Luís Cabaço