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