- This topic has 6 replies, 4 voices, and was last updated 19 years, 11 months ago by Scott Anderson.
-
AuthorPosts
-
vindyahariMemberI need to configure my JSF login page to use weblogic 8.1 for user authentication. What would I need to do to set up user authorization and authentication.
Thanks,
Vindya
Riyad KallaMemberMoving to OT > Soft Dev.
Vindya,
Double check the WL docs on how to use the built int authentication in your Java code, then in your ManagedBean’s login method (e.g. LoginBean.login) implement the example code to communicate with the app server for the auth information.
vindyahariMemberWhat example code. I do not have any example code. How do i configure this using “MyEclipse 3.8” using Weblogic 8.1. Would I need to use the “JASS Login Configuration File” under Windows/Preferences…..I have no clue as to how to do this and would appreciate some help. Our company recently purchased the MyEclispe framework under POLICY-STUDIES.. Please can you give me a step by step example….Thank You…
Vindya
Riyad KallaMemberVindya,
First tell me what you are trying to do. If you are asking how to make your JSF application do user validation with your WebLogic application server, this is totally outside of the scope of the MyEclipse product and can be simplified to a “How do I do user validation against WebLogic from a JSF app?” which is a general development question that I have no answer for (I’ve never done it, and neither have the devs I’ve asked briefly after you posted).Am I misunderstanding your question? If so, please clarify what it is you are trying to do. In the mean time if I find any resources pertaining to this I will certainly post them for you. Have you tried googling for something like “Weblogic user authentication”?
vindyahariMemberMy environment is Eclipse 3.0.1 and MyEclipse 3.8.2 configured for Weblogic 8.1.
My JSF app now requires for Weblogic to authenticate the user. Instead of hardcoding my user validation logic in my UserLoginBean, I now need to use WebLogic 8.1 to authenticate the user. My QUESTION is.. HOW WOULD I CONFIGURE MY UserLoginBean, to use WebLogic8.1 to validate the user. The support that I need from you is
— Would I need to use the JASS login configuration file, under Windows/Preferences. — What are the supporting deployment files would I need to make entries in.
— If you have a doc out there can you point me to it…
— I’m not asking for you to teach me JSF…I hope you understand what I need ..it’s going to be hard for me to explain myself more clearly than I have.
Thanks
Vindya
Nabil SuleimanParticipant
Scott AndersonParticipantVindya,
Truthfully, configuring your application to authenticate properly is really outside the support we can offer for MyEclipse. As long as your application is being deployed and loaded properly, getting it to authenticate properly is really a developer concern. Google or the weblogic documentation would be your best sources for detailed knowledge such as this.
-
AuthorPosts