donchen Posted April 21, 2009 Share Posted April 21, 2009 Hi guys, I am using BEA Weblogic and i am having some problems trying to get some data. I want to use JAVA to get the list of users in it. How can i do this? Link to comment Share on other sites More sharing options...
0 _kane81 Posted April 21, 2009 Share Posted April 21, 2009 I dont think there is a way of doing that unless you interact directly with the LDAP directory or database you are using as a Login Module source........ Interested to know if others have suggestions. elaborating furthur: JEE security model allow you to have multiple Login Modules allowing you to authenticate against multiple sources /providers... say a database, windows, LDAP, etc. if say LDAP provider rejects the user, the security (depending on config) will move to the next login provider...etc So under that model, it is difficult to get the "users" and thus I dont think there is an inbuilt api for you... you have to write your own user management code for your own security provider source... Link to comment Share on other sites More sharing options...
Question
donchen
Hi guys,
I am using BEA Weblogic and i am having some problems trying to get some data.
I want to use JAVA to get the list of users in it.
How can i do this?
Link to comment
Share on other sites
1 answer to this question
Recommended Posts