Uses of Class
org.openiam.mq.constants.api.SasManagerAPI
-
Packages that use SasManagerAPI Package Description org.openiam.mq.constants.api org.openiam.sas.mq -
-
Uses of SasManagerAPI in org.openiam.mq.constants.api
Methods in org.openiam.mq.constants.api that return SasManagerAPI Modifier and Type Method Description static SasManagerAPI
SasManagerAPI. valueOf(String name)
Returns the enum constant of this type with the specified name.static SasManagerAPI[]
SasManagerAPI. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SasManagerAPI in org.openiam.sas.mq
Methods in org.openiam.sas.mq that return types with arguments of type SasManagerAPI Modifier and Type Method Description protected AbstractListener.RequestProcessor<SasManagerAPI,EmptyServiceRequest>
SasManagerQueueListener. getEmptyRequestProcessor()
Methods in org.openiam.sas.mq with parameters of type SasManagerAPI Modifier and Type Method Description Response
SasManagerQueueListener. processingConnectorRequestAPI(SasManagerAPI api, SasAuthRequest request)
-