updated documentation

This commit is contained in:
Francesco Mangiacrapa 2024-07-03 15:44:16 +02:00
parent e8103dfe33
commit b268eecc05
2 changed files with 3 additions and 1 deletions

View File

@ -17,7 +17,7 @@ The "Catalogue Binding Plugin" implements the binding from
The "Catalogue Binding Plugin" requires a handler registered in the UCD so defined: The "Catalogue Binding Plugin" requires a handler registered in the UCD so defined:
``` ```json
{ {
"_id": "Catalogue-Binding-Plugin", "_id": "Catalogue-Binding-Plugin",
"_type": "EventListener", "_type": "EventListener",

View File

@ -28,6 +28,8 @@ public class IAMClientCredentialsReader {
* Gets the credentials. * Gets the credentials.
* *
* @param currentContext the current context * @param currentContext the current context
* @param seProfileName the se profile name
* @param seCategoryName the se category name
* @return the credentials * @return the credentials
* @throws Exception the exception * @throws Exception the exception
*/ */