Interface AppManagementService
-
public interface AppManagementService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanchangeBlockedStatus(String userId, boolean isSystemBlock)StringgenerateNextBban(BbanStructure structure)voidinitApp()Called one the application is started to preload the system with some data.voiduploadData(UploadedDataTO data, ScaInfoTO info)Upload NISP compliant Test Data
-
-
-
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 datainfo- SCA information
-
changeBlockedStatus
boolean changeBlockedStatus(String userId, boolean isSystemBlock)
- Parameters:
userId- id of user to perform block onisSystemBlock- boolean representation of choice of block (system or regular)- Returns:
- boolean representation of block status
-
generateNextBban
String generateNextBban(BbanStructure structure)
-
-