Package de.dlr.proseo.api.prip
Klasse 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
- Autor:
- Dr. Thomas Bassler
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungGets 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
-
Konstruktordetails
-
ProductionInterfaceConfiguration
public ProductionInterfaceConfiguration()
-
-
Methodendetails
-
getUserMgrUrl
Gets the URL of the prosEO User Manager component- Gibt zurück:
- the User Manager URL
-
getIngestorUrl
Gets the URL of the prosEO Ingestor component- Gibt zurück:
- the Ingestor URL
-
getTokenExpirationPeriod
Gets the token validity period- Gibt zurück:
- the token expiration period
-
getQuota
Gets the maximum number of products to retrieve in a single query- Gibt zurück:
- the quota
-