JAAS Policy provider
Hi I am extending JAAS(j2sdk1.4.2_11) I have set policy.provider to the my custom policy class in java.security file still it is not creating my custom policy class object any idea about it?
And can we use JAAS to extend for Authorization only without implementing Authentication. Because in Jaas auhorization is authetication based.
Please help in this
Regards,
Bhupendra

