Class GeoportalServiceAccount
- java.lang.Object
-
- org.gcube.application.cms.serviceaccount.GeoportalServiceAccount
-
public class GeoportalServiceAccount extends Object
The Class GeoportalServiceAccount.- Author:
- Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it Jul 3, 2024
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringCLIENT_ID_PROPERTY_NAME
-
Constructor Summary
Constructors Constructor Description GeoportalServiceAccount()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetContext()Gets the context.static org.gcube.common.authorization.utils.secret.SecretgetGeoportalSecret()Gets the geoportal secret.
-
-
-
Field Detail
-
CLIENT_ID_PROPERTY_NAME
protected static final String CLIENT_ID_PROPERTY_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getContext
public static String getContext()
Gets the context.- Returns:
- the context
-
-