Interface AppManagementService


  • public interface AppManagementService
    • Method Detail

      • initApp

        void initApp()
        Called one the application is started to preload the system with some data.
      • uploadData

        void uploadData​(UploadedDataTO data,
                        ScaInfoTO info)
        Upload NISP compliant Test Data
        Parameters:
        data - uploaded data
        info - SCA information
      • changeBlockedStatus

        boolean changeBlockedStatus​(String userId,
                                    boolean isSystemBlock)
        Parameters:
        userId - id of user to perform block on
        isSystemBlock - boolean representation of choice of block (system or regular)
        Returns:
        boolean representation of block status