Uses of Class
org.openiam.mq.constants.queue.am.AuthenticationQueue
-
Packages that use AuthenticationQueue Package Description org.openiam.config org.openiam.esb.core.mq org.openiam.rest org.openiam.srvc.am -
-
Uses of AuthenticationQueue in org.openiam.config
Methods in org.openiam.config that return AuthenticationQueue Modifier and Type Method Description AuthenticationQueue
AmVHostConfig. authenticationQueue()
-
Uses of AuthenticationQueue in org.openiam.esb.core.mq
Constructors in org.openiam.esb.core.mq with parameters of type AuthenticationQueue Constructor Description AuthenticationListener(AuthenticationQueue queue)
-
Uses of AuthenticationQueue in org.openiam.rest
Constructors in org.openiam.rest with parameters of type AuthenticationQueue Constructor Description AuthenticationRestController(AuthenticationQueue queue)
-
Uses of AuthenticationQueue in org.openiam.srvc.am
Constructors in org.openiam.srvc.am with parameters of type AuthenticationQueue Constructor Description AuthenticationWebServiceImpl(AuthenticationQueue queue)
-