Uses of Class
org.apache.syncope.common.lib.to.ImplementationTO
Package
Description
-
Uses of ImplementationTO in org.apache.syncope.client.console.commons
Modifier and TypeMethodDescriptionIdMImplementationInfoProvider.getClasses
(ImplementationTO implementation, ImplementationInfoProvider.ViewMode viewMode) IdRepoImplementationInfoProvider.getClasses
(ImplementationTO implementation, ImplementationInfoProvider.ViewMode viewMode) ImplementationInfoProvider.getClasses
(ImplementationTO implementation, ImplementationInfoProvider.ViewMode viewMode) IdMImplementationInfoProvider.getViewMode
(ImplementationTO implementation) IdRepoImplementationInfoProvider.getViewMode
(ImplementationTO implementation) ImplementationInfoProvider.getViewMode
(ImplementationTO implementation) -
Uses of ImplementationTO in org.apache.syncope.client.console.panels
Modifier and TypeFieldDescriptionprotected final ImplementationTO
ImplementationModalPanel.implementation
Modifier and TypeMethodDescriptionprotected ActionsPanel
<ImplementationTO> ImplementationDirectoryPanel.getActions
(IModel<ImplementationTO> model) protected List
<IColumn<ImplementationTO, String>> ImplementationDirectoryPanel.getColumns()
ImplementationDirectoryPanel.ImplementationProvider.iterator
(long first, long count) ImplementationDirectoryPanel.ImplementationProvider.model
(ImplementationTO implementation) Modifier and TypeMethodDescriptionImplementationDirectoryPanel.ImplementationProvider.model
(ImplementationTO implementation) Modifier and TypeMethodDescriptionprotected ActionsPanel
<ImplementationTO> ImplementationDirectoryPanel.getActions
(IModel<ImplementationTO> model) ModifierConstructorDescriptionImplementationEngineTogglePanel
(String id, ImplementationTO implementation, PageReference pageRef) ImplementationModalPanel
(BaseModal<ImplementationTO> modal, ImplementationTO implementation, PageReference pageRef) ModifierConstructorDescriptionImplementationModalPanel
(BaseModal<ImplementationTO> modal, ImplementationTO implementation, PageReference pageRef) -
Uses of ImplementationTO in org.apache.syncope.client.console.policies
Modifier and TypeFieldDescriptionprotected final IModel
<Map<String, ImplementationTO>> ProvisioningPolicyModalPanel.implementations
-
Uses of ImplementationTO in org.apache.syncope.client.console.rest
Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionModifier and TypeMethodDescriptionvoid
ImplementationRestClient.create
(ImplementationTO implementation) void
ImplementationRestClient.update
(ImplementationTO implementation) -
Uses of ImplementationTO in org.apache.syncope.client.console.tasks
Modifier and TypeFieldDescriptionprotected final LoadableDetachableModel
<List<ImplementationTO>> CommandComposeWizardBuilder.commands
-
Uses of ImplementationTO in org.apache.syncope.common.rest.api.service
Modifier and TypeMethodDescriptionReturns implementation with matching type and key.Modifier and TypeMethodDescriptionReturns a list of all implementations of the given type.Modifier and TypeMethodDescriptionImplementationService.create
(@NotNull ImplementationTO implementationTO) Creates a new implementation.ImplementationService.update
(@NotNull ImplementationTO implementationTO) Updates an existing implementation. -
Uses of ImplementationTO in org.apache.syncope.core.logic
Modifier and TypeMethodDescriptionImplementationLogic.create
(ImplementationTO implementationTO) protected ImplementationTO
ImplementationLogic.resolveReference
(Method method, Object... args) ImplementationLogic.update
(ImplementationTO implementationTO) Modifier and TypeMethodDescriptionImplementationLogic.create
(ImplementationTO implementationTO) ImplementationLogic.update
(ImplementationTO implementationTO) -
Uses of ImplementationTO in org.apache.syncope.core.provisioning.api.data
Modifier and TypeMethodDescriptionImplementationDataBinder.getImplementationTO
(Implementation implementation) Modifier and TypeMethodDescriptionImplementationDataBinder.create
(ImplementationTO implementationTO) void
ImplementationDataBinder.update
(Implementation implementation, ImplementationTO implementationTO) -
Uses of ImplementationTO in org.apache.syncope.core.provisioning.java.data
Modifier and TypeMethodDescriptionImplementationDataBinderImpl.getImplementationTO
(Implementation implementation) Modifier and TypeMethodDescriptionImplementationDataBinderImpl.create
(ImplementationTO implementationTO) void
ImplementationDataBinderImpl.update
(Implementation implementation, ImplementationTO implementationTO) -
Uses of ImplementationTO in org.apache.syncope.core.rest.cxf.service
Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionModifier and TypeMethodDescriptionImplementationServiceImpl.create
(ImplementationTO implementationTO) ImplementationServiceImpl.update
(ImplementationTO implementationTO)