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. actionTogglePanel
protected List<LinkedAccountTO>
LinkedAccountModalPanel. linkedAccountTOs
protected 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 LinkedAccountTO
LinkedAccountPlainAttrsPanel. linkedAccountTO
Methods 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 WizardModel
LinkedAccountWizardBuilder. buildModelSteps(LinkedAccountTO modelObject, WizardModel wizardModel)
IModel<LinkedAccountTO>
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 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 LinkedAccountTO
LinkedAccountUR. 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.Builder
UserCR.Builder. linkedAccount(LinkedAccountTO linkedAccount)
UserCR.Builder
UserCR.Builder. linkedAccounts(LinkedAccountTO... linkedAccounts)
LinkedAccountUR.Builder
LinkedAccountUR.Builder. linkedAccountTO(LinkedAccountTO linkedAccountTO)
void
LinkedAccountUR. setLinkedAccountTO(LinkedAccountTO linkedAccountTO)
Method parameters in org.apache.syncope.common.lib.request with type arguments of type LinkedAccountTO Modifier and Type Method Description UserCR.Builder
UserCR.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 LinkedAccountTO
LinkedAccountTO.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 LinkedAccountTO
UserDataBinder. 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 void
PullActions. beforeAssign(ProvisioningProfile<?,?> profile, SyncDelta delta, LinkedAccountTO linkedAccount)
Action to be executed before locally creating a linked account.default void
PullActions. 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 LinkedAccountTO
UserDataBinderImpl. getLinkedAccountTO(LinkedAccount account)
protected LinkedAccountTO
UserDataBinderImpl. 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 void
UserDataBinderImpl. 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.Result
DefaultUserPullResultHandler. provision(UnmatchingRule rule, SyncDelta delta, User user, LinkedAccountTO accountTO, Provision provision)
-