File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Websphere and the fly likes Class.getSigners() returns null in Websphere 6.1 application server Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Websphere
Reply Bookmark "Class.getSigners() returns null in Websphere 6.1 application server" Watch "Class.getSigners() returns null in Websphere 6.1 application server" New topic
Author

Class.getSigners() returns null in Websphere 6.1 application server

sahoo lalit
Greenhorn

Joined: Jan 24, 2001
Posts: 11
Hi All,

I am using websphere 6.1 application server and deployed a custom login module using JAAS.

But in our application we are verifying the signers of a class by invoking following statement:

Class myClass = Class.forName(className);
Object[] mySigners = myClass.getSigners();

Here I am getting mySigners as null.

Can anybody help me in resolving this?

Regards,
Lalit
 
 
subject: Class.getSigners() returns null in Websphere 6.1 application server
 
developer file tools