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