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 UserListResponse
UserDataWebService. fetchUsersFromCSVFile(BulkPasswordResetConfig resetConfig)
Fetches UserListResponse from a csv file based on the provided BulkPasswordResetConfig.UserListResponse
UserDataWebServiceImpl. fetchUsersFromCSVFile(BulkPasswordResetConfig resetConfig)
Fetches UserListResponse from a csv file based on the provided BulkPasswordResetConfig.
-