Class IAMClientCredentialsReader
- java.lang.Object
-
- org.gcube.application.cms.serviceaccount.IAMClientCredentialsReader
-
public class IAMClientCredentialsReader extends Object
The Class IAMClientCredentialsReader.- Author:
- Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it Jul 3, 2024
-
-
Constructor Summary
Constructors Constructor Description IAMClientCredentialsReader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IAMClientCredentialsgetCredentials(String currentContext, String seProfileName, String seCategoryName)Gets the credentials.
-
-
-
Method Detail
-
getCredentials
public static IAMClientCredentials getCredentials(String currentContext, String seProfileName, String seCategoryName) throws Exception
Gets the credentials.- Parameters:
currentContext- the current contextseProfileName- the se profile nameseCategoryName- the se category name- Returns:
- the credentials
- Throws:
Exception- the exception
-
-