| Author |
Class.getSigners() returns null in Websphere 6.1 application server
|
sahoo lalit
Greenhorn
Joined: Jan 24, 2001
Posts: 11
|
posted

0
|
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
|
|
|