Package org.gcube.accounting.persistence
Class AccountingPersistenceConfiguration
- java.lang.Object
-
- org.gcube.documentstore.persistence.PersistenceBackendConfiguration
-
- org.gcube.accounting.persistence.AccountingPersistenceConfiguration
-
public class AccountingPersistenceConfiguration extends org.gcube.documentstore.persistence.PersistenceBackendConfiguration- Author:
- Luca Frosini (ISTI - CNR)
-
-
Field Summary
Fields Modifier and Type Field Description static StringPASSWORD_PROPERTY_KEYprotected static StringSERVICE_ENDPOINT_CATEGORYprotected static StringSERVICE_ENDPOINT_NAMEprotected static StringTARGET_SCOPEstatic StringURL_PROPERTY_KEYstatic StringUSERNAME_PROPERTY_KEY
-
Constructor Summary
Constructors Constructor Description AccountingPersistenceConfiguration()AccountingPersistenceConfiguration(Class<?> clz)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.gcube.common.resources.gcore.ServiceEndpointgetServiceEndpoint(String serviceEndpointCategory, String serviceEndpointName, Class<?> clz)protected voidsetValues(org.gcube.common.resources.gcore.ServiceEndpoint serviceEndpoint, Class<?> clz)
-
-
-
Field Detail
-
TARGET_SCOPE
protected static final String TARGET_SCOPE
- See Also:
- Constant Field Values
-
SERVICE_ENDPOINT_CATEGORY
protected static final String SERVICE_ENDPOINT_CATEGORY
- See Also:
- Constant Field Values
-
SERVICE_ENDPOINT_NAME
protected static final String SERVICE_ENDPOINT_NAME
- See Also:
- Constant Field Values
-
URL_PROPERTY_KEY
public static final String URL_PROPERTY_KEY
- See Also:
- Constant Field Values
-
USERNAME_PROPERTY_KEY
public static final String USERNAME_PROPERTY_KEY
- See Also:
- Constant Field Values
-
PASSWORD_PROPERTY_KEY
public static final String PASSWORD_PROPERTY_KEY
- See Also:
- Constant Field Values
-
-