You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by jj...@apache.org on 2019/11/29 12:55:04 UTC

[geode] branch develop updated (6933232 -> 081f5cb)

This is an automated email from the ASF dual-hosted git repository.

jjramos pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from 6933232  GEODE-7487: Update Running CQ Context (#4369)
     add 081f5cb  GEODE-6994: OQL Add Method Invocation Security Docs (#4325)

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |   1 +
 .../integrationTest/resources/assembly_content.txt |   1 +
 .../source/subnavs/geode-subnav.erb                |   5 +-
 ...eAnnotationBasedMethodInvocationAuthorizer.java |  64 +++++++
 .../query_select/the_where_clause.html.md.erb      |  47 ++---
 .../images/threatsAddressedByEachAuthorizer.png    | Bin 0 -> 84847 bytes
 .../security/authorization_example.html.md.erb     |  64 ++++---
 .../security/authorization_overview.html.md.erb    |   6 +-
 .../implementing_authorization.html.md.erb         |   5 +-
 .../method_invocation_authorizers.html.md.erb      | 198 +++++++++++++++++++++
 10 files changed, 327 insertions(+), 64 deletions(-)
 create mode 100644 geode-core/src/main/java/org/apache/geode/examples/security/ExampleAnnotationBasedMethodInvocationAuthorizer.java
 create mode 100644 geode-docs/images/threatsAddressedByEachAuthorizer.png
 create mode 100644 geode-docs/managing/security/method_invocation_authorizers.html.md.erb