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