Uses of Interface
org.apache.syncope.core.persistence.api.entity.ExternalResource
Packages that use ExternalResource
Package
Description
-
Uses of ExternalResource in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return ExternalResourceModifier and TypeMethodDescriptionprotected ExternalResourceResourceLogic.doSave(ExternalResource resource) AbstractTransactionalLogic.ProvisioningInfo.resource()Returns the value of theresourcerecord component.Methods in org.apache.syncope.core.logic with parameters of type ExternalResourceModifier and TypeMethodDescriptionprotected ExternalResourceResourceLogic.doSave(ExternalResource resource) protected ConnObjectReconciliationLogic.getOnSyncope(Any any, Item connObjectKeyItem, ExternalResource resource, Provision provision) protected List<ProvisioningReport> ReconciliationLogic.pull(ExternalResource resource, Provision provision, ReconFilterBuilder reconFilterBuilder, Set<String> moreAttrsToGet, PullTaskTO pullTask) protected SyncDeltaBuilderReconciliationLogic.syncDeltaBuilder(ExternalResource resource, Provision provision, Filter filter, Set<String> moreAttrsToGet) Constructors in org.apache.syncope.core.logic with parameters of type ExternalResourceModifierConstructorDescriptionprotectedProvisioningInfo(AnyType anyType, ExternalResource resource, Provision provision) Creates an instance of aProvisioningInforecord class. -
Uses of ExternalResource in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return ExternalResourceMethods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type ExternalResourceModifier and TypeMethodDescriptionAnyObjectDAO.findAllResources(AnyObject anyObject) UserDAO.findAllResources(User user) ExternalResourceDAO.findByConnInstance(String connInstance) ExternalResourceDAO.findByPolicy(Policy policy) ExternalResourceDAO.findByPropagationActionsContaining(Implementation propagationActions) ExternalResourceDAO.findByProvisionSorter(Implementation provisionSorter) Methods in org.apache.syncope.core.persistence.api.dao with parameters of type ExternalResourceModifier and TypeMethodDescriptionlongTaskDAO.count(TaskType type, ExternalResource resource, Notification notification, AnyTypeKind anyTypeKind, String entityKey) voidTaskDAO.deleteAll(ExternalResource resource, TaskType type) TaskDAO.findAll(TaskType type, ExternalResource resource, Notification notification, AnyTypeKind anyTypeKind, String entityKey, org.springframework.data.domain.Pageable pageable) List<? extends AccountPolicy> PolicyDAO.findByResource(ExternalResource resource) RealmDAO.findByResources(ExternalResource resource) AnyDAO.findByResourcesContaining(ExternalResource resource) Optional<? extends LinkedAccount> UserDAO.findLinkedAccount(ExternalResource resource, String connObjectKeyValue) UserDAO.findLinkedAccountsByResource(ExternalResource resource) -
Uses of ExternalResource in org.apache.syncope.core.persistence.api.entity
Methods in org.apache.syncope.core.persistence.api.entity that return types with arguments of type ExternalResourceModifier and TypeMethodDescriptionAnyUtils.getAllResources(Any any) List<? extends ExternalResource> Any.getResources()List<? extends ExternalResource> ConnInstance.getResources()List<? extends ExternalResource> Realm.getResources()Methods in org.apache.syncope.core.persistence.api.entity with parameters of type ExternalResourceModifier and TypeMethodDescriptionbooleanAny.add(ExternalResource resource) booleanConnInstance.add(ExternalResource resource) booleanRealm.add(ExternalResource resource) -
Uses of ExternalResource in org.apache.syncope.core.persistence.api.entity.task
Methods in org.apache.syncope.core.persistence.api.entity.task that return ExternalResourceMethods in org.apache.syncope.core.persistence.api.entity.task with parameters of type ExternalResourceModifier and TypeMethodDescriptionvoidPropagationTask.setResource(ExternalResource resource) voidProvisioningTask.setResource(ExternalResource resource) -
Uses of ExternalResource in org.apache.syncope.core.persistence.api.entity.user
Methods in org.apache.syncope.core.persistence.api.entity.user that return ExternalResourceMethods in org.apache.syncope.core.persistence.api.entity.user with parameters of type ExternalResource -
Uses of ExternalResource in org.apache.syncope.core.persistence.common.entity
Methods in org.apache.syncope.core.persistence.common.entity that return types with arguments of type ExternalResource -
Uses of ExternalResource in org.apache.syncope.core.persistence.common.validation
Methods in org.apache.syncope.core.persistence.common.validation with parameters of type ExternalResourceModifier and TypeMethodDescriptionbooleanExternalResourceValidator.isValid(ExternalResource resource, ConstraintValidatorContext context) -
Uses of ExternalResource in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type ExternalResourceModifier and TypeMethodDescriptionprotected StringBuilderJPATaskDAO.buildFindAllQuery(TaskType type, ExternalResource resource, Notification notification, AnyTypeKind anyTypeKind, String entityKey, boolean orderByTaskExecInfo, List<Object> parameters) longJPATaskDAO.count(TaskType type, ExternalResource resource, Notification notification, AnyTypeKind anyTypeKind, String entityKey) voidJPATaskDAO.deleteAll(ExternalResource resource, TaskType type) JPATaskDAO.findAll(TaskType type, ExternalResource resource, Notification notification, AnyTypeKind anyTypeKind, String entityKey, org.springframework.data.domain.Pageable pageable) JPAPolicyDAO.findByResource(ExternalResource resource) JPARealmDAO.findByResources(ExternalResource resource) -
Uses of ExternalResource in org.apache.syncope.core.persistence.jpa.dao.repo
Methods in org.apache.syncope.core.persistence.jpa.dao.repo that return ExternalResourceModifier and TypeMethodDescriptionExternalResourceRepoExt.save(ExternalResource resource) ExternalResourceRepoExtImpl.save(ExternalResource resource) Methods in org.apache.syncope.core.persistence.jpa.dao.repo that return types with arguments of type ExternalResourceModifier and TypeMethodDescriptionList<? extends ExternalResource> ExternalResourceRepoExt.findAll()List<? extends ExternalResource> ExternalResourceRepoExtImpl.findAll()AnyObjectRepoExt.findAllResources(AnyObject anyObject) AnyObjectRepoExtImpl.findAllResources(AnyObject anyObject) UserRepoExt.findAllResources(User user) UserRepoExtImpl.findAllResources(User user) ExternalResourceRepo.findByConnInstance(String connInstance) ExternalResourceRepoExt.findByPolicy(Policy policy) ExternalResourceRepoExtImpl.findByPolicy(Policy policy) Methods in org.apache.syncope.core.persistence.jpa.dao.repo with parameters of type ExternalResourceModifier and TypeMethodDescriptionOptional<? extends LinkedAccount> UserRepo.findLinkedAccount(ExternalResource resource, String connObjectKeyValue) UserRepo.findLinkedAccountsByResource(ExternalResource resource) ExternalResourceRepoExt.save(ExternalResource resource) ExternalResourceRepoExtImpl.save(ExternalResource resource) -
Uses of ExternalResource in org.apache.syncope.core.persistence.jpa.entity
Classes in org.apache.syncope.core.persistence.jpa.entity that implement ExternalResourceMethods in org.apache.syncope.core.persistence.jpa.entity that return types with arguments of type ExternalResourceModifier and TypeMethodDescriptionList<? extends ExternalResource> JPAConnInstance.getResources()List<? extends ExternalResource> JPARealm.getResources()Methods in org.apache.syncope.core.persistence.jpa.entity with parameters of type ExternalResourceModifier and TypeMethodDescriptionbooleanJPAConnInstance.add(ExternalResource resource) booleanJPARealm.add(ExternalResource resource) -
Uses of ExternalResource in org.apache.syncope.core.persistence.jpa.entity.anyobject
Methods in org.apache.syncope.core.persistence.jpa.entity.anyobject that return types with arguments of type ExternalResourceMethods in org.apache.syncope.core.persistence.jpa.entity.anyobject with parameters of type ExternalResource -
Uses of ExternalResource in org.apache.syncope.core.persistence.jpa.entity.group
Methods in org.apache.syncope.core.persistence.jpa.entity.group that return types with arguments of type ExternalResourceMethods in org.apache.syncope.core.persistence.jpa.entity.group with parameters of type ExternalResource -
Uses of ExternalResource in org.apache.syncope.core.persistence.jpa.entity.task
Methods in org.apache.syncope.core.persistence.jpa.entity.task that return ExternalResourceModifier and TypeMethodDescriptionAbstractProvisioningTask.getResource()JPAPropagationTask.getResource()Methods in org.apache.syncope.core.persistence.jpa.entity.task with parameters of type ExternalResourceModifier and TypeMethodDescriptionvoidAbstractProvisioningTask.setResource(ExternalResource resource) voidJPAPropagationTask.setResource(ExternalResource resource) -
Uses of ExternalResource in org.apache.syncope.core.persistence.jpa.entity.user
Methods in org.apache.syncope.core.persistence.jpa.entity.user that return ExternalResourceMethods in org.apache.syncope.core.persistence.jpa.entity.user that return types with arguments of type ExternalResourceMethods in org.apache.syncope.core.persistence.jpa.entity.user with parameters of type ExternalResourceModifier and TypeMethodDescriptionbooleanJPAUser.add(ExternalResource resource) voidJPALinkedAccount.setResource(ExternalResource resource) -
Uses of ExternalResource in org.apache.syncope.core.persistence.neo4j.dao
Methods in org.apache.syncope.core.persistence.neo4j.dao with parameters of type ExternalResourceModifier and TypeMethodDescriptionlongNeo4jTaskDAO.count(TaskType type, ExternalResource resource, Notification notification, AnyTypeKind anyTypeKind, String entityKey) voidNeo4jTaskDAO.deleteAll(ExternalResource resource, TaskType type) Neo4jTaskDAO.findAll(TaskType type, ExternalResource resource, Notification notification, AnyTypeKind anyTypeKind, String entityKey, org.springframework.data.domain.Pageable pageable) Neo4jPolicyDAO.findByResource(ExternalResource resource) Neo4jRealmDAO.findByResources(ExternalResource resource) protected StringBuilderNeo4jTaskDAO.query(TaskType type, TaskUtils taskUtils, ExternalResource resource, Notification notification, AnyTypeKind anyTypeKind, String entityKey, Map<String, Object> parameters) -
Uses of ExternalResource in org.apache.syncope.core.persistence.neo4j.dao.repo
Methods in org.apache.syncope.core.persistence.neo4j.dao.repo that return ExternalResourceModifier and TypeMethodDescriptionExternalResourceRepoExt.save(ExternalResource resource) ExternalResourceRepoExtImpl.save(ExternalResource resource) Methods in org.apache.syncope.core.persistence.neo4j.dao.repo that return types with arguments of type ExternalResourceModifier and TypeMethodDescriptionList<? extends ExternalResource> ExternalResourceRepoExt.findAll()List<? extends ExternalResource> ExternalResourceRepoExtImpl.findAll()AnyObjectRepoExt.findAllResources(AnyObject anyObject) AnyObjectRepoExtImpl.findAllResources(AnyObject anyObject) UserRepoExt.findAllResources(User user) UserRepoExtImpl.findAllResources(User user) ExternalResourceRepoExt.findByConnInstance(String connInstance) ExternalResourceRepoExtImpl.findByConnInstance(String connInstance) Optional<? extends ExternalResource> Optional<? extends ExternalResource> ExternalResourceRepoExt.findByPolicy(Policy policy) ExternalResourceRepoExtImpl.findByPolicy(Policy policy) ExternalResourceRepoExt.findByPropagationActionsContaining(Implementation propagationActions) ExternalResourceRepoExtImpl.findByPropagationActionsContaining(Implementation propagationActions) ExternalResourceRepoExt.findByProvisionSorter(Implementation provisionSorter) ExternalResourceRepoExtImpl.findByProvisionSorter(Implementation provisionSorter) Methods in org.apache.syncope.core.persistence.neo4j.dao.repo with parameters of type ExternalResourceModifier and TypeMethodDescriptionAbstractAnyRepoExt.findByResourcesContaining(ExternalResource resource) AnyRepoExt.findByResourcesContaining(ExternalResource resource) Optional<? extends LinkedAccount> UserRepoExt.findLinkedAccount(ExternalResource resource, String connObjectKeyValue) Optional<? extends LinkedAccount> UserRepoExtImpl.findLinkedAccount(ExternalResource resource, String connObjectKeyValue) UserRepoExt.findLinkedAccountsByResource(ExternalResource resource) UserRepoExtImpl.findLinkedAccountsByResource(ExternalResource resource) ExternalResourceRepoExt.save(ExternalResource resource) ExternalResourceRepoExtImpl.save(ExternalResource resource) -
Uses of ExternalResource in org.apache.syncope.core.persistence.neo4j.entity
Classes in org.apache.syncope.core.persistence.neo4j.entity that implement ExternalResourceMethods in org.apache.syncope.core.persistence.neo4j.entity that return types with arguments of type ExternalResourceModifier and TypeMethodDescriptionList<? extends ExternalResource> Neo4jConnInstance.getResources()List<? extends ExternalResource> Neo4jRealm.getResources()Methods in org.apache.syncope.core.persistence.neo4j.entity with parameters of type ExternalResourceModifier and TypeMethodDescriptionbooleanNeo4jConnInstance.add(ExternalResource resource) booleanNeo4jRealm.add(ExternalResource resource) -
Uses of ExternalResource in org.apache.syncope.core.persistence.neo4j.entity.anyobject
Methods in org.apache.syncope.core.persistence.neo4j.entity.anyobject that return types with arguments of type ExternalResourceMethods in org.apache.syncope.core.persistence.neo4j.entity.anyobject with parameters of type ExternalResource -
Uses of ExternalResource in org.apache.syncope.core.persistence.neo4j.entity.group
Methods in org.apache.syncope.core.persistence.neo4j.entity.group that return types with arguments of type ExternalResourceMethods in org.apache.syncope.core.persistence.neo4j.entity.group with parameters of type ExternalResource -
Uses of ExternalResource in org.apache.syncope.core.persistence.neo4j.entity.task
Methods in org.apache.syncope.core.persistence.neo4j.entity.task that return ExternalResourceModifier and TypeMethodDescriptionNeo4jPropagationTask.getResource()Neo4jProvisioningTask.getResource()Methods in org.apache.syncope.core.persistence.neo4j.entity.task with parameters of type ExternalResourceModifier and TypeMethodDescriptionvoidNeo4jPropagationTask.setResource(ExternalResource resource) voidNeo4jProvisioningTask.setResource(ExternalResource resource) -
Uses of ExternalResource in org.apache.syncope.core.persistence.neo4j.entity.user
Methods in org.apache.syncope.core.persistence.neo4j.entity.user that return ExternalResourceMethods in org.apache.syncope.core.persistence.neo4j.entity.user that return types with arguments of type ExternalResourceMethods in org.apache.syncope.core.persistence.neo4j.entity.user with parameters of type ExternalResourceModifier and TypeMethodDescriptionbooleanNeo4jUser.add(ExternalResource resource) voidNeo4jLinkedAccount.setResource(ExternalResource resource) -
Uses of ExternalResource in org.apache.syncope.core.provisioning.api
Methods in org.apache.syncope.core.provisioning.api with parameters of type ExternalResourceModifier and TypeMethodDescriptionConnectorManager.getConnector(ExternalResource resource) Get existing connector bean for the given resource or create if not found.MappingManager.getConnObjectKeyValue(Any any, ExternalResource resource, Provision provision) Get connObjectKey internal value.MappingManager.getConnObjectKeyValue(Realm realm, ExternalResource resource) Get connObjectKey internal value.MappingManager.getIntValues(ExternalResource resource, Item item, IntAttrName intAttrName, AttrSchemaType schemaType, Realm realm) Get attribute values for the givenItemand realm.MappingManager.getIntValues(ExternalResource resource, Provision provision, Item item, IntAttrName intAttrName, AttrSchemaType schemaType, Any any, AccountGetter usernameAccountGetter, PlainAttrGetter plainAttrGetter) Get attribute values for the givenItemand any object.MappingManager.prepareAttr(ExternalResource resource, Item item, Realm realm) Prepare attribute for sending to a connector instance.MappingManager.prepareAttr(ExternalResource resource, Provision provision, Item item, Any any, String password, AccountGetter usernameAccountGetter, AccountGetter passwordAccountGetter, PlainAttrGetter plainAttrGetter) Prepare attribute for sending to a connector instance.MappingManager.prepareAttrsFromAny(Any any, String password, boolean changePwd, Boolean enable, ExternalResource resource, Provision provision) Prepare attributes for sending to a connector instance.MappingManager.prepareAttrsFromRealm(Realm realm, ExternalResource resource) Prepare attributes for sending to a connector instance.ConnectorManager.readConnector(ExternalResource resource) voidConnectorManager.registerConnector(ExternalResource resource) Create and register into Spring context a bean for the given resource.voidConnectorManager.unregisterConnector(ExternalResource resource) Removes the Spring bean for the given resource from the context. -
Uses of ExternalResource in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return ExternalResourceModifier and TypeMethodDescriptionResourceDataBinder.create(ResourceTO resourceTO) ResourceDataBinder.update(ExternalResource resource, ResourceTO resourceTO) Methods in org.apache.syncope.core.provisioning.api.data with parameters of type ExternalResourceModifier and TypeMethodDescriptionResourceDataBinder.getResourceTO(ExternalResource resource) ResourceDataBinder.update(ExternalResource resource, ResourceTO resourceTO) -
Uses of ExternalResource in org.apache.syncope.core.provisioning.api.propagation
Methods in org.apache.syncope.core.provisioning.api.propagation that return ExternalResourceMethods in org.apache.syncope.core.provisioning.api.propagation with parameters of type ExternalResourceModifier and TypeMethodDescriptionPropagationManager.newTask(DerAttrHandler derAttrHandler, Any any, ExternalResource resource, ResourceOperation operation, Provision provision, Stream<Item> mappingItems, MappingManager.PreparedAttrs preparedAttrs) Constructors in org.apache.syncope.core.provisioning.api.propagation with parameters of type ExternalResourceModifierConstructorDescriptionPropagationTaskInfo(ExternalResource resource, ResourceOperation operation, ObjectClass objectClass, AnyTypeKind anyTypeKind, String anyType, String entityKey, String connObjectKey, PropagationData propagationData) -
Uses of ExternalResource in org.apache.syncope.core.provisioning.api.pushpull
Methods in org.apache.syncope.core.provisioning.api.pushpull with parameters of type ExternalResourceModifier and TypeMethodDescriptionSyncopeSinglePullExecutor.pull(ExternalResource resource, Provision provision, Connector connector, ReconFilterBuilder reconFilterBuilder, Set<String> moreAttrsToGet, PullTaskTO pullTaskTO, String executor) SyncopeSinglePushExecutor.push(ExternalResource resource, Provision provision, Connector connector, Any any, PushTaskTO pushTaskTO, String executor) SyncopeSinglePushExecutor.push(ExternalResource resource, Provision provision, Connector connector, LinkedAccount account, PushTaskTO pushTaskTO, String executor) -
Uses of ExternalResource in org.apache.syncope.core.provisioning.api.rules
Methods in org.apache.syncope.core.provisioning.api.rules with parameters of type ExternalResourceModifier and TypeMethodDescriptionPushCorrelationRule.getFilter(Any any, ExternalResource resource, Provision provision) Returns a filter to match the given any with a connector object on the external resource identified by the given provision.Method parameters in org.apache.syncope.core.provisioning.api.rules with type arguments of type ExternalResourceModifier and TypeMethodDescriptionRuleProvider.getAccountPolicies(Realm realm, Collection<ExternalResource> resources) RuleProvider.getPasswordPolicies(Realm realm, Collection<ExternalResource> resources) -
Uses of ExternalResource in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java with parameters of type ExternalResourceModifier and TypeMethodDescriptionprotected static StringDefaultConnectorManager.getBeanName(ExternalResource resource) DefaultConnectorManager.getConnector(ExternalResource resource) DefaultMappingManager.getConnObjectKeyValue(Any any, ExternalResource resource, Provision provision) DefaultMappingManager.getConnObjectKeyValue(Realm realm, ExternalResource resource) protected StringDefaultMappingManager.getGroupOwnerValue(ExternalResource resource, Provision provision, Any any) DefaultMappingManager.getIntValues(ExternalResource resource, Item item, IntAttrName intAttrName, AttrSchemaType schemaType, Realm realm) DefaultMappingManager.getIntValues(ExternalResource resource, Provision provision, Item item, IntAttrName intAttrName, AttrSchemaType schemaType, Any any, AccountGetter usernameAccountGetter, PlainAttrGetter plainAttrGetter) DefaultMappingManager.prepareAttr(ExternalResource resource, Item item, Realm realm) DefaultMappingManager.prepareAttr(ExternalResource resource, Provision provision, Item item, Any any, String password, AccountGetter usernameAccountGetter, AccountGetter passwordAccountGetter, PlainAttrGetter plainAttrGetter) DefaultMappingManager.prepareAttrsFromAny(Any any, String password, boolean changePwd, Boolean enable, ExternalResource resource, Provision provision) DefaultMappingManager.prepareAttrsFromRealm(Realm realm, ExternalResource resource) DefaultConnectorManager.readConnector(ExternalResource resource) voidDefaultConnectorManager.registerConnector(ExternalResource resource) voidDefaultConnectorManager.unregisterConnector(ExternalResource resource) -
Uses of ExternalResource in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return ExternalResourceModifier and TypeMethodDescriptionResourceDataBinderImpl.create(ResourceTO resourceTO) ResourceDataBinderImpl.update(ExternalResource resource, ResourceTO resourceTO) Methods in org.apache.syncope.core.provisioning.java.data with parameters of type ExternalResourceModifier and TypeMethodDescriptionRealmDataBinderImpl.evaluateMandatoryCondition(ExternalResource resource, Realm realm) ResourceDataBinderImpl.getResourceTO(ExternalResource resource) protected booleanUserDataBinderImpl.isPasswordMapped(ExternalResource resource) ResourceDataBinderImpl.update(ExternalResource resource, ResourceTO resourceTO) -
Uses of ExternalResource in org.apache.syncope.core.provisioning.java.propagation
Methods in org.apache.syncope.core.provisioning.java.propagation that return ExternalResourceMethods in org.apache.syncope.core.provisioning.java.propagation with parameters of type ExternalResourceModifier and TypeMethodDescriptionprotected voidLDAPMembershipPropagationActions.buildManagedGroupConnObjectLinks(ExternalResource resource, String connObjectLinkTemplate, Set<String> connObjectLinks) protected List<PropagationActions> AbstractPropagationTaskExecutor.getPropagationActions(ExternalResource resource) DefaultPropagationManager.newTask(DerAttrHandler derAttrHandler, Any any, ExternalResource resource, ResourceOperation operation, Provision provision, Stream<Item> mappingItems, MappingManager.PreparedAttrs preparedAttrs) protected Optional<org.springframework.retry.support.RetryTemplate> AbstractPropagationTaskExecutor.retryTemplate(ExternalResource resource) voidDeletingLinkedAccount.setResource(ExternalResource resource) Constructors in org.apache.syncope.core.provisioning.java.propagation with parameters of type ExternalResourceModifierConstructorDescriptionDeletingLinkedAccount(User user, ExternalResource resource, String connObjectKeyValue) -
Uses of ExternalResource in org.apache.syncope.core.provisioning.java.pushpull
Methods in org.apache.syncope.core.provisioning.java.pushpull with parameters of type ExternalResourceModifier and TypeMethodDescriptionprotected voidSinglePushJobDelegate.before(ExternalResource resource, Connector connector, PushTaskTO pushTaskTO, String executor) protected StringAbstractProvisioningJobDelegate.createReport(Collection<ProvisioningReport> provResults, ExternalResource resource, boolean dryRun) Create a textual report of the provisioning operation, based on the trace level.protected booleanPushJobDelegate.doHandle(List<? extends Any> anys, PushResultHandlerDispatcher dispatcher, ExternalResource resource) DefaultPushCorrelationRule.getFilter(Any any, ExternalResource resource, Provision provision) OutboundMatcher.getFIQL(ConnectorObject connectorObject, ExternalResource resource, Provision provision) protected List<PropagationActions> OutboundMatcher.getPropagationActions(ExternalResource resource) InboundMatcher.match(AnyType anyType, String connObjectLinkValue, ExternalResource resource, Connector connector) InboundMatcher.match(SyncDelta syncDelta, ExternalResource resource, Provision provision, AnyTypeKind anyTypeKind) Finds internal entities based on external attributes and mapping.OutboundMatcher.match(Connector connector, Any any, ExternalResource resource, Provision provision, Optional<String[]> moreAttrsToGet) InboundMatcher.matchByConnObjectKeyValue(Item connObjectKeyItem, String connObjectKeyValue, AnyTypeKind anyTypeKind, ExternalResource resource, boolean ignoreCaseMatch) SinglePullJobDelegate.pull(ExternalResource resource, Provision provision, Connector connector, ReconFilterBuilder reconFilterBuilder, Set<String> moreAttrsToGet, PullTaskTO pullTaskTO, String executor) SinglePushJobDelegate.push(ExternalResource resource, Provision provision, Connector connector, Any any, PushTaskTO pushTaskTO, String executor) SinglePushJobDelegate.push(ExternalResource resource, Provision provision, Connector connector, LinkedAccount account, PushTaskTO pushTaskTO, String executor) protected Optional<InboundCorrelationRule> InboundMatcher.rule(ExternalResource resource, Provision provision) protected Optional<PushCorrelationRule> OutboundMatcher.rule(ExternalResource resource, Provision provision) -
Uses of ExternalResource in org.apache.syncope.core.spring.policy
Method parameters in org.apache.syncope.core.spring.policy with type arguments of type ExternalResourceModifier and TypeMethodDescriptionDefaultRuleProvider.getAccountPolicies(Realm realm, Collection<ExternalResource> resources) DefaultRuleProvider.getPasswordPolicies(Realm realm, Collection<ExternalResource> resources) -
Uses of ExternalResource in org.apache.syncope.core.spring.security
Methods in org.apache.syncope.core.spring.security that return types with arguments of type ExternalResourceModifier and TypeMethodDescriptionprotected Set<ExternalResource> AuthDataAccessor.getPassthroughResources(User user) Methods in org.apache.syncope.core.spring.security with parameters of type ExternalResourceModifier and TypeMethodDescriptionDefaultPasswordGenerator.generate(ExternalResource resource, List<Realm> realms) PasswordGenerator.generate(ExternalResource resource, List<Realm> realms) -
Uses of ExternalResource in org.apache.syncope.fit.core.reference
Methods in org.apache.syncope.fit.core.reference with parameters of type ExternalResourceModifier and TypeMethodDescriptionDummyPushCorrelationRule.getFilter(Any any, ExternalResource resource, Provision provision)