Subject | Re: [Firebird-Architect] External engines - security |
---|---|
Author | Roman Rokytskyy |
Post date | 2007-10-21T20:36:55Z |
> That means I can deny/allow call for getClassLoader method for any JavaThe getClassLoader() method is a specific case defined in the Java
> procedure that is declared.
security specification.
> So I write MyClass.myProcedure and register it in FB.See my recent post: a) you can't do it; b) you don't want to do it. :)
>
> If MyClass.myProcedure calls a denyed method, JVM will throw a exception.
>
> We'll not allow calls for non-registered methods directly from the database.
Roman