Dear Venkatramanan,Thanks very very much for your complete answer. that is my problem.
i had done something like your suggestion for authentication.
But you has mentioned we can not have out own authorization system. i read the developers guide
and there was mentioned by implementing of AuthorizationEngine and AuthorizationAdmin interfaces we
can have our authentication system. for example we could implement isAuthorized(....),getAthorizedOpertaions(),
getOperationForUser() in AuthorizationEngine interface and methods such isUserPresent() , createUser() , assignUserToGroup() in AuhtorizationAdmin and etc to have our authorization system.
this is very important for us to have our authorization system. i have a authentication and authorization system
which i use that in all our programs. i define all security rules there.
Please guide me and say why "Only Authentication in is allowed from external sources and is pluggable.
But authorization is not externally pluggable. It isto be done inside the WebNMS."
thanks very much again.
All the best