Uses of Class
org.openiam.mq.constants.api.idm.AsynchIdentityServiceAPI
-
Packages that use AsynchIdentityServiceAPI Package Description org.openiam.mq.constants.api.idm org.openiam.sync.mq -
-
Uses of AsynchIdentityServiceAPI in org.openiam.mq.constants.api.idm
Methods in org.openiam.mq.constants.api.idm that return AsynchIdentityServiceAPI Modifier and Type Method Description static AsynchIdentityServiceAPI
AsynchIdentityServiceAPI. valueOf(String name)
Returns the enum constant of this type with the specified name.static AsynchIdentityServiceAPI[]
AsynchIdentityServiceAPI. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AsynchIdentityServiceAPI in org.openiam.sync.mq
Methods in org.openiam.sync.mq that return types with arguments of type AsynchIdentityServiceAPI Modifier and Type Method Description protected AbstractListener.RequestProcessor<AsynchIdentityServiceAPI,BaseCrudServiceRequest>
AsynchronSynchronizationMessageListener. getCrudRequestProcessor()
protected AbstractListener.RequestProcessor<AsynchIdentityServiceAPI,IdServiceRequest>
AsynchronSynchronizationMessageListener. getGetRequestProcessor()
Methods in org.openiam.sync.mq with parameters of type AsynchIdentityServiceAPI Modifier and Type Method Description Response
AsynchronSynchronizationMessageListener. processingRequest(AsynchIdentityServiceAPI api, CustomConfigurationRequest request)
Response
AsynchronSynchronizationMessageListener. processingRequest(AsynchIdentityServiceAPI api, SyncLineObjectsRequest request)
Response
AsynchronSynchronizationPartProcessingMessageListener. processingRequest(AsynchIdentityServiceAPI api, PartialDataProcessingRequest request)
Handler for eventSyncData
-