sridhar456

Greenhorn
+ Follow
since Aug 20, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by sridhar456

Hi all,
anybody having idea on weblogic security pls help.
My requirement is to create users in the weblogic realm programmatically.like when I insert into the database, I have to insert the user thru the consoile again to authenticate the user.
How can I add him dynamically.
I tried using cachingrealm class. But How to initialize it.
CachingRealm crealm = new CachingRealm(ListableRealm delegate)... But How can get an instance of a ListableRealm.
if it is BasicRealm we can initialize thru Realm.getRealm().
But in this basicrealm there is no method like newUser() for addiong user dynamically.
If there is any method also pls tell me.
Regards,Sridhar.