[
https://issues.apache.org/jira/browse/GEODE-6984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16933277#comment-16933277
]
ASF subversion and git services commented on GEODE-6984:
--------------------------------------------------------
Commit a228edbee5ecd5ccf619b772d2838e898477972b in geode's branch
refs/heads/develop from Juan José Ramos
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=a228edb ]
GEODE-6984: Make OQL Security API Public (#4030)
- Addded javadocs for MethodInvocationAuthorizer.
- Fixed warnings and added Unit Tests for MethodDispatch.
- Fixed warnings and added Unit Tests for AttributeDescriptor.
- Moved 'MethodInvocationAuthorizer' and 'RestrictedMethodAuthorizer'
from an internal package to a public one,
'org.apache.geode.cache.query.security'.
> Publish MethodInvocationAuthorizer and RestrictedMethodInvocationAuthorizer
> ---------------------------------------------------------------------------
>
> Key: GEODE-6984
> URL: https://issues.apache.org/jira/browse/GEODE-6984
> Project: Geode
> Issue Type: New Feature
> Components: querying
> Reporter: Juan José Ramos Cassella
> Assignee: Juan José Ramos Cassella
> Priority: Major
> Labels: GeodeCommons
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> Move both classes out of the {{internal}} package and make them public. The
> new name for {{RestrictedMethodInvocationAuthorizer}} should be
> {{RestrictedMethodAuthorizer}}.
> Once this ticket is implemented, the {{DefaultQueryService}} should use the
> actual rules and
> [instantiate|https://github.com/apache/geode/blob/rel/v1.9.0/geode-core/src/main/java/org/apache/geode/cache/query/internal/DefaultQueryService.java#L117-L131]
> the new {{RestrictedMethodAuthorizer}} by default so we can continue
> implementing the rest of the proposal without blocking any releases.
> Add comprehensive and clear documentation to the classes and all methods so
> customers can use and understand them without leaving their IDE.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)