updated documentation
This commit is contained in:
parent
e8103dfe33
commit
b268eecc05
|
@ -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",
|
||||||
|
|
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue