Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

ADF Login/Authentication using ADF Security (with custom Login Page)

LCabacoSep 11 2015 — edited Sep 14 2015

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

This post has been answered by kdario on Sep 11 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 12 2015
Added on Sep 11 2015
2 comments
942 views