Uses of Class
io.imunity.webconsole.common.EndpointController
-
Packages that use EndpointController Package Description io.imunity.webconsole.authentication.inputTranslation io.imunity.webconsole.idprovider.outputTranslation -
-
Uses of EndpointController in io.imunity.webconsole.authentication.inputTranslation
Constructors in io.imunity.webconsole.authentication.inputTranslation with parameters of type EndpointController Constructor Description InputTranslationsController(pl.edu.icm.unity.MessageSource msg, pl.edu.icm.unity.engine.api.TranslationProfileManagement profileMan, pl.edu.icm.unity.engine.api.translation.in.InputTranslationActionsRegistry inputActionsRegistry, io.imunity.webconsole.tprofile.ActionParameterComponentProvider actionComponentFactory, EndpointController endpointController) -
Uses of EndpointController in io.imunity.webconsole.idprovider.outputTranslation
Constructors in io.imunity.webconsole.idprovider.outputTranslation with parameters of type EndpointController Constructor Description OutputTranslationsController(pl.edu.icm.unity.MessageSource msg, pl.edu.icm.unity.engine.api.TranslationProfileManagement profileMan, pl.edu.icm.unity.engine.api.translation.out.OutputTranslationActionsRegistry outputActionsRegistry, io.imunity.webconsole.tprofile.ActionParameterComponentProvider actionComponentFactory, EndpointController endpointController)
-