Uses of Class
org.openiam.mq.constants.api.idm.SynchronizationAPI
-
Packages that use SynchronizationAPI Package Description org.openiam.esb.core.mq org.openiam.mq.constants.api.idm -
-
Uses of SynchronizationAPI in org.openiam.esb.core.mq
Methods in org.openiam.esb.core.mq that return types with arguments of type SynchronizationAPI Modifier and Type Method Description protected AbstractListener.RequestProcessor<SynchronizationAPI,BaseCrudServiceRequest>
SynchronizationMessageListener. getCrudRequestProcessor()
protected AbstractListener.RequestProcessor<SynchronizationAPI,EmptyServiceRequest>
SynchronizationMessageListener. getEmptyRequestProcessor()
protected AbstractListener.RequestProcessor<SynchronizationAPI,IdNameServiceRequest>
SynchronizationMessageListener. getGetNameRequestProcessor()
protected AbstractListener.RequestProcessor<SynchronizationAPI,IdServiceRequest>
SynchronizationMessageListener. getGetRequestProcessor()
protected AbstractListener.RequestProcessor<SynchronizationAPI,BaseSearchServiceRequest>
SynchronizationMessageListener. getSearchRequestProcessor()
Methods in org.openiam.esb.core.mq with parameters of type SynchronizationAPI Modifier and Type Method Description Response
SynchronizationMessageListener. processingGetRequest(SynchronizationAPI api, IdNameServiceRequest request)
Response
SynchronizationMessageListener. processingRequest(SynchronizationAPI api, DataEncryptionRequest request)
-
Uses of SynchronizationAPI in org.openiam.mq.constants.api.idm
Methods in org.openiam.mq.constants.api.idm that return SynchronizationAPI Modifier and Type Method Description static SynchronizationAPI
SynchronizationAPI. valueOf(String name)
Returns the enum constant of this type with the specified name.static SynchronizationAPI[]
SynchronizationAPI. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-