Uses of Class
org.apache.syncope.common.lib.to.LinkedAccountTO
Package
Description
-
Uses of LinkedAccountTO in org.apache.syncope.client.console.panels
Modifier and TypeFieldDescriptionprotected ActionLinksTogglePanel
<LinkedAccountTO> LinkedAccountModalPanel.actionTogglePanel
protected final List
<LinkedAccountTO> LinkedAccountModalPanel.linkedAccountTOs
protected final WizardMgtPanel
<LinkedAccountTO> LinkedAccountModalPanel.list
-
Uses of LinkedAccountTO in org.apache.syncope.client.console.wizards.any
Modifier and TypeFieldDescriptionprotected final LinkedAccountTO
LinkedAccountPlainAttrsPanel.linkedAccountTO
Modifier 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()
Modifier and TypeMethodDescriptionprotected WizardModel
LinkedAccountWizardBuilder.buildModelSteps
(LinkedAccountTO modelObject, WizardModel wizardModel) MergeLinkedAccountsReviewPanel.LinkedAccountsReviewDirectoryPanel.LinkedAccountsDataProvider.model
(LinkedAccountTO object) protected Serializable
LinkedAccountWizardBuilder.onApplyInternal
(LinkedAccountTO modelObject) ModifierConstructorDescriptionLinkedAccountDetailsPanel
(LinkedAccountTO linkedAccountTO) LinkedAccountPrivilegesPanel
(LinkedAccountTO linkedAccountTO) ModifierConstructorDescriptionLinkedAccountCredentialsPanel
(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
Modifier and TypeMethodDescriptionstatic Map
<Pair<String, String>, LinkedAccountTO> EntityTOUtils.buildLinkedAccountMap
(Collection<LinkedAccountTO> accounts) Modifier and TypeMethodDescriptionstatic Map
<Pair<String, String>, LinkedAccountTO> EntityTOUtils.buildLinkedAccountMap
(Collection<LinkedAccountTO> accounts) -
Uses of LinkedAccountTO in org.apache.syncope.common.lib.request
Modifier and TypeMethodDescriptionUserCR.Builder.linkedAccount
(LinkedAccountTO linkedAccount) UserCR.Builder.linkedAccounts
(LinkedAccountTO... linkedAccounts) LinkedAccountUR.Builder.linkedAccountTO
(LinkedAccountTO linkedAccountTO) void
LinkedAccountUR.setLinkedAccountTO
(LinkedAccountTO linkedAccountTO) Modifier and TypeMethodDescriptionUserCR.Builder.linkedAccounts
(Collection<LinkedAccountTO> linkedAccounts) -
Uses of LinkedAccountTO in org.apache.syncope.common.lib.to
-
Uses of LinkedAccountTO in org.apache.syncope.core.provisioning.api.data
-
Uses of LinkedAccountTO in org.apache.syncope.core.provisioning.api.pushpull
Modifier and TypeMethodDescriptiondefault void
InboundActions.beforeAssign
(ProvisioningProfile<?, ?> profile, LiveSyncDelta delta, LinkedAccountTO linkedAccount) Action to be executed before locally creating a linked account.default void
InboundActions.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
Modifier and TypeMethodDescriptionUserDataBinderImpl.getLinkedAccountTO
(LinkedAccount account) protected LinkedAccountTO
UserDataBinderImpl.getLinkedAccountTO
(LinkedAccount account, boolean returnPasswordValue) Modifier and TypeMethodDescriptionprotected void
UserDataBinderImpl.linkedAccount
(UserTO anyTO, User user, LinkedAccountTO accountTO, AnyUtils anyUtils, SyncopeClientException invalidValues) -
Uses of LinkedAccountTO in org.apache.syncope.core.provisioning.java.pushpull
Modifier and TypeMethodDescriptionprotected OpEvent.Outcome
DefaultUserPullResultHandler.provision
(UnmatchingRule rule, SyncDelta delta, User user, LinkedAccountTO accountTO, Provision provision)