Uses of Class
org.openiam.base.response.data.StringResponse
-
-
Uses of StringResponse in org.openiam.common.beans.mq
Methods in org.openiam.common.beans.mq that return StringResponse Modifier and Type Method Description StringResponseLoginMQService. decryptPassword(String userId, String password)StringResponseLoginMQService. encryptPassword(String password, String userId)StringResponseGroupRabbitMQService. save(Group group)StringResponseManagedSystemRabbitMQService. save(ManagedSysDto managedSysDto)StringResponseResourceRabbitMQService. save(Resource resource)StringResponseIdentityRabbitMqService. saveIdentity(IdentityDto identityDto)StringResponseManagedSystemRabbitMQService. saveManagedSystemRequest(ManagedSystemSaveRequest createRequest)StringResponseActivitiRabbitMQService. uploadAttachment(UploadAttachmentRequest request)One ofUploadAttachmentRequest#taskIdandUploadAttachmentRequest#processInstanceIdmust be presented Upload comments file to the attachments -
Uses of StringResponse in org.openiam.esb.core.device.service
Methods in org.openiam.esb.core.device.service that return StringResponse Modifier and Type Method Description StringResponseDeviceDataService. getDecryptedDeviceToken(String deviceId)method is used to get decrypted device token to use it for notification sending. -
Uses of StringResponse in org.openiam.esb.core.device.service.impl
Methods in org.openiam.esb.core.device.service.impl that return StringResponse Modifier and Type Method Description StringResponseDeviceDataServiceImpl. getDecryptedDeviceToken(String deviceId) -
Uses of StringResponse in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return StringResponse Modifier and Type Method Description StringResponseManagedSystemService. cloneManagedSystem(CloneManagedSystemRequest cloneManagedSystemRequest)StringResponseIdentitySynchService. getSyncReportByName(String id, String fname) -
Uses of StringResponse in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return StringResponse Modifier and Type Method Description StringResponseManagedSystemServiceImpl. cloneManagedSystem(CloneManagedSystemRequest cloneManagedSystemRequest) -
Uses of StringResponse in org.openiam.esb.sync.service
Methods in org.openiam.esb.sync.service that return StringResponse Modifier and Type Method Description StringResponseIdentitySynchServiceImpl. getSyncReportByName(String id, String fname) -
Uses of StringResponse in org.openiam.srvc.device
Methods in org.openiam.srvc.device that return StringResponse Modifier and Type Method Description StringResponseDeviceDataWebService. getDecryptedDeviceToken(String deviceId)method is used to get decrypted device token to use it for notification sending.StringResponseDeviceDataWebServiceImpl. getDecryptedDeviceToken(String deviceId)StringResponseDeviceDataWebService. getHashForTokenAndTransaction(String deviceId, String transactionId)Method is used to validate response from the device for authentation attempts using push notification.StringResponseDeviceDataWebServiceImpl. getHashForTokenAndTransaction(String deviceId, String transactionId) -
Uses of StringResponse in org.openiam.srvc.idm
Methods in org.openiam.srvc.idm that return StringResponse Modifier and Type Method Description StringResponseManagedSystemWebService. cloneManagedSystem(CloneManagedSystemRequest cloneManagedSystemRequest)StringResponseManagedSystemWebServiceImpl. cloneManagedSystem(CloneManagedSystemRequest cloneManagedSystemRequest)StringResponseIdentitySynchWebService. findSyncReportByName(String id, String name)StringResponseIdentitySynchWebServiceImpl. findSyncReportByName(String id, String name) -
Uses of StringResponse in org.openiam.srvc.user
Methods in org.openiam.srvc.user that return StringResponse Modifier and Type Method Description StringResponseLoginDataWebService. decryptPassword(String userId, String password)Decrypts password for user with given user Id.StringResponseLoginDataWebServiceImpl. decryptPassword(String userId, String password)
-