Class InfrastructureUtils
- java.lang.Object
-
- org.gcube.social_networking.utils.InfrastructureUtils
-
public class InfrastructureUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description InfrastructureUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetAccessToken()static org.gcube.common.security.secrets.SecretgetSecretForInfrastructure()Retrieve the secret from smartgear configuration
-
-
-
Method Detail
-
getSecretForInfrastructure
public static org.gcube.common.security.secrets.Secret getSecretForInfrastructure()
Retrieve the secret from smartgear configuration- Returns:
- Secret
-
getAccessToken
public static String getAccessToken()
-
-