diff options
| author | Lorenzo Gil Sanchez <lorenzo.gil.sanchez@gmail.com> | 2012-06-14 07:57:17 +0200 |
|---|---|---|
| committer | Lorenzo Gil Sanchez <lorenzo.gil.sanchez@gmail.com> | 2012-06-14 07:57:17 +0200 |
| commit | d92fa8683a5ae5541df43031f61b9284715206b1 (patch) | |
| tree | 4a88698ab849432a647431991aafd02dff5d4b90 /src/saml2/assertion.py | |
| parent | 5e6968d0f24a554d1caf62f115e051e2e8faa80a (diff) | |
| parent | 90f2f673a8da76727dcad76049c1ee7a0f325d00 (diff) | |
| download | pysaml2-clean-client-api.tar.gz | |
Merge branch 'master' into clean-client-apiclean-client-api
Diffstat (limited to 'src/saml2/assertion.py')
| -rw-r--r-- | src/saml2/assertion.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/saml2/assertion.py b/src/saml2/assertion.py index 41fbc9ca..b51ec54c 100644 --- a/src/saml2/assertion.py +++ b/src/saml2/assertion.py @@ -455,6 +455,7 @@ class Assertion(dict): :param issuer: Who is issuing the statement :param authn_class: The authentication class :param authn_auth: The authentication instance + :param authn_decl: :param encrypt: Whether to encrypt parts or all of the Assertion :param sec_context: The security context used when encrypting :return: An Assertion instance |
