Package de.dlr.proseo.api.prip
Class ProductionInterfaceConfiguration
java.lang.Object
de.dlr.proseo.api.prip.ProductionInterfaceConfiguration
@Configuration
@ConfigurationProperties(prefix="proseo")
@EntityScan(basePackages="de.dlr.proseo.model")
public class ProductionInterfaceConfiguration
extends Object
Configuration class for the prosEO Processor Manager component
- Author:
- Dr. Thomas Bassler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the URL of the prosEO Ingestor componentgetQuota()Gets the maximum number of products to retrieve in a single queryGets the token validity periodGets the URL of the prosEO User Manager component
-
Constructor Details
-
ProductionInterfaceConfiguration
public ProductionInterfaceConfiguration()
-
-
Method Details
-
getUserMgrUrl
Gets the URL of the prosEO User Manager component- Returns:
- the User Manager URL
-
getIngestorUrl
Gets the URL of the prosEO Ingestor component- Returns:
- the Ingestor URL
-
getTokenExpirationPeriod
Gets the token validity period- Returns:
- the token expiration period
-
getQuota
Gets the maximum number of products to retrieve in a single query- Returns:
- the quota
-