Uses of Class
org.apache.syncope.common.lib.to.ConnIdBundle
-
-
Uses of ConnIdBundle in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return types with arguments of type ConnIdBundle Modifier and Type Method Description List<ConnIdBundle>ConnectorRestClient. getAllBundles() -
Uses of ConnIdBundle in org.apache.syncope.client.console.wizards.resources
Fields in org.apache.syncope.client.console.wizards.resources with type parameters of type ConnIdBundle Modifier and Type Field Description protected List<ConnIdBundle>ConnectorWizardBuilder. bundlesMethods in org.apache.syncope.client.console.wizards.resources that return ConnIdBundle Modifier and Type Method Description protected static ConnIdBundleConnectorWizardBuilder. getBundle(ConnInstanceTO connInstanceTO, List<ConnIdBundle> bundles)Method parameters in org.apache.syncope.client.console.wizards.resources with type arguments of type ConnIdBundle Modifier and Type Method Description protected static ConnIdBundleConnectorWizardBuilder. getBundle(ConnInstanceTO connInstanceTO, List<ConnIdBundle> bundles)Constructor parameters in org.apache.syncope.client.console.wizards.resources with type arguments of type ConnIdBundle Constructor Description ConnectorConfPanel(ConnInstanceTO connInstanceTO, List<ConnIdBundle> bundles)ConnectorDetailsPanel(ConnInstanceTO connInstanceTO, List<ConnIdBundle> bundles) -
Uses of ConnIdBundle in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type ConnIdBundle Modifier and Type Method Description List<ConnIdBundle>ConnectorService. getBundles(String lang)Returns available connector bundles with property keys in selected language. -
Uses of ConnIdBundle in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return types with arguments of type ConnIdBundle Modifier and Type Method Description List<ConnIdBundle>ConnectorLogic. getBundles(String lang) -
Uses of ConnIdBundle in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type ConnIdBundle Modifier and Type Method Description List<ConnIdBundle>ConnectorServiceImpl. getBundles(String lang)
-