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 StringResponse
LoginMQService. decryptPassword(String userId, String password)
StringResponse
LoginMQService. encryptPassword(String password, String userId)
StringResponse
GroupRabbitMQService. save(Group group)
StringResponse
ManagedSystemRabbitMQService. save(ManagedSysDto managedSysDto)
StringResponse
ResourceRabbitMQService. save(Resource resource)
StringResponse
IdentityRabbitMqService. saveIdentity(IdentityDto identityDto)
StringResponse
ManagedSystemRabbitMQService. saveManagedSystemRequest(ManagedSystemSaveRequest createRequest)
StringResponse
ActivitiRabbitMQService. uploadAttachment(UploadAttachmentRequest request)
One ofUploadAttachmentRequest#taskId
andUploadAttachmentRequest#processInstanceId
must 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 StringResponse
DeviceDataService. 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 StringResponse
DeviceDataServiceImpl. 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 StringResponse
ManagedSystemService. cloneManagedSystem(CloneManagedSystemRequest cloneManagedSystemRequest)
StringResponse
IdentitySynchService. 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 StringResponse
ManagedSystemServiceImpl. 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 StringResponse
IdentitySynchServiceImpl. 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 StringResponse
DeviceDataWebService. getDecryptedDeviceToken(String deviceId)
method is used to get decrypted device token to use it for notification sending.StringResponse
DeviceDataWebServiceImpl. getDecryptedDeviceToken(String deviceId)
StringResponse
DeviceDataWebService. getHashForTokenAndTransaction(String deviceId, String transactionId)
Method is used to validate response from the device for authentation attempts using push notification.StringResponse
DeviceDataWebServiceImpl. 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 StringResponse
ManagedSystemWebService. cloneManagedSystem(CloneManagedSystemRequest cloneManagedSystemRequest)
StringResponse
ManagedSystemWebServiceImpl. cloneManagedSystem(CloneManagedSystemRequest cloneManagedSystemRequest)
StringResponse
IdentitySynchWebService. findSyncReportByName(String id, String name)
StringResponse
IdentitySynchWebServiceImpl. 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 StringResponse
LoginDataWebService. decryptPassword(String userId, String password)
Decrypts password for user with given user Id.StringResponse
LoginDataWebServiceImpl. decryptPassword(String userId, String password)
-