- Sep 29, 2004
- 18,665
- 67
- 91
We have a third party app. Lets call it Banana. Banana needs a username and password for us to log into it.
We need to Access Banana from a Java EE app.
The Java EE App is going to be hosted by Web Logic.
Is there a way for Web Logic to store the login/pass data and for our application to access that data?
So the login/password flow that I am in need of is:
Web Logic -> Java code (Java EE app)
I am trying to avoid writing my own encryption and using a flat file.
We need to Access Banana from a Java EE app.
The Java EE App is going to be hosted by Web Logic.
Is there a way for Web Logic to store the login/pass data and for our application to access that data?
So the login/password flow that I am in need of is:
Web Logic -> Java code (Java EE app)
I am trying to avoid writing my own encryption and using a flat file.