-
JAAS with Weblogic and Oracle
Hi,
I am using JAAS with Weblogic and Oracle. I am able to authenticate users from the database server. Unable to authorize the same.
I have One EJB Auth.java. There I am authenticating and calling Prov.java (another EJB). I have specified the security role in that EJB.
Auth.java
.....
try {
ctx.login();
} catch(LoginException le) {
.........
obj.Prov();
I am returning a dirrent Principal other than the one which I specified in Prov.java (EJB). But it still calls the EJB whereas it should'n be.
Please help..........
Partha Sarathi
Similar Threads
-
By Jody Janelle in forum Java
Replies: 3
Last Post: 12-24-2005, 09:42 AM
-
By Shailesh in forum Java
Replies: 1
Last Post: 07-31-2000, 04:17 PM
-
Replies: 1
Last Post: 06-21-2000, 08:28 AM
-
Replies: 0
Last Post: 03-14-2000, 03:46 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks