PyKMIP/kmip/core
Peter Hamilton 4a3769e113 Adding dynamic operation policy loading to the KMIP server
This change adds support for dynamic operation policy loading.
The server config file now supports a 'policy_path' option that
points to a filesystem directory. Each file in the directory
should contain a JSON policy object. The KMIP server will scan
this directory and attempt to load all valid policies it finds.
The results of this process will be logged.
2016-11-10 10:39:16 -05:00
..
factories Adding support for the State attribute 2016-08-27 17:13:47 -04:00
messages messages: response batch item without 'operation' 2016-03-29 11:42:01 +02:00
__init__.py PyKMIP - Release v0.0.1 2014-08-13 19:23:05 -04:00
attributes.py Adding support for the State attribute 2016-08-27 17:13:47 -04:00
config_helper.py Updating the set of supported configuration file locations 2015-08-28 15:59:05 -04:00
enums.py Adding default KMIP operation policies 2016-09-09 14:45:34 -04:00
errors.py PyKMIP - Release v0.1.0 2014-08-28 14:04:23 -04:00
exceptions.py Fixing bug terminating connection prematurely 2016-04-05 08:58:40 -04:00
keys.py Fixing infinite recursion bug with object inheritance 2015-06-02 11:16:42 -04:00
misc.py Updating support for the Enumeration primitive 2015-09-29 13:23:44 -04:00
objects.py Add Attribute class unit tests 2016-03-01 10:53:29 -05:00
policy.py Adding dynamic operation policy loading to the KMIP server 2016-11-10 10:39:16 -05:00
primitives.py Fixing bug with DateTime str test 2016-04-05 14:00:14 -04:00
secrets.py Updating support for the Enumeration primitive 2015-09-29 13:23:44 -04:00
server.py server: implement 'discover-versions' 2016-02-18 14:35:30 +01:00
utils.py Adding support for the Query operation 2015-02-23 17:18:05 -05:00