Uses of Class
org.openiam.idm.srvc.user.dto.BulkPasswordResetConfig
-
Packages that use BulkPasswordResetConfig Package Description org.openiam.esb.core.user.service org.openiam.esb.core.user.service.impl org.openiam.srvc.user -
-
Uses of BulkPasswordResetConfig in org.openiam.esb.core.user.service
Methods in org.openiam.esb.core.user.service with parameters of type BulkPasswordResetConfig Modifier and Type Method Description List<User>UserDataService. fetchUsersFromCSVFile(BulkPasswordResetConfig resetConfig)Fetches a list of users from a csv file based on the provided BulkPasswordResetConfig. -
Uses of BulkPasswordResetConfig in org.openiam.esb.core.user.service.impl
Methods in org.openiam.esb.core.user.service.impl with parameters of type BulkPasswordResetConfig Modifier and Type Method Description List<User>UserMgr. fetchUsersFromCSVFile(BulkPasswordResetConfig bulkPasswordResetConfig)Retrieves a list of user data from a csv file based on the provided BulkPasswordResetConfig. -
Uses of BulkPasswordResetConfig in org.openiam.srvc.user
Methods in org.openiam.srvc.user with parameters of type BulkPasswordResetConfig Modifier and Type Method Description UserListResponseUserDataWebService. fetchUsersFromCSVFile(BulkPasswordResetConfig resetConfig)Fetches UserListResponse from a csv file based on the provided BulkPasswordResetConfig.UserListResponseUserDataWebServiceImpl. fetchUsersFromCSVFile(BulkPasswordResetConfig resetConfig)Fetches UserListResponse from a csv file based on the provided BulkPasswordResetConfig.
-