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

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


    from ed575a1  GEODE-5011: Require all ResultModel sections to be explicitly 
named (#1944)
     add 4f62664  GEODE-5041: Post processing results from the experimental 
protocol
     add 5b1abba  GEODE-5041: Renaming authorization to security in new protocol
     new e86ee73  GEODE-5041: Adding post processing to the new protocol

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ...est.java => PostProcessingIntegrationTest.java} |  62 ++++++---
 .../NoSecurity.java}                               |  14 +-
 .../NotLoggedInSecurity.java}                      |  14 +-
 .../SecureCache.java}                              |   6 +-
 .../SecureCacheImpl.java}                          | 104 +++++++++++----
 .../SecureFunctionService.java}                    |   4 +-
 .../SecureFunctionServiceImpl.java}                |  12 +-
 .../SecureLocator.java}                            |   4 +-
 .../SecureLocatorImpl.java}                        |  12 +-
 .../Authorizer.java => security/Security.java}     |   8 +-
 .../ShiroSecurity.java}                            |  16 ++-
 .../v1/LocatorMessageExecutionContext.java         |  32 ++---
 .../protobuf/v1/MessageExecutionContext.java       |   9 +-
 .../protobuf/v1/ServerMessageExecutionContext.java |  31 +++--
 .../operations/ClearRequestOperationHandler.java   |   2 +-
 ...cuteFunctionOnGroupRequestOperationHandler.java |   2 +-
 ...uteFunctionOnMemberRequestOperationHandler.java |   2 +-
 ...uteFunctionOnRegionRequestOperationHandler.java |   6 +-
 .../operations/GetAllRequestOperationHandler.java  |   4 +-
 .../GetRegionNamesRequestOperationHandler.java     |   2 +-
 .../v1/operations/GetRequestOperationHandler.java  |   6 +-
 .../v1/operations/GetServerOperationHandler.java   |   2 +-
 .../operations/GetSizeRequestOperationHandler.java |   2 +-
 .../v1/operations/KeySetOperationHandler.java      |   2 +-
 .../OqlQueryRequestOperationHandler.java           |   3 +-
 .../operations/PutAllRequestOperationHandler.java  |   4 +-
 .../PutIfAbsentRequestOperationHandler.java        |   4 +-
 .../v1/operations/PutRequestOperationHandler.java  |   4 +-
 .../operations/RemoveRequestOperationHandler.java  |   2 +-
 .../SecureCacheImplTest.java}                      | 143 +++++++++++++++++++--
 .../SecureFunctionServiceImplTest.java}            |  21 ++-
 ...ueryRequestOperationHandlerIntegrationTest.java |   8 +-
 32 files changed, 385 insertions(+), 162 deletions(-)
 copy 
geode-experimental-driver/src/test/java/org/apache/geode/experimental/driver/{AuthenticationTest.java
 => PostProcessingIntegrationTest.java} (63%)
 rename 
geode-protobuf/src/main/java/org/apache/geode/internal/protocol/protobuf/{v1/authentication/NoSecurityAuthorizer.java
 => security/NoSecurity.java} (78%)
 rename 
geode-protobuf/src/main/java/org/apache/geode/internal/protocol/protobuf/{v1/authentication/NotLoggedInAuthorizer.java
 => security/NotLoggedInSecurity.java} (73%)
 rename 
geode-protobuf/src/main/java/org/apache/geode/internal/protocol/protobuf/{v1/authentication/AuthorizingCache.java
 => security/SecureCache.java} (92%)
 rename 
geode-protobuf/src/main/java/org/apache/geode/internal/protocol/protobuf/{v1/authentication/AuthorizingCacheImpl.java
 => security/SecureCacheImpl.java} (60%)
 rename 
geode-protobuf/src/main/java/org/apache/geode/internal/protocol/protobuf/{v1/authentication/AuthorizingFunctionService.java
 => security/SecureFunctionService.java} (91%)
 rename 
geode-protobuf/src/main/java/org/apache/geode/internal/protocol/protobuf/{v1/authentication/AuthorizingFunctionServiceImpl.java
 => security/SecureFunctionServiceImpl.java} (91%)
 rename 
geode-protobuf/src/main/java/org/apache/geode/internal/protocol/protobuf/{v1/authentication/AuthorizingLocator.java
 => security/SecureLocator.java} (90%)
 rename 
geode-protobuf/src/main/java/org/apache/geode/internal/protocol/protobuf/{v1/authentication/AuthorizingLocatorImpl.java
 => security/SecureLocatorImpl.java} (87%)
 rename 
geode-protobuf/src/main/java/org/apache/geode/internal/protocol/protobuf/{v1/authentication/Authorizer.java
 => security/Security.java} (86%)
 rename 
geode-protobuf/src/main/java/org/apache/geode/internal/protocol/protobuf/{v1/authentication/ShiroAuthorizer.java
 => security/ShiroSecurity.java} (71%)
 rename 
geode-protobuf/src/test/java/org/apache/geode/internal/protocol/protobuf/{v1/authentication/AuthorizingCacheImplTest.java
 => security/SecureCacheImplTest.java} (66%)
 rename 
geode-protobuf/src/test/java/org/apache/geode/internal/protocol/protobuf/{v1/authentication/AuthorizingFunctionServiceImplTest.java
 => security/SecureFunctionServiceImplTest.java} (84%)

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to