Interface IntegrationServicesConfiguration
-
- All Known Implementing Classes:
DefaultIntegrationServicesConfiguration
public interface IntegrationServicesConfiguration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetMediaPersistenceMediaNamePrefix()Provides the value of the prefix used in the persisted mediaintgetSapPassportServiceValue()Provides the value of the SAP passport servicejava.lang.StringgetSapPassportSystemId()Provides the value of the SAP passport system idjava.lang.StringgetSapPassportUser()Provides the value of the SAP passport userbooleanisAccessRightsEnabled()Provides the value of the authorization by access rights flag.
-
-
-
Method Detail
-
getMediaPersistenceMediaNamePrefix
java.lang.String getMediaPersistenceMediaNamePrefix()
Provides the value of the prefix used in the persisted media- Returns:
- String with the value of the prefix
-
getSapPassportSystemId
java.lang.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
java.lang.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.
-
-