HIRS/HIRS_Utils
apldev1 c12cb135f1 [#49] Modify getPolicy behavior to reflect use
DBPolicyManager's getPolicy(appraiser, device) has historically
returned the default policy for an appraiser if none is defined
in the device group that the given device belongs to.  However,
this behavior does not in fact support the current use of devices,
groups, and policies; in the case where a group has no policy
assigned for a type of appraiser, the system is in a state
where that type of appraisal will not occur for devices in
a given group.  To better reflect desired behavior, the method
now returns null if a policy is not explicitly set for
the given (appraiser, device group) pair.

Closes #49.
2018-11-08 10:53:31 -05:00
..
config Initial release 2018-09-06 09:47:33 -04:00
src [#49] Modify getPolicy behavior to reflect use 2018-11-08 10:53:31 -05:00
build.gradle Initial release 2018-09-06 09:47:33 -04:00