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

madhan pushed a change to branch RANGER-3923
in repository https://gitbox.apache.org/repos/asf/ranger.git


    from fe10fa806 Merge branch 'master' into RANGER-3923
     add 0558fa9cc RANGER-4507: refactoring to move security-zone finder to 
RangerSecurityZoneMatcher
     new 6323d7f9f Merge branch 'master' into RANGER-3923

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:
 .../ranger/plugin/policyengine/PolicyEngine.java   | 177 ++---------------
 .../policyengine/RangerSecurityZoneMatcher.java    | 209 +++++++++++++++++++++
 .../ranger/plugin/service/RangerAuthContext.java   |  13 +-
 .../plugin/policyengine/TestPolicyEngine.java      |  13 +-
 .../TestRangerSecurityZoneMatcher.java             | 159 ++++++++++++++++
 5 files changed, 397 insertions(+), 174 deletions(-)
 create mode 100644 
agents-common/src/main/java/org/apache/ranger/plugin/policyengine/RangerSecurityZoneMatcher.java
 create mode 100644 
agents-common/src/test/java/org/apache/ranger/plugin/policyengine/TestRangerSecurityZoneMatcher.java

Reply via email to