Uses of Class
org.openiam.mq.constants.api.AMAdminAPI
-
-
Uses of AMAdminAPI in org.openiam.authmanager.mq
Methods in org.openiam.authmanager.mq with parameters of type AMAdminAPI Modifier and Type Method Description Response
AmAdminQueueListener. processingApiRequest(AMAdminAPI api, EntityOwnerRequest request)
Response
AmAdminQueueListener. processingApiRequest(AMAdminAPI api, NonCachedEntitlementRequest request)
-
Uses of AMAdminAPI in org.openiam.esb.core.user.service.impl
Methods in org.openiam.esb.core.user.service.impl with parameters of type AMAdminAPI Modifier and Type Method Description protected Set<AuthorizationResource>
UserMgr. getResourceIdsForNonCachedRequest(AMAdminAPI operation, String entityId, EntitlementHierarchyType type)
-
Uses of AMAdminAPI in org.openiam.idm.provisioning.service
Methods in org.openiam.idm.provisioning.service with parameters of type AMAdminAPI Modifier and Type Method Description protected Set<AuthorizationResource>
AbstractProvisioningOperation. getResourceIdsForNonCachedRequest(AMAdminAPI operation, String entityId, EntitlementHierarchyType type)
-
Uses of AMAdminAPI in org.openiam.idm.provisioning.service.user
Methods in org.openiam.idm.provisioning.service.user with parameters of type AMAdminAPI Modifier and Type Method Description protected Set<AuthorizationResource>
AbstractUserProvisionOperation. getResourceIdsForNonCachedRequest(AMAdminAPI operation, String entityId, EntitlementHierarchyType type)
-
Uses of AMAdminAPI in org.openiam.mq.constants.api
Methods in org.openiam.mq.constants.api that return AMAdminAPI Modifier and Type Method Description static AMAdminAPI
AMAdminAPI. valueOf(String name)
Returns the enum constant of this type with the specified name.static AMAdminAPI[]
AMAdminAPI. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-