Uses of Class
org.apache.syncope.common.lib.to.DelegationTO
Package
Description
-
Uses of DelegationTO in org.apache.syncope.client.console.panels
Modifier and TypeMethodDescriptionDelegationDirectoryPanel.getActions
(IModel<DelegationTO> model) protected List
<IColumn<DelegationTO, String>> DelegationDirectoryPanel.getColumns()
DelegationDirectoryPanel.DelegationDataProvider.iterator
(long first, long count) DelegationDirectoryPanel.DelegationDataProvider.model
(DelegationTO object) protected WizardMgtPanel
<DelegationTO> DelegationDirectoryPanel.Builder.newInstance
(String id, boolean wizardInModal) Modifier and TypeMethodDescriptionDelegationDirectoryPanel.DelegationDataProvider.model
(DelegationTO object) Modifier and TypeMethodDescriptionDelegationDirectoryPanel.getActions
(IModel<DelegationTO> model) -
Uses of DelegationTO in org.apache.syncope.client.console.rest
Modifier and TypeMethodDescriptionvoid
DelegationRestClient.create
(DelegationTO applicationTO) void
DelegationRestClient.update
(DelegationTO applicationTO) -
Uses of DelegationTO in org.apache.syncope.client.console.wizards
Modifier and TypeMethodDescriptionprotected WizardModel
DelegationWizardBuilder.buildModelSteps
(DelegationTO modelObject, WizardModel wizardModel) protected Serializable
DelegationWizardBuilder.onApplyInternal
(DelegationTO modelObject) ModifierConstructorDescriptionDelegationWizardBuilder
(DelegationTO defaultItem, UserRestClient userRestClient, DelegationRestClient delegationRestClient, PageReference pageRef) -
Uses of DelegationTO in org.apache.syncope.common.rest.api.service
Modifier and TypeMethodDescriptionReturns delegation with matching key.Modifier and TypeMethodDescriptionDelegationService.create
(@NotNull DelegationTO delegationTO) Creates a new delegation.void
DelegationService.update
(@NotNull DelegationTO delegationTO) Updates the delegation matching the provided key. -
Uses of DelegationTO in org.apache.syncope.core.logic
Modifier and TypeMethodDescriptionDelegationLogic.create
(DelegationTO delegationTO) protected DelegationTO
DelegationLogic.resolveReference
(Method method, Object... args) DelegationLogic.update
(DelegationTO delegationTO) Modifier and TypeMethodDescriptionDelegationLogic.create
(DelegationTO delegationTO) DelegationLogic.update
(DelegationTO delegationTO) -
Uses of DelegationTO in org.apache.syncope.core.provisioning.api.data
Modifier and TypeMethodDescriptionDelegationDataBinder.create
(DelegationTO delegationTO) DelegationDataBinder.update
(Delegation delegation, DelegationTO delegationTO) -
Uses of DelegationTO in org.apache.syncope.core.provisioning.java.data
Modifier and TypeMethodDescriptionDelegationDataBinderImpl.getDelegationTO
(Delegation delegation) Modifier and TypeMethodDescriptionDelegationDataBinderImpl.create
(DelegationTO delegationTO) DelegationDataBinderImpl.update
(Delegation delegation, DelegationTO delegationTO) -
Uses of DelegationTO in org.apache.syncope.core.rest.cxf.service
Modifier and TypeMethodDescriptionDelegationServiceImpl.create
(DelegationTO applicationTO) void
DelegationServiceImpl.update
(DelegationTO applicationTO)