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.actionTogglePanel
protected final List
<LinkedAccountTO> LinkedAccountModalPanel.linkedAccountTOs
protected 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 LinkedAccountTO
LinkedAccountPlainAttrsPanel.linkedAccountTO
Methods 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 WizardModel
LinkedAccountWizardBuilder.buildModelSteps
(LinkedAccountTO modelObject, WizardModel wizardModel) MergeLinkedAccountsReviewPanel.LinkedAccountsReviewDirectoryPanel.LinkedAccountsDataProvider.model
(LinkedAccountTO object) protected Serializable
LinkedAccountWizardBuilder.onApplyInternal
(LinkedAccountTO modelObject) Constructors in org.apache.syncope.client.console.wizards.any with parameters of type LinkedAccountTOModifierConstructorDescriptionLinkedAccountDetailsPanel
(LinkedAccountTO linkedAccountTO) LinkedAccountPrivilegesPanel
(LinkedAccountTO linkedAccountTO) Constructor 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) void
LinkedAccountUR.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 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
Methods in org.apache.syncope.core.provisioning.java.data that return LinkedAccountTOModifier and TypeMethodDescriptionUserDataBinderImpl.getLinkedAccountTO
(LinkedAccount account) protected LinkedAccountTO
UserDataBinderImpl.getLinkedAccountTO
(LinkedAccount account, boolean returnPasswordValue) Methods in org.apache.syncope.core.provisioning.java.data with parameters of type LinkedAccountTOModifier 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
Methods in org.apache.syncope.core.provisioning.java.pushpull with parameters of type LinkedAccountTOModifier and TypeMethodDescriptionprotected OpEvent.Outcome
DefaultUserPullResultHandler.provision
(UnmatchingRule rule, SyncDelta delta, User user, LinkedAccountTO accountTO, Provision provision)