[jboss-dev-forums] [Design of POJO Server] - Re: VFS Permissions - JBMICROCONT-149

anil.saldhana@jboss.com do-not-reply at jboss.com
Thu Nov 6 17:37:37 EST 2008


Adrian, have you explored the possibility of overriding CodeSource class to create something like VFSCodeSource that is added in the VFSClassLoaderPolicy->getProtectionDomain method?

The key method that always gets called by the JDK is the codesource->imples method.
http://java.sun.com/j2se/1.5.0/docs/api/java/security/CodeSource.html#implies(java.security.CodeSource)

at least in the Policy->getPermissions(CodeSource) method.
http://java.sun.com/j2se/1.5.0/docs/api/java/security/Policy.html#getPermissions(java.security.CodeSource)

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4187557#4187557

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4187557



More information about the jboss-dev-forums mailing list