hi,
i have a problem with define permission for my applet that would to spacial resource access like get user.name property or file system command like create,read, write directory or files...
the applet must write any data -ex. images- that received from a web application in such files in temp directory with using user.name to make a folder to these...
i want to sign applet and grant permission for it so that every client which runs my applet permission it to resource access that is needed, how i can do it? is it possible?
is it a method without client side grant permission? i know that's not good security policy and maybe incorrect idea , but with my problem statement what's your idea? how i can do this?