Interface IntegrationServicesConfiguration
- All Known Implementing Classes:
DefaultIntegrationServicesConfiguration
public interface IntegrationServicesConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionProvides the value of the prefix used in the persisted mediaintProvides the value of the SAP passport serviceProvides the value of the SAP passport system idProvides the value of the SAP passport userbooleanProvides the value of the authorization by access rights flag.
-
Method Details
-
getMediaPersistenceMediaNamePrefix
String getMediaPersistenceMediaNamePrefix()Provides the value of the prefix used in the persisted media- Returns:
- String with the value of the prefix
-
getSapPassportSystemId
String getSapPassportSystemId()Provides the value of the SAP passport system id- Returns:
- String with the systemId value.
-
getSapPassportServiceValue
int getSapPassportServiceValue()Provides the value of the SAP passport service- Returns:
- int with the service value.
-
getSapPassportUser
String getSapPassportUser()Provides the value of the SAP passport user- Returns:
- String with the user value.
-
isAccessRightsEnabled
boolean isAccessRightsEnabled()Provides the value of the authorization by access rights flag.- Returns:
- true if access rights is enabled, false if it's not.
-