Uses of Interface
org.apache.syncope.core.persistence.api.entity.user.LinkedAccount
-
-
Uses of LinkedAccount in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic with parameters of type LinkedAccount Modifier and Type Method Description protected 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 LinkedAccount Modifier and Type Method Description Optional<? extends LinkedAccount>UserDAO. findLinkedAccount(ExternalResource resource, String connObjectKeyValue)List<LinkedAccount>UserDAO. findLinkedAccounts(String userKey)List<LinkedAccount>UserDAO. findLinkedAccountsByPrivilege(Privilege privilege)List<LinkedAccount>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 LinkedAccount Modifier and Type Method Description LinkedAccountLAPlainAttr. getAccount()Methods in org.apache.syncope.core.persistence.api.entity.user that return types with arguments of type LinkedAccount Modifier and Type Method Description Optional<? 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 Modifier and Type Method Description booleanUser. add(LinkedAccount account)voidLAPlainAttr. setAccount(LinkedAccount account) -
Uses of LinkedAccount in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return types with arguments of type LinkedAccount Modifier and Type Method Description Optional<? extends LinkedAccount>JPAUserDAO. findLinkedAccount(ExternalResource resource, String connObjectKeyValue)List<LinkedAccount>JPAUserDAO. findLinkedAccounts(String userKey)List<LinkedAccount>JPAUserDAO. findLinkedAccountsByPrivilege(Privilege privilege)List<LinkedAccount>JPAUserDAO. 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 LinkedAccount Modifier and Type Class Description classJPAJSONLinkedAccountclassJPALinkedAccountMethods in org.apache.syncope.core.persistence.jpa.entity.user that return LinkedAccount Modifier and Type Method Description LinkedAccountJPAJSONLAPlainAttr. getAccount()LinkedAccountJPALAPlainAttr. getAccount()Methods in org.apache.syncope.core.persistence.jpa.entity.user that return types with arguments of type LinkedAccount Modifier and Type Method Description Optional<? extends LinkedAccount>JPAJSONUser. getLinkedAccount(String resource, String connObjectKeyValue)Optional<? extends LinkedAccount>JPAUser. getLinkedAccount(String resource, String connObjectKeyValue)List<? extends LinkedAccount>JPAJSONUser. getLinkedAccounts()List<? extends LinkedAccount>JPAJSONUser. getLinkedAccounts(String resource)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 Modifier and Type Method Description booleanJPAJSONUser. add(LinkedAccount account)booleanJPAUser. add(LinkedAccount account)voidJPAJSONLAPlainAttr. setAccount(LinkedAccount account)voidJPALAPlainAttr. setAccount(LinkedAccount account) -
Uses of LinkedAccount in org.apache.syncope.core.provisioning.api
Methods in org.apache.syncope.core.provisioning.api with parameters of type LinkedAccount Modifier and Type Method Description Set<Attribute>MappingManager. 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 Modifier and Type Method Description LinkedAccountTOUserDataBinder. getLinkedAccountTO(LinkedAccount account) -
Uses of LinkedAccount in org.apache.syncope.core.provisioning.api.pushpull
Methods in org.apache.syncope.core.provisioning.api.pushpull with parameters of type LinkedAccount Modifier and Type Method Description booleanUserPushResultHandler. handle(LinkedAccount account, Provision provision)ProvisioningReportSyncopeSinglePushExecutor. 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 LinkedAccount Modifier and Type Method Description LinkedAccountPullMatch. getLinkedAccount()Methods in org.apache.syncope.core.provisioning.api.rules with parameters of type LinkedAccount Modifier and Type Method Description voidAccountRule. 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 LinkedAccount Modifier and Type Method Description Set<Attribute>DefaultMappingManager. 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 LinkedAccount Modifier and Type Method Description LinkedAccountTOUserDataBinderImpl. 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 Modifier and Type Class Description classDeletingLinkedAccount -
Uses of LinkedAccount in org.apache.syncope.core.provisioning.java.pushpull
Methods in org.apache.syncope.core.provisioning.java.pushpull with parameters of type LinkedAccount Modifier and Type Method Description protected AuditElements.ResultDefaultUserPullResultHandler. delete(SyncDelta delta, LinkedAccount account, Provision provision)protected AuditElements.ResultDefaultUserPullResultHandler. deprovision(MatchingRule matchingRule, SyncDelta delta, LinkedAccount account)protected voidDefaultUserPushResultHandler. doHandle(LinkedAccount account, Provision provision)booleanDefaultUserPushResultHandler. handle(LinkedAccount account, Provision provision)protected AuditElements.ResultDefaultUserPullResultHandler. ignore(SyncDelta delta, LinkedAccount account, boolean matching, String... message)protected voidDefaultUserPushResultHandler. provision(LinkedAccount account, Boolean enable, ProvisioningReport result)ProvisioningReportSinglePushJobDelegate. push(ExternalResource resource, Provision provision, Connector connector, LinkedAccount account, PushTaskTO pushTaskTO, String executor)protected AuditElements.ResultDefaultUserPullResultHandler. 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 LinkedAccount Modifier and Type Method Description voidDefaultAccountRule. 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 LinkedAccount Modifier and Type Method Description voidTestAccountRule. enforce(LinkedAccount accout)voidTestPasswordRule. enforce(LinkedAccount account)
-