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