Uses of Class
org.apache.syncope.common.lib.to.LinkedAccountTO
-
-
Uses of LinkedAccountTO in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels with type parameters of type LinkedAccountTO Modifier and Type Field Description protected ActionLinksTogglePanel<LinkedAccountTO>LinkedAccountModalPanel. actionTogglePanelprotected List<LinkedAccountTO>LinkedAccountModalPanel. linkedAccountTOsprotected 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 LinkedAccountTO Modifier and Type Field Description protected LinkedAccountTOLinkedAccountPlainAttrsPanel. linkedAccountTOMethods in org.apache.syncope.client.console.wizards.any that return types with arguments of type LinkedAccountTO Modifier and Type Method Description AjaxWizard<LinkedAccountTO>LinkedAccountWizardBuilder. build(String id, AjaxWizard.Mode mode)protected List<IColumn<LinkedAccountTO,String>>MergeLinkedAccountsReviewPanel.LinkedAccountsReviewDirectoryPanel. getColumns()Iterator<LinkedAccountTO>MergeLinkedAccountsReviewPanel.LinkedAccountsReviewDirectoryPanel.LinkedAccountsDataProvider. iterator(long first, long count)IModel<LinkedAccountTO>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 LinkedAccountTO Modifier and Type Method Description protected WizardModelLinkedAccountWizardBuilder. buildModelSteps(LinkedAccountTO modelObject, WizardModel wizardModel)IModel<LinkedAccountTO>MergeLinkedAccountsReviewPanel.LinkedAccountsReviewDirectoryPanel.LinkedAccountsDataProvider. model(LinkedAccountTO object)protected SerializableLinkedAccountWizardBuilder. onApplyInternal(LinkedAccountTO modelObject)Constructors in org.apache.syncope.client.console.wizards.any with parameters of type LinkedAccountTO Constructor Description LinkedAccountDetailsPanel(LinkedAccountTO linkedAccountTO)LinkedAccountPrivilegesPanel(LinkedAccountTO linkedAccountTO)Constructor parameters in org.apache.syncope.client.console.wizards.any with type arguments of type LinkedAccountTO Constructor Description LinkedAccountCredentialsPanel(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 LinkedAccountTO Modifier and Type Method Description static Map<Pair<String,String>,LinkedAccountTO>EntityTOUtils. buildLinkedAccountMap(Collection<LinkedAccountTO> accounts)Method parameters in org.apache.syncope.common.lib with type arguments of type LinkedAccountTO Modifier and Type Method Description static 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 LinkedAccountTO Modifier and Type Method Description LinkedAccountTOLinkedAccountUR. getLinkedAccountTO()Methods in org.apache.syncope.common.lib.request that return types with arguments of type LinkedAccountTO Modifier and Type Method Description List<LinkedAccountTO>UserCR. getLinkedAccounts()Methods in org.apache.syncope.common.lib.request with parameters of type LinkedAccountTO Modifier and Type Method Description UserCR.BuilderUserCR.Builder. linkedAccount(LinkedAccountTO linkedAccount)UserCR.BuilderUserCR.Builder. linkedAccounts(LinkedAccountTO... linkedAccounts)LinkedAccountUR.BuilderLinkedAccountUR.Builder. linkedAccountTO(LinkedAccountTO linkedAccountTO)voidLinkedAccountUR. setLinkedAccountTO(LinkedAccountTO linkedAccountTO)Method parameters in org.apache.syncope.common.lib.request with type arguments of type LinkedAccountTO Modifier and Type Method Description UserCR.BuilderUserCR.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 LinkedAccountTO Modifier and Type Method Description LinkedAccountTOLinkedAccountTO.Builder. build()Methods in org.apache.syncope.common.lib.to that return types with arguments of type LinkedAccountTO Modifier and Type Method Description List<LinkedAccountTO>UserTO. getLinkedAccounts() -
Uses of LinkedAccountTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return LinkedAccountTO Modifier and Type Method Description LinkedAccountTOUserDataBinder. getLinkedAccountTO(LinkedAccount account) -
Uses of LinkedAccountTO in org.apache.syncope.core.provisioning.api.pushpull
Methods in org.apache.syncope.core.provisioning.api.pushpull with parameters of type LinkedAccountTO Modifier and Type Method Description default voidPullActions. beforeAssign(ProvisioningProfile<?,?> profile, SyncDelta delta, LinkedAccountTO linkedAccount)Action to be executed before locally creating a linked account.default voidPullActions. beforeProvision(ProvisioningProfile<?,?> profile, SyncDelta 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 LinkedAccountTO Modifier and Type Method Description LinkedAccountTOUserDataBinderImpl. getLinkedAccountTO(LinkedAccount account)protected LinkedAccountTOUserDataBinderImpl. getLinkedAccountTO(LinkedAccount account, boolean returnPasswordValue)Methods in org.apache.syncope.core.provisioning.java.data with parameters of type LinkedAccountTO Modifier and Type Method Description protected voidUserDataBinderImpl. linkedAccount(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 LinkedAccountTO Modifier and Type Method Description protected AuditElements.ResultDefaultUserPullResultHandler. provision(UnmatchingRule rule, SyncDelta delta, User user, LinkedAccountTO accountTO, Provision provision)
-