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 46781c62f Merge branch 'master' into RANGER-3923
     add 213b4abe2 RANGER-3815: added support for validity-period/access-time 
condition in policy-items
     new fe10fa806 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:
 .../policyengine/RangerRequestScriptEvaluator.java |  31 +++
 .../ranger/plugin/util/RangerCommonConstants.java  |   3 +
 .../ranger/plugin/util/RangerTimeRangeChecker.java | 128 +++++++++
 .../RangerRequestScriptEvaluatorTest.java          |  29 ++
 .../plugin/util/RangerTimeRangeCheckerTest.java    | 291 +++++++++++++++++++++
 5 files changed, 482 insertions(+)
 create mode 100644 
agents-common/src/main/java/org/apache/ranger/plugin/util/RangerTimeRangeChecker.java
 create mode 100644 
agents-common/src/test/java/org/apache/ranger/plugin/util/RangerTimeRangeCheckerTest.java

Reply via email to