Uses of Class
org.openiam.mq.constants.queue.idm.IdentityQueue
-
Packages that use IdentityQueue Package Description org.openiam.api.connector.groovy org.openiam.common.beans.mq org.openiam.config org.openiam.esb.core.mq org.openiam.srvc.idm -
-
Uses of IdentityQueue in org.openiam.api.connector.groovy
Fields in org.openiam.api.connector.groovy declared as IdentityQueue Modifier and Type Field Description protected IdentityQueue
AbstractIPolicyMapGroovy. identityQueue
-
Uses of IdentityQueue in org.openiam.common.beans.mq
Fields in org.openiam.common.beans.mq declared as IdentityQueue Modifier and Type Field Description protected IdentityQueue
IdentityRabbitMqService. identityQueue
-
Uses of IdentityQueue in org.openiam.config
Methods in org.openiam.config that return IdentityQueue Modifier and Type Method Description IdentityQueue
IdmVHostConfig. identityQueue()
-
Uses of IdentityQueue in org.openiam.esb.core.mq
Constructors in org.openiam.esb.core.mq with parameters of type IdentityQueue Constructor Description IdentityQueueListener(IdentityQueue queue)
-
Uses of IdentityQueue in org.openiam.srvc.idm
Constructors in org.openiam.srvc.idm with parameters of type IdentityQueue Constructor Description IdentityWebServiceImpl(IdentityQueue rabbitMqQueue)
-