Class IAMClientCredentials
- java.lang.Object
-
- org.gcube.application.cms.notifications.config.serviceaccount.IAMClientCredentials
-
- All Implemented Interfaces:
Serializable
public class IAMClientCredentials extends Object implements Serializable
The Class IAMClientCredentials.- Author:
- Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it Sep 23, 2021
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IAMClientCredentials()Instantiates a new IAM client credentials.IAMClientCredentials(String clientId, String clientSecret)Instantiates a new IAM client credentials.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClientId()Gets the client id.StringgetClientSecret()Gets the client secret.voidsetClientId(String clientId)Sets the client id.voidsetClientSecret(String clientSecret)Sets the client secret.StringtoString()To string.
-
-
-
Method Detail
-
getClientId
public String getClientId()
Gets the client id.- Returns:
- the client id
-
getClientSecret
public String getClientSecret()
Gets the client secret.- Returns:
- the client secret
-
setClientId
public void setClientId(String clientId)
Sets the client id.- Parameters:
clientId- the new client id
-
setClientSecret
public void setClientSecret(String clientSecret)
Sets the client secret.- Parameters:
clientSecret- the new client secret
-
-