Interface IntegrationServicesConfiguration

All Known Implementing Classes:
DefaultIntegrationServicesConfiguration

public interface IntegrationServicesConfiguration
  • 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.