Class SqlInjectionPreventerServiceImpl

java.lang.Object
org.apache.fineract.infrastructure.security.service.SqlInjectionPreventerServiceImpl
All Implemented Interfaces:
org.apache.fineract.infrastructure.security.service.SqlInjectionPreventerService

@Service public class SqlInjectionPreventerServiceImpl extends Object implements org.apache.fineract.infrastructure.security.service.SqlInjectionPreventerService
  • Constructor Details

    • SqlInjectionPreventerServiceImpl

      public SqlInjectionPreventerServiceImpl(org.apache.fineract.infrastructure.core.service.database.DatabaseTypeResolver databaseTypeResolver)
  • Method Details

    • encodeSql

      public String encodeSql(String literal)
      Specified by:
      encodeSql in interface org.apache.fineract.infrastructure.security.service.SqlInjectionPreventerService