Uses of Class
org.apache.syncope.common.lib.to.ConnInstanceTO
Packages that use ConnInstanceTO
Package
Description
-
Uses of ConnInstanceTO in org.apache.syncope.client.console.commons
Methods in org.apache.syncope.client.console.commons that return types with arguments of type ConnInstanceTO -
Uses of ConnInstanceTO in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return ConnInstanceTOModifier and TypeMethodDescriptionConnectorRestClient.create
(ConnInstanceTO connectorTO) Load an already existent connector by its name.Methods in org.apache.syncope.client.console.rest that return types with arguments of type ConnInstanceTOMethods in org.apache.syncope.client.console.rest with parameters of type ConnInstanceTOModifier and TypeMethodDescriptionConnectorRestClient.buildObjectClassInfo
(ConnInstanceTO connInstanceTO, boolean includeSpecial) ConnectorRestClient.check
(ConnInstanceTO connectorTO) ConnectorRestClient.create
(ConnInstanceTO connectorTO) void
ConnectorRestClient.update
(ConnInstanceTO connectorTO) -
Uses of ConnInstanceTO in org.apache.syncope.client.console.topology
Fields in org.apache.syncope.client.console.topology with type parameters of type ConnInstanceTOModifier and TypeFieldDescriptionprotected final LoadableDetachableModel
<Map<String, List<ConnInstanceTO>>> Topology.connModel
-
Uses of ConnInstanceTO in org.apache.syncope.client.console.wizards.resources
Methods in org.apache.syncope.client.console.wizards.resources with parameters of type ConnInstanceTOModifier and TypeMethodDescriptionprotected static ConnIdBundle
ConnectorWizardBuilder.getBundle
(ConnInstanceTO connInstanceTO, List<ConnIdBundle> bundles) protected List
<ConnConfProperty> ConnectorConfPanel.getConnProperties
(ConnInstanceTO instance) Get available configuration properties.Constructors in org.apache.syncope.client.console.wizards.resources with parameters of type ConnInstanceTOModifierConstructorDescriptionConnectorConfPanel
(ConnInstanceTO connInstanceTO, List<ConnIdBundle> bundles) ConnectorDetailsPanel
(ConnInstanceTO connInstanceTO, List<ConnIdBundle> bundles) ConnectorWizardBuilder
(ConnInstanceTO defaultItem, ConnectorRestClient connectorRestClient, PageReference pageRef) -
Uses of ConnInstanceTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return ConnInstanceTOModifier and TypeMethodDescriptionReturns connector instance with matching key.ConnectorService.readByResource
(@NotNull String resourceName, String lang) Returns connector instance for matching resource.Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type ConnInstanceTOModifier and TypeMethodDescriptionReturns a list of all connector instances with property keys in the matching language.Methods in org.apache.syncope.common.rest.api.service with parameters of type ConnInstanceTOModifier and TypeMethodDescriptionConnectorService.buildObjectClassInfo
(@NotNull ConnInstanceTO connInstanceTO, boolean includeSpecial) Builds the list of ConnId object classes information for the connector bundle matching the given connector instance key, with the provided configuration.void
ConnectorService.check
(@NotNull ConnInstanceTO connInstanceTO) Checks whether the connection to resource could be established.ConnectorService.create
(@NotNull ConnInstanceTO connInstanceTO) Creates a new connector instance.void
ConnectorService.update
(@NotNull ConnInstanceTO connInstanceTO) Updates the connector instance matching the provided key. -
Uses of ConnInstanceTO in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return ConnInstanceTOModifier and TypeMethodDescriptionConnectorLogic.create
(ConnInstanceTO connInstanceTO) ConnectorLogic.readByResource
(String resourceName, String lang) protected ConnInstanceTO
ConnectorLogic.resolveReference
(Method method, Object... args) ConnectorLogic.update
(ConnInstanceTO connInstanceTO) Methods in org.apache.syncope.core.logic that return types with arguments of type ConnInstanceTOMethods in org.apache.syncope.core.logic with parameters of type ConnInstanceTOModifier and TypeMethodDescriptionConnectorLogic.buildObjectClassInfo
(ConnInstanceTO connInstanceTO, boolean includeSpecial) void
ConnectorLogic.check
(ConnInstanceTO connInstanceTO) ConnectorLogic.create
(ConnInstanceTO connInstanceTO) ConnectorLogic.update
(ConnInstanceTO connInstanceTO) -
Uses of ConnInstanceTO in org.apache.syncope.core.provisioning.api
Methods in org.apache.syncope.core.provisioning.api with parameters of type ConnInstanceTOModifier and TypeMethodDescriptionConnectorManager.buildConnInstanceOverride
(ConnInstanceTO connInstance, Optional<List<ConnConfProperty>> confOverride, Optional<Set<ConnectorCapability>> capabilitiesOverride) Builds connector instance override over base connector instance, configuration and capabilities. -
Uses of ConnInstanceTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return ConnInstanceTOModifier and TypeMethodDescriptionConnInstanceDataBinder.getConnInstanceTO
(ConnInstance connInstance) Methods in org.apache.syncope.core.provisioning.api.data with parameters of type ConnInstanceTOModifier and TypeMethodDescriptionConnInstanceDataBinder.getConnInstance
(ConnInstanceTO connInstanceTO) ConnInstanceDataBinder.update
(ConnInstanceTO connInstanceTO) -
Uses of ConnInstanceTO in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java with parameters of type ConnInstanceTOModifier and TypeMethodDescriptionDefaultConnectorManager.buildConnInstanceOverride
(ConnInstanceTO connInstance, Optional<List<ConnConfProperty>> confOverride, Optional<Set<ConnectorCapability>> capabilitiesOverride) -
Uses of ConnInstanceTO in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return ConnInstanceTOModifier and TypeMethodDescriptionConnInstanceDataBinderImpl.getConnInstanceTO
(ConnInstance connInstance) Methods in org.apache.syncope.core.provisioning.java.data with parameters of type ConnInstanceTOModifier and TypeMethodDescriptionConnInstanceDataBinderImpl.getConnInstance
(ConnInstanceTO connInstanceTO) ConnInstanceDataBinderImpl.update
(ConnInstanceTO connInstanceTO) -
Uses of ConnInstanceTO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return ConnInstanceTOModifier and TypeMethodDescriptionConnectorServiceImpl.readByResource
(String resourceName, String lang) Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type ConnInstanceTOMethods in org.apache.syncope.core.rest.cxf.service with parameters of type ConnInstanceTOModifier and TypeMethodDescriptionConnectorServiceImpl.buildObjectClassInfo
(ConnInstanceTO connInstanceTO, boolean includeSpecial) void
ConnectorServiceImpl.check
(ConnInstanceTO connInstanceTO) ConnectorServiceImpl.create
(ConnInstanceTO connInstanceTO) void
ConnectorServiceImpl.update
(ConnInstanceTO connInstanceTO)