Skip to Main Content

Java APIs

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!

Logging in via Java and using browser session

Alejandro Tovar LanzMay 28 2013 — edited Jun 3 2013
Hi,

Gurus, it is possible to use JAVA to log in to a page asking for credentials and afterwards, use the browser with the session so the logging in part is out of sight for the user??

Regards

Comments

Gary Graham-Oracle
Hi,

The short answer is no, but I do not believe your use case is entirely realistic. SQL Developer filtering is layered:

1. By schema name rule (for Other Users node)
2. By object name rule (for all object types within a specific schema / connection node)
3. By object name rule (for a specific object type within a specific schema)
4. Layers 1 and 2 have an implicit AND condition
5. Layer 3 provides a Match Any or Match All option, so that predicate will contain either all ANDs or all ORs
6. Layer 3 also provides an option to ignore the rule in layer 2.

This filter coverage seems fairly complete for most cases. Otherwise create a user defined report with the necessary SQL query.

Regards,
Gary
SQL Developer Team
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jul 1 2013
Added on May 28 2013
4 comments
2,671 views