Class IAMClientCredentialsReader
- java.lang.Object
-
- org.gcube.application.cms.notifications.config.serviceaccount.IAMClientCredentialsReader
-
public class IAMClientCredentialsReader extends Object
The Class GNABaseMapsResourceReader.- Author:
- Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it Sep 23, 2021
-
-
Constructor Summary
Constructors Constructor Description IAMClientCredentialsReader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IAMClientCredentialsgetCredentials()Gets the credentials.
-
-
-
Method Detail
-
getCredentials
public static IAMClientCredentials getCredentials() throws Exception
Gets the credentials.- Returns:
- the credentials
- Throws:
Exception- the exception
-
-