Add EXTERNAL SECURITY DEFINER and EXTERNAL SECURITY INVOKER support for
routines(functions or procedures)
----------------------------------------------------------------------------------------------------------
Key: DERBY-1023
URL: http://issues.apache.org/jira/browse/DERBY-1023
Project: Derby
Type: Sub-task
Components: SQL
Reporter: Mamta A. Satoor
Fix For: 10.2.0.0
Derby parser supports EXTERNAL SECURITY DEFINER and EXTERNAL SECURITY INVOKER
on a routine (function or procedure) but this information doesn't get saved
anywhere.
eg from lang/grantRevoke.sql test
CREATE PROCEDURE AUTH_TEST.addUserUtility(IN userName VARCHAR(50), IN
permission VARCHAR(22))
LANGUAGE JAVA PARAMETER STYLE JAVA
EXTERNAL SECURITY INVOKER
EXTERNAL NAME 'org.apache.derby.database.UserUtility.add ';
Finish up this functionality by doing necessary work required during compile,
execute and upgrade times.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira