Uses of Interface
org.apache.syncope.core.persistence.api.entity.user.LinkedAccount
Packages that use LinkedAccount
Package
Description
-
Uses of LinkedAccount in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic with parameters of type LinkedAccountModifier and TypeMethodDescriptionprotected ConnObjectReconciliationLogic.getOnSyncope(LinkedAccount account, Item connObjectKeyItem, Provision provision) -
Uses of LinkedAccount in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type LinkedAccountModifier and TypeMethodDescriptionOptional<? extends LinkedAccount> UserDAO.findLinkedAccount(ExternalResource resource, String connObjectKeyValue) UserDAO.findLinkedAccounts(String userKey) UserDAO.findLinkedAccountsByResource(ExternalResource resource) -
Uses of LinkedAccount in org.apache.syncope.core.persistence.api.entity.user
Methods in org.apache.syncope.core.persistence.api.entity.user that return types with arguments of type LinkedAccountModifier and TypeMethodDescriptionOptional<? extends LinkedAccount> User.getLinkedAccount(String resource, String connObjectKeyValue) List<? extends LinkedAccount> User.getLinkedAccounts()List<? extends LinkedAccount> User.getLinkedAccounts(String resource) Methods in org.apache.syncope.core.persistence.api.entity.user with parameters of type LinkedAccount -
Uses of LinkedAccount in org.apache.syncope.core.persistence.jpa.dao.repo
Methods in org.apache.syncope.core.persistence.jpa.dao.repo that return types with arguments of type LinkedAccountModifier and TypeMethodDescriptionOptional<? extends LinkedAccount> UserRepo.findLinkedAccount(ExternalResource resource, String connObjectKeyValue) UserRepo.findLinkedAccounts(String userKey) UserRepo.findLinkedAccountsByResource(ExternalResource resource) -
Uses of LinkedAccount in org.apache.syncope.core.persistence.jpa.entity.user
Classes in org.apache.syncope.core.persistence.jpa.entity.user that implement LinkedAccountMethods in org.apache.syncope.core.persistence.jpa.entity.user that return types with arguments of type LinkedAccountModifier and TypeMethodDescriptionOptional<? extends LinkedAccount> JPAUser.getLinkedAccount(String resource, String connObjectKeyValue) List<? extends LinkedAccount> JPAUser.getLinkedAccounts()List<? extends LinkedAccount> JPAUser.getLinkedAccounts(String resource) Methods in org.apache.syncope.core.persistence.jpa.entity.user with parameters of type LinkedAccount -
Uses of LinkedAccount in org.apache.syncope.core.persistence.neo4j.dao.repo
Methods in org.apache.syncope.core.persistence.neo4j.dao.repo that return types with arguments of type LinkedAccountModifier and TypeMethodDescriptionOptional<? extends LinkedAccount> UserRepoExt.findLinkedAccount(ExternalResource resource, String connObjectKeyValue) Optional<? extends LinkedAccount> UserRepoExtImpl.findLinkedAccount(ExternalResource resource, String connObjectKeyValue) UserRepoExt.findLinkedAccounts(String userKey) UserRepoExtImpl.findLinkedAccounts(String userKey) UserRepoExt.findLinkedAccountsByResource(ExternalResource resource) UserRepoExtImpl.findLinkedAccountsByResource(ExternalResource resource) -
Uses of LinkedAccount in org.apache.syncope.core.persistence.neo4j.entity.user
Classes in org.apache.syncope.core.persistence.neo4j.entity.user that implement LinkedAccountMethods in org.apache.syncope.core.persistence.neo4j.entity.user that return types with arguments of type LinkedAccountModifier and TypeMethodDescriptionOptional<? extends LinkedAccount> Neo4jUser.getLinkedAccount(String resource, String connObjectKeyValue) List<? extends LinkedAccount> Neo4jUser.getLinkedAccounts()List<? extends LinkedAccount> Neo4jUser.getLinkedAccounts(String resource) Methods in org.apache.syncope.core.persistence.neo4j.entity.user with parameters of type LinkedAccount -
Uses of LinkedAccount in org.apache.syncope.core.provisioning.api
Methods in org.apache.syncope.core.provisioning.api with parameters of type LinkedAccountModifier and TypeMethodDescriptionMappingManager.prepareAttrsFromLinkedAccount(User user, LinkedAccount account, String password, boolean changePwd, Provision provision) Prepare attributes for sending to a connector instance. -
Uses of LinkedAccount in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type LinkedAccount -
Uses of LinkedAccount in org.apache.syncope.core.provisioning.api.pushpull
Methods in org.apache.syncope.core.provisioning.api.pushpull with parameters of type LinkedAccountModifier and TypeMethodDescriptionbooleanUserPushResultHandler.handle(LinkedAccount account, Provision provision) SyncopeSinglePushExecutor.push(ExternalResource resource, Provision provision, Connector connector, LinkedAccount account, PushTaskTO pushTaskTO, String executor) -
Uses of LinkedAccount in org.apache.syncope.core.provisioning.api.rules
Methods in org.apache.syncope.core.provisioning.api.rules that return LinkedAccountMethods in org.apache.syncope.core.provisioning.api.rules with parameters of type LinkedAccountModifier and TypeMethodDescriptionvoidAccountRule.enforce(LinkedAccount accout) voidPasswordRule.enforce(LinkedAccount account) -
Uses of LinkedAccount in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java with parameters of type LinkedAccountModifier and TypeMethodDescriptionDefaultMappingManager.prepareAttrsFromLinkedAccount(User user, LinkedAccount account, String password, boolean changePwd, Provision provision) -
Uses of LinkedAccount in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type LinkedAccountModifier and TypeMethodDescriptionUserDataBinderImpl.getLinkedAccountTO(LinkedAccount account) protected LinkedAccountTOUserDataBinderImpl.getLinkedAccountTO(LinkedAccount account, boolean returnPasswordValue) -
Uses of LinkedAccount in org.apache.syncope.core.provisioning.java.propagation
Classes in org.apache.syncope.core.provisioning.java.propagation that implement LinkedAccount -
Uses of LinkedAccount in org.apache.syncope.core.provisioning.java.pushpull
Methods in org.apache.syncope.core.provisioning.java.pushpull with parameters of type LinkedAccountModifier and TypeMethodDescriptionprotected OpEvent.OutcomeDefaultUserPullResultHandler.delete(SyncDelta delta, LinkedAccount account, Provision provision) protected OpEvent.OutcomeDefaultUserPullResultHandler.deprovision(MatchingRule matchingRule, SyncDelta delta, LinkedAccount account) protected voidDefaultUserPushResultHandler.doHandle(LinkedAccount account, Provision provision) booleanDefaultUserPushResultHandler.handle(LinkedAccount account, Provision provision) protected OpEvent.OutcomeDefaultUserPullResultHandler.ignore(SyncDelta delta, LinkedAccount account, boolean matching, String... message) protected voidDefaultUserPushResultHandler.provision(LinkedAccount account, Boolean enable, ProvisioningReport result) SinglePushJobDelegate.push(ExternalResource resource, Provision provision, Connector connector, LinkedAccount account, PushTaskTO pushTaskTO, String executor) protected OpEvent.OutcomeDefaultUserPullResultHandler.update(SyncDelta delta, LinkedAccount account, Provision provision) protected voidDefaultUserPushResultHandler.update(LinkedAccount account, Boolean enable, ConnectorObject beforeObj, ResourceOperation operation, ProvisioningReport result) -
Uses of LinkedAccount in org.apache.syncope.core.spring.policy
Methods in org.apache.syncope.core.spring.policy with parameters of type LinkedAccountModifier and TypeMethodDescriptionvoidDefaultAccountRule.enforce(LinkedAccount account) voidDefaultPasswordRule.enforce(LinkedAccount account) voidHaveIBeenPwnedPasswordRule.enforce(LinkedAccount account) -
Uses of LinkedAccount in org.apache.syncope.fit.core.reference
Methods in org.apache.syncope.fit.core.reference with parameters of type LinkedAccountModifier and TypeMethodDescriptionvoidTestAccountRule.enforce(LinkedAccount accout) voidTestPasswordRule.enforce(LinkedAccount account)