PyKMIP/kmip/core
Peter Hamilton bfb0bb88d7 Adding username and password config options
This change adds username and password configuration options to the
client section of the configuration file. These options are used to
create KMIP Credential objects for authenticating connections to a KMIP
appliance.

The KMIP proxy now uses these options when handling operation calls. If
no credential is provided, the proxy will automatically create one from
the config file. If either the username or the password is unspecified,
an error is generated. If neither are specified, no credential is
created. Only username/password credentials are currently supported.

The KMIP proxy test suite now includes test cases covering this
functionality.
2014-10-23 22:28:20 -04:00
..
factories Updated to address comments from first attempt 2014-09-09 00:14:02 -04:00
messages Removed name from TODO comment 2014-09-17 15:33:23 -04:00
repo Stub out server side locate operation. 2014-09-11 18:04:22 -04:00
__init__.py PyKMIP - Release v0.0.1 2014-08-13 19:23:05 -04:00
attributes.py flake8 fix 2014-09-12 13:00:15 -04:00
config_helper.py Adding username and password config options 2014-10-23 22:28:20 -04:00
enums.py Added support for LOCATE operation 2014-09-04 14:42:20 -04:00
errors.py PyKMIP - Release v0.1.0 2014-08-28 14:04:23 -04:00
keys.py PyKMIP library version 0.0.1 2014-08-11 16:34:30 -04:00
objects.py PyKMIP - Release v0.1.0 2014-08-28 14:04:23 -04:00
primitives.py PyKMIP - Release v0.1.0 2014-08-28 14:04:23 -04:00
secrets.py PyKMIP library version 0.0.1 2014-08-11 16:34:30 -04:00
server.py Fixed typos 2014-09-11 18:15:52 -04:00
utils.py PyKMIP - Release v0.1.0 2014-08-28 14:04:23 -04:00