Juan José Ramos Cassella created GEODE-6985:
-----------------------------------------------

             Summary: Improve RestrictedMethodAuthorizer
                 Key: GEODE-6985
                 URL: https://issues.apache.org/jira/browse/GEODE-6985
             Project: Geode
          Issue Type: New Feature
          Components: querying
            Reporter: Juan José Ramos Cassella


Make sure the class is immutable and thread safe and add two new public methods 
to the implementation:
* {{isAllowedGeodeMethod}}: it should return {{true}} when the {{Method}} on 
the target {{Object}} is considered safe ({{Region.get}}, {{Region.entrySet}}, 
{{Region.keySet}}, {{Region.values}}, {{Region.getEntries}}, 
{{Region.getValues}}, {{Region.containsKey}}, {{Region.getKey}} and 
{{Region.getValue}}), and {{false}} otherwise.
* {{isKnownDangerousMethod}}: it should return {{true}} when the {{Method}} on 
the target {{Object}} is known to be a non-safe method. Including but not 
limited to {{getClass}}, which allows the user to execute anything using 
reflection.

Implement unit tests for the class and all of its methods.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

Reply via email to