diff options
Diffstat (limited to 'python/protocols/py_authn_request.h')
-rw-r--r-- | python/protocols/py_authn_request.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/python/protocols/py_authn_request.h b/python/protocols/py_authn_request.h index f2dfa2ad..992d9749 100644 --- a/python/protocols/py_authn_request.h +++ b/python/protocols/py_authn_request.h @@ -5,7 +5,8 @@ * Copyright (C) 2004 Entr'ouvert * http://lasso.labs.libre-entreprise.org * - * Author: Valery Febvre <vfebvre@easter-eggs.com> + * Authors: Valery Febvre <vfebvre@easter-eggs.com> + * Nicolas Clapies <nclapies@entrouvert.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -39,4 +40,6 @@ PyObject *authn_request_new(PyObject *self, PyObject *args); PyObject *authn_request_set_requestAuthnContext(PyObject *self, PyObject *args); PyObject *authn_request_set_scoping(PyObject *self, PyObject *args); +PyObject *authn_request_get_protocolProfile(PyObject *self, PyObject *args); + #endif /* __PYLASSO_PY_AUTHN_REQUEST_H__ */ |