Interface DeConfiguration
- All Known Implementing Classes:
PlainDeConfiguration
public interface DeConfiguration
Configuration interface for the German (DE) ETA Plus region connector.
This interface defines configuration keys for the region connector.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringConfiguration key for the ETA Plus API base URLstatic final StringConfiguration key for the API client IDstatic final StringConfiguration key for the API client secretstatic final StringConfiguration key for the eligible party ID.static final String -
Method Summary
Modifier and TypeMethodDescriptionGet the base URL for the ETA Plus APIGet the API client ID for authenticationGet the API client secret for authenticationGet the eligible party ID that will be used as the sender for all messages sent to ETA Plus.
-
Field Details
-
PREFIX
- See Also:
-
ELIGIBLE_PARTY_ID_KEY
Configuration key for the eligible party ID. This ID must be registered with ETA Plus.- See Also:
-
API_BASE_URL_KEY
Configuration key for the ETA Plus API base URL- See Also:
-
API_CLIENT_ID_KEY
Configuration key for the API client ID- See Also:
-
API_CLIENT_SECRET_KEY
Configuration key for the API client secret- See Also:
-
-
Method Details
-
eligiblePartyId
String eligiblePartyId()Get the eligible party ID that will be used as the sender for all messages sent to ETA Plus. This ID must be registered with ETA Plus.- Returns:
- the eligible party ID
-
apiBaseUrl
String apiBaseUrl()Get the base URL for the ETA Plus API- Returns:
- the API base URL
-
apiClientId
String apiClientId()Get the API client ID for authentication- Returns:
- the API client ID
-
apiClientSecret
String apiClientSecret()Get the API client secret for authentication- Returns:
- the API client secret
-