facebook

Configure JSF login to use weblogic for user authentication

  1. MyEclipse IDE
  2.  > 
  3. Off Topic
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #220395 Reply

    vindyahari
    Member

    I 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

    #220399 Reply

    Riyad Kalla
    Member

    Moving 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.

    #220403 Reply

    vindyahari
    Member

    What 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

    #220405 Reply

    Riyad Kalla
    Member

    Vindya,
    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”?

    #220407 Reply

    vindyahari
    Member

    My 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

    #220408 Reply

    Nabil Suleiman
    Participant

    The answer is simple.

    GOOGLE

    http://www.google.com

    #220417 Reply

    Scott Anderson
    Participant

    Vindya,

    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.

Viewing 7 posts - 1 through 7 (of 7 total)
Reply To: Configure JSF login to use weblogic for user authentication

You must be logged in to post in the forum log in