Uses of Class
org.openiam.base.request.LoginAttemptRequest
-
Packages that use LoginAttemptRequest Package Description org.openiam.esb.core.device.service org.openiam.esb.core.device.service.impl org.openiam.srvc.device -
-
Uses of LoginAttemptRequest in org.openiam.esb.core.device.service
Methods in org.openiam.esb.core.device.service with parameters of type LoginAttemptRequest Modifier and Type Method Description voidDeviceDataService. sendPushNotificationOnLoginAttemptToDevice(LoginAttemptRequest loginAttemptRequest) -
Uses of LoginAttemptRequest in org.openiam.esb.core.device.service.impl
Methods in org.openiam.esb.core.device.service.impl with parameters of type LoginAttemptRequest Modifier and Type Method Description voidDeviceDataServiceImpl. sendPushNotificationOnLoginAttemptToDevice(LoginAttemptRequest request) -
Uses of LoginAttemptRequest in org.openiam.srvc.device
Methods in org.openiam.srvc.device with parameters of type LoginAttemptRequest Modifier and Type Method Description ResponseDeviceDataWebService. makeLoginAttemptRequestOnDevice(LoginAttemptRequest request)Send a push notification to given device with login attemptResponseDeviceDataWebServiceImpl. makeLoginAttemptRequestOnDevice(LoginAttemptRequest request)
-