Uses of Class
org.apache.syncope.common.lib.to.LinkedAccountTO
Packages that use LinkedAccountTO
Package
Description
-
Uses of LinkedAccountTO in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels with type parameters of type LinkedAccountTOModifier and TypeFieldDescriptionprotected ActionLinksTogglePanel<LinkedAccountTO> LinkedAccountModalPanel.actionTogglePanelprotected final List<LinkedAccountTO> LinkedAccountModalPanel.linkedAccountTOsprotected final WizardMgtPanel<LinkedAccountTO> LinkedAccountModalPanel.list -
Uses of LinkedAccountTO in org.apache.syncope.client.console.wizards.any
Fields in org.apache.syncope.client.console.wizards.any declared as LinkedAccountTOModifier and TypeFieldDescriptionprotected final LinkedAccountTOLinkedAccountPlainAttrsPanel.linkedAccountTOMethods in org.apache.syncope.client.console.wizards.any that return types with arguments of type LinkedAccountTOModifier and TypeMethodDescriptionLinkedAccountWizardBuilder.build(String id, AjaxWizard.Mode mode) protected List<IColumn<LinkedAccountTO, String>> MergeLinkedAccountsReviewPanel.LinkedAccountsReviewDirectoryPanel.getColumns()MergeLinkedAccountsReviewPanel.LinkedAccountsReviewDirectoryPanel.LinkedAccountsDataProvider.iterator(long first, long count) MergeLinkedAccountsReviewPanel.LinkedAccountsReviewDirectoryPanel.LinkedAccountsDataProvider.model(LinkedAccountTO object) protected List<LinkedAccountTO> MergeLinkedAccountsReviewPanel.LinkedAccountsReviewDirectoryPanel.previewAccounts()Methods in org.apache.syncope.client.console.wizards.any with parameters of type LinkedAccountTOModifier and TypeMethodDescriptionprotected WizardModelLinkedAccountWizardBuilder.buildModelSteps(LinkedAccountTO modelObject, WizardModel wizardModel) MergeLinkedAccountsReviewPanel.LinkedAccountsReviewDirectoryPanel.LinkedAccountsDataProvider.model(LinkedAccountTO object) protected SerializableLinkedAccountWizardBuilder.onApplyInternal(LinkedAccountTO modelObject) Constructors in org.apache.syncope.client.console.wizards.any with parameters of type LinkedAccountTOConstructor parameters in org.apache.syncope.client.console.wizards.any with type arguments of type LinkedAccountTOModifierConstructorDescriptionLinkedAccountCredentialsPanel(EntityWrapper<LinkedAccountTO> modelObject, List<String> whichCredentials) LinkedAccountPlainAttrsPanel(EntityWrapper<LinkedAccountTO> modelObject, UserTO userTO, List<String> anyTypeClasses, List<String> whichPlainAttrs) -
Uses of LinkedAccountTO in org.apache.syncope.common.lib
Methods in org.apache.syncope.common.lib that return types with arguments of type LinkedAccountTOModifier and TypeMethodDescriptionstatic Map<Pair<String, String>, LinkedAccountTO> EntityTOUtils.buildLinkedAccountMap(Collection<LinkedAccountTO> accounts) Method parameters in org.apache.syncope.common.lib with type arguments of type LinkedAccountTOModifier and TypeMethodDescriptionstatic Map<Pair<String, String>, LinkedAccountTO> EntityTOUtils.buildLinkedAccountMap(Collection<LinkedAccountTO> accounts) -
Uses of LinkedAccountTO in org.apache.syncope.common.lib.request
Methods in org.apache.syncope.common.lib.request that return LinkedAccountTOMethods in org.apache.syncope.common.lib.request that return types with arguments of type LinkedAccountTOMethods in org.apache.syncope.common.lib.request with parameters of type LinkedAccountTOModifier and TypeMethodDescriptionUserCR.Builder.linkedAccount(LinkedAccountTO linkedAccount) UserCR.Builder.linkedAccounts(LinkedAccountTO... linkedAccounts) LinkedAccountUR.Builder.linkedAccountTO(LinkedAccountTO linkedAccountTO) voidLinkedAccountUR.setLinkedAccountTO(LinkedAccountTO linkedAccountTO) Method parameters in org.apache.syncope.common.lib.request with type arguments of type LinkedAccountTOModifier and TypeMethodDescriptionUserCR.Builder.linkedAccounts(Collection<LinkedAccountTO> linkedAccounts) -
Uses of LinkedAccountTO in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return LinkedAccountTOMethods in org.apache.syncope.common.lib.to that return types with arguments of type LinkedAccountTO -
Uses of LinkedAccountTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return LinkedAccountTO -
Uses of LinkedAccountTO in org.apache.syncope.core.provisioning.api.pushpull
Methods in org.apache.syncope.core.provisioning.api.pushpull with parameters of type LinkedAccountTOModifier and TypeMethodDescriptiondefault voidInboundActions.beforeAssign(ProvisioningProfile<?, ?> profile, LiveSyncDelta delta, LinkedAccountTO linkedAccount) Action to be executed before locally creating a linked account.default voidInboundActions.beforeProvision(ProvisioningProfile<?, ?> profile, LiveSyncDelta delta, LinkedAccountTO linkedAccount) Action to be executed before locally creating a linked account. -
Uses of LinkedAccountTO in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return LinkedAccountTOModifier and TypeMethodDescriptionUserDataBinderImpl.getLinkedAccountTO(LinkedAccount account) protected LinkedAccountTOUserDataBinderImpl.getLinkedAccountTO(LinkedAccount account, boolean returnPasswordValue) Methods in org.apache.syncope.core.provisioning.java.data with parameters of type LinkedAccountTOModifier and TypeMethodDescriptionprotected voidUserDataBinderImpl.linkedAccount(UserTO anyTO, User user, LinkedAccountTO accountTO, SyncopeClientException invalidValues) -
Uses of LinkedAccountTO in org.apache.syncope.core.provisioning.java.pushpull
Methods in org.apache.syncope.core.provisioning.java.pushpull with parameters of type LinkedAccountTOModifier and TypeMethodDescriptionprotected OpEvent.OutcomeDefaultUserPullResultHandler.provision(UnmatchingRule rule, SyncDelta delta, User user, LinkedAccountTO accountTO, Provision provision)