Uses of Class
org.apache.syncope.common.lib.to.DelegationTO
Packages that use DelegationTO
Package
Description
-
Uses of DelegationTO in org.apache.syncope.client.console.panels
Methods in org.apache.syncope.client.console.panels that return types with arguments of type DelegationTOModifier 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) Methods in org.apache.syncope.client.console.panels with parameters of type DelegationTOModifier and TypeMethodDescriptionDelegationDirectoryPanel.DelegationDataProvider.model
(DelegationTO object) Method parameters in org.apache.syncope.client.console.panels with type arguments of type DelegationTOModifier and TypeMethodDescriptionDelegationDirectoryPanel.getActions
(IModel<DelegationTO> model) -
Uses of DelegationTO in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return DelegationTOMethods in org.apache.syncope.client.console.rest that return types with arguments of type DelegationTOMethods in org.apache.syncope.client.console.rest with parameters of type DelegationTOModifier and TypeMethodDescriptionvoid
DelegationRestClient.create
(DelegationTO applicationTO) void
DelegationRestClient.update
(DelegationTO applicationTO) -
Uses of DelegationTO in org.apache.syncope.client.console.wizards
Methods in org.apache.syncope.client.console.wizards with parameters of type DelegationTOModifier and TypeMethodDescriptionprotected WizardModel
DelegationWizardBuilder.buildModelSteps
(DelegationTO modelObject, WizardModel wizardModel) protected Serializable
DelegationWizardBuilder.onApplyInternal
(DelegationTO modelObject) Constructors in org.apache.syncope.client.console.wizards with parameters of type DelegationTOModifierConstructorDescriptionDelegationWizardBuilder
(DelegationTO defaultItem, UserRestClient userRestClient, DelegationRestClient delegationRestClient, PageReference pageRef) -
Uses of DelegationTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return DelegationTOModifier and TypeMethodDescriptionReturns delegation with matching key.Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type DelegationTOMethods in org.apache.syncope.common.rest.api.service with parameters of type DelegationTOModifier 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
Methods in org.apache.syncope.core.logic that return DelegationTOModifier and TypeMethodDescriptionDelegationLogic.create
(DelegationTO delegationTO) protected DelegationTO
DelegationLogic.resolveReference
(Method method, Object... args) DelegationLogic.update
(DelegationTO delegationTO) Methods in org.apache.syncope.core.logic that return types with arguments of type DelegationTOMethods in org.apache.syncope.core.logic with parameters of type DelegationTOModifier and TypeMethodDescriptionDelegationLogic.create
(DelegationTO delegationTO) DelegationLogic.update
(DelegationTO delegationTO) -
Uses of DelegationTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return DelegationTOMethods in org.apache.syncope.core.provisioning.api.data with parameters of type DelegationTOModifier and TypeMethodDescriptionDelegationDataBinder.create
(DelegationTO delegationTO) DelegationDataBinder.update
(Delegation delegation, DelegationTO delegationTO) -
Uses of DelegationTO in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return DelegationTOModifier and TypeMethodDescriptionDelegationDataBinderImpl.getDelegationTO
(Delegation delegation) Methods in org.apache.syncope.core.provisioning.java.data with parameters of type DelegationTOModifier and TypeMethodDescriptionDelegationDataBinderImpl.create
(DelegationTO delegationTO) DelegationDataBinderImpl.update
(Delegation delegation, DelegationTO delegationTO) -
Uses of DelegationTO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return DelegationTOMethods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type DelegationTOMethods in org.apache.syncope.core.rest.cxf.service with parameters of type DelegationTOModifier and TypeMethodDescriptionDelegationServiceImpl.create
(DelegationTO applicationTO) void
DelegationServiceImpl.update
(DelegationTO applicationTO)