Uses of Interface
org.apache.syncope.core.persistence.api.entity.ExternalResource
-
-
Uses of ExternalResource in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return ExternalResource Modifier and Type Method Description protected ExternalResourceResourceLogic. doSave(ExternalResource resource)Methods in org.apache.syncope.core.logic that return types with arguments of type ExternalResource Modifier and Type Method Description protected Triple<AnyType,ExternalResource,Provision>ReconciliationLogic. getProvision(String anyTypeKey, String resourceKey)protected Triple<AnyType,ExternalResource,Provision>ResourceLogic. getProvision(String anyTypeKey, String resourceKey)Methods in org.apache.syncope.core.logic with parameters of type ExternalResource Modifier and Type Method Description protected 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(AnyType anyType, ExternalResource resource, Provision provision, Filter filter, Set<String> moreAttrsToGet) -
Uses of ExternalResource in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return ExternalResource Modifier and Type Method Description ExternalResourceExternalResourceDAO. authFind(String key)ExternalResourceExternalResourceDAO. find(String key)ExternalResourceExternalResourceDAO. save(ExternalResource resource)Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type ExternalResource Modifier and Type Method Description List<ExternalResource>ExternalResourceDAO. findAll()Collection<ExternalResource>AnyObjectDAO. findAllResources(AnyObject anyObject)Collection<ExternalResource>UserDAO. findAllResources(User user)List<ExternalResource>ExternalResourceDAO. findByConnInstance(String connInstance)List<ExternalResource>ExternalResourceDAO. findByPolicy(Policy policy)List<ExternalResource>ExternalResourceDAO. findByPropagationActions(Implementation propagationActions)List<ExternalResource>ExternalResourceDAO. findByProvisionSorter(Implementation provisionSorter) -
Uses of ExternalResource in org.apache.syncope.core.persistence.api.entity
Methods in org.apache.syncope.core.persistence.api.entity that return ExternalResource Modifier and Type Method Description ExternalResourceVirSchema. getResource()Methods in org.apache.syncope.core.persistence.api.entity that return types with arguments of type ExternalResource Modifier and Type Method Description Set<ExternalResource>AnyUtils. 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 ExternalResource Modifier and Type Method Description booleanAny. add(ExternalResource resource)booleanConnInstance. add(ExternalResource resource)booleanRealm. add(ExternalResource resource)voidVirSchema. setResource(ExternalResource resource) -
Uses of ExternalResource in org.apache.syncope.core.persistence.api.entity.policy
Methods in org.apache.syncope.core.persistence.api.entity.policy that return types with arguments of type ExternalResource Modifier and Type Method Description Set<? extends ExternalResource>AccountPolicy. getResources()Methods in org.apache.syncope.core.persistence.api.entity.policy with parameters of type ExternalResource Modifier and Type Method Description booleanAccountPolicy. 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 ExternalResource Modifier and Type Method Description ExternalResourcePropagationTask. getResource()ExternalResourceProvisioningTask. getResource()Methods in org.apache.syncope.core.persistence.api.entity.task with parameters of type ExternalResource Modifier and Type Method Description voidPropagationTask. 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 ExternalResource Modifier and Type Method Description ExternalResourceLinkedAccount. getResource()Methods in org.apache.syncope.core.persistence.api.entity.user with parameters of type ExternalResource Modifier and Type Method Description voidLinkedAccount. setResource(ExternalResource resource) -
Uses of ExternalResource in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return ExternalResource Modifier and Type Method Description ExternalResourceJPAExternalResourceDAO. authFind(String key)ExternalResourceJPAExternalResourceDAO. find(String name)ExternalResourceJPAExternalResourceDAO. save(ExternalResource resource)Methods in org.apache.syncope.core.persistence.jpa.dao that return types with arguments of type ExternalResource Modifier and Type Method Description List<ExternalResource>JPAExternalResourceDAO. findAll()Collection<ExternalResource>JPAAnyObjectDAO. findAllResources(AnyObject anyObject)Collection<ExternalResource>JPAUserDAO. findAllResources(User user)List<ExternalResource>JPAExternalResourceDAO. findByConnInstance(String connInstance)List<ExternalResource>JPAExternalResourceDAO. findByPolicy(Policy policy)List<ExternalResource>JPAExternalResourceDAO. findByPropagationActions(Implementation propagationActions)List<ExternalResource>JPAExternalResourceDAO. findByProvisionSorter(Implementation provisionSorter)Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type ExternalResource Modifier and Type Method Description protected StringBuilderJPATaskDAO. buildFindAllQuery(TaskType type, ExternalResource resource, Notification notification, AnyTypeKind anyTypeKind, String entityKey, boolean orderByTaskExecInfo, List<Object> parameters)intJPATaskDAO. count(TaskType type, ExternalResource resource, Notification notification, AnyTypeKind anyTypeKind, String entityKey)voidJPATaskDAO. deleteAll(ExternalResource resource, TaskType type)List<String>JPAVirSchemaDAO. find(ExternalResource resource)<T extends Task<T>>
List<T>JPATaskDAO. findAll(TaskType type, ExternalResource resource, Notification notification, AnyTypeKind anyTypeKind, String entityKey, int page, int itemsPerPage, List<OrderByClause> orderByClauses)List<A>AbstractAnyDAO. findByResource(ExternalResource resource)List<AccountPolicy>JPAPolicyDAO. findByResource(ExternalResource resource)List<Realm>JPARealmDAO. findByResource(ExternalResource resource)Optional<? extends LinkedAccount>JPAUserDAO. findLinkedAccount(ExternalResource resource, String connObjectKeyValue)List<LinkedAccount>JPAUserDAO. findLinkedAccountsByResource(ExternalResource resource)ExternalResourceJPAExternalResourceDAO. 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 ExternalResource Modifier and Type Class Description classJPAExternalResourceResource for propagation and pull.Methods in org.apache.syncope.core.persistence.jpa.entity that return ExternalResource Modifier and Type Method Description ExternalResourceJPAVirSchema. getResource()Methods in org.apache.syncope.core.persistence.jpa.entity that return types with arguments of type ExternalResource Modifier and Type Method Description Set<ExternalResource>JPAAnyUtils. getAllResources(Any<?> any)List<? extends ExternalResource>JPAConnInstance. getResources()List<? extends ExternalResource>JPARealm. getResources()Methods in org.apache.syncope.core.persistence.jpa.entity with parameters of type ExternalResource Modifier and Type Method Description booleanJPAConnInstance. add(ExternalResource resource)booleanJPARealm. add(ExternalResource resource)voidJPAVirSchema. setResource(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 ExternalResource Modifier and Type Method Description List<? extends ExternalResource>JPAAnyObject. getResources()Methods in org.apache.syncope.core.persistence.jpa.entity.anyobject with parameters of type ExternalResource Modifier and Type Method Description booleanJPAAnyObject. add(ExternalResource resource) -
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 ExternalResource Modifier and Type Method Description List<? extends ExternalResource>JPAGroup. getResources()Methods in org.apache.syncope.core.persistence.jpa.entity.group with parameters of type ExternalResource Modifier and Type Method Description booleanJPAGroup. add(ExternalResource resource) -
Uses of ExternalResource in org.apache.syncope.core.persistence.jpa.entity.policy
Methods in org.apache.syncope.core.persistence.jpa.entity.policy that return types with arguments of type ExternalResource Modifier and Type Method Description Set<? extends ExternalResource>JPAAccountPolicy. getResources()Methods in org.apache.syncope.core.persistence.jpa.entity.policy with parameters of type ExternalResource Modifier and Type Method Description booleanJPAAccountPolicy. add(ExternalResource resource) -
Uses of ExternalResource in org.apache.syncope.core.persistence.jpa.entity.task
Methods in org.apache.syncope.core.persistence.jpa.entity.task that return ExternalResource Modifier and Type Method Description ExternalResourceAbstractProvisioningTask. getResource()ExternalResourceJPAPropagationTask. getResource()Methods in org.apache.syncope.core.persistence.jpa.entity.task with parameters of type ExternalResource Modifier and Type Method Description voidAbstractProvisioningTask. 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 ExternalResource Modifier and Type Method Description ExternalResourceJPALinkedAccount. getResource()Methods in org.apache.syncope.core.persistence.jpa.entity.user that return types with arguments of type ExternalResource Modifier and Type Method Description List<? extends ExternalResource>JPAUser. getResources()Methods in org.apache.syncope.core.persistence.jpa.entity.user with parameters of type ExternalResource Modifier and Type Method Description booleanJPAUser. add(ExternalResource resource)voidJPALinkedAccount. setResource(ExternalResource resource) -
Uses of ExternalResource in org.apache.syncope.core.persistence.jpa.validation.entity
Methods in org.apache.syncope.core.persistence.jpa.validation.entity with parameters of type ExternalResource Modifier and Type Method Description booleanExternalResourceValidator. isValid(ExternalResource resource, javax.validation.ConstraintValidatorContext context) -
Uses of ExternalResource in org.apache.syncope.core.provisioning.api
Methods in org.apache.syncope.core.provisioning.api with parameters of type ExternalResource Modifier and Type Method Description ConnectorConnectorManager. getConnector(ExternalResource resource)Get existing connector bean for the given resource or create if not found.Optional<String>MappingManager. getConnObjectKeyValue(Any<?> any, ExternalResource resource, Provision provision)Get connObjectKey internal value.Pair<AttrSchemaType,List<PlainAttrValue>>MappingManager. getIntValues(ExternalResource resource, Provision provision, Item mapItem, IntAttrName intAttrName, AttrSchemaType schemaType, Any<?> any, AccountGetter usernameAccountGetter, PlainAttrGetter plainAttrGetter)Get attribute values for the givenItemand any object.Pair<String,Attribute>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.Pair<String,Set<Attribute>>MappingManager. prepareAttrsFromAny(Any<?> any, String password, boolean changePwd, Boolean enable, ExternalResource resource, Provision provision)Prepare attributes for sending to a connector instance.Optional<Connector>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 ExternalResource Modifier and Type Method Description ExternalResourceResourceDataBinder. create(ResourceTO resourceTO)ExternalResourceResourceDataBinder. update(ExternalResource resource, ResourceTO resourceTO)Methods in org.apache.syncope.core.provisioning.api.data with parameters of type ExternalResource Modifier and Type Method Description ResourceTOResourceDataBinder. getResourceTO(ExternalResource resource)ExternalResourceResourceDataBinder. 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 ExternalResource Modifier and Type Method Description ExternalResourcePropagationTaskInfo. getResource()Methods in org.apache.syncope.core.provisioning.api.propagation with parameters of type ExternalResource Modifier and Type Method Description PropagationTaskInfoPropagationManager. newTask(DerAttrHandler derAttrHandler, Any<?> any, ExternalResource resource, ResourceOperation operation, Provision provision, Stream<Item> mappingItems, Pair<String,Set<Attribute>> preparedAttrs)Constructors in org.apache.syncope.core.provisioning.api.propagation with parameters of type ExternalResource Constructor Description PropagationTaskInfo(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 ExternalResource Modifier and Type Method Description List<ProvisioningReport>SyncopeSinglePullExecutor. pull(ExternalResource resource, Provision provision, Connector connector, ReconFilterBuilder reconFilterBuilder, Set<String> moreAttrsToGet, PullTaskTO pullTaskTO, String executor)List<ProvisioningReport>SyncopeSinglePushExecutor. push(ExternalResource resource, Provision provision, Connector connector, Any<?> any, PushTaskTO pushTaskTO, String executor)ProvisioningReportSyncopeSinglePushExecutor. 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 ExternalResource Modifier and Type Method Description FilterPushCorrelationRule. 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 ExternalResource Modifier and Type Method Description List<AccountPolicy>RuleEnforcer. getAccountPolicies(Realm realm, Collection<ExternalResource> resources)List<PasswordPolicy>RuleEnforcer. 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 ExternalResource Modifier and Type Method Description protected static StringDefaultConnectorManager. getBeanName(ExternalResource resource)ConnectorDefaultConnectorManager. getConnector(ExternalResource resource)Optional<String>DefaultMappingManager. getConnObjectKeyValue(Any<?> any, ExternalResource resource, Provision provision)protected StringDefaultMappingManager. getGroupOwnerValue(ExternalResource resource, Provision provision, Any<?> any)Pair<AttrSchemaType,List<PlainAttrValue>>DefaultMappingManager. getIntValues(ExternalResource resource, Provision provision, Item mapItem, IntAttrName intAttrName, AttrSchemaType schemaType, Any<?> any, AccountGetter usernameAccountGetter, PlainAttrGetter plainAttrGetter)Pair<String,Attribute>DefaultMappingManager. prepareAttr(ExternalResource resource, Provision provision, Item item, Any<?> any, String password, AccountGetter usernameAccountGetter, AccountGetter passwordAccountGetter, PlainAttrGetter plainAttrGetter)Pair<String,Set<Attribute>>DefaultMappingManager. prepareAttrsFromAny(Any<?> any, String password, boolean changePwd, Boolean enable, ExternalResource resource, Provision provision)Optional<Connector>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 ExternalResource Modifier and Type Method Description ExternalResourceResourceDataBinderImpl. create(ResourceTO resourceTO)ExternalResourceResourceDataBinderImpl. update(ExternalResource resource, ResourceTO resourceTO)Methods in org.apache.syncope.core.provisioning.java.data with parameters of type ExternalResource Modifier and Type Method Description ResourceTOResourceDataBinderImpl. getResourceTO(ExternalResource resource)protected booleanUserDataBinderImpl. isPasswordMapped(ExternalResource resource)protected voidResourceDataBinderImpl. populateMapping(ExternalResource resource, Mapping mappingTO, Mapping mapping, AnyTypeKind anyTypeKind, AnyTypeClassTO allowedSchemas)ExternalResourceResourceDataBinderImpl. 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 ExternalResource Modifier and Type Method Description ExternalResourceDeletingLinkedAccount. getResource()Methods in org.apache.syncope.core.provisioning.java.propagation with parameters of type ExternalResource Modifier and Type Method Description protected voidLDAPMembershipPropagationActions. buildManagedGroupConnObjectLinks(ExternalResource resource, String connObjectLinkTemplate, Set<String> connObjectLinks)protected List<PropagationActions>AbstractPropagationTaskExecutor. getPropagationActions(ExternalResource resource)PropagationTaskInfoDefaultPropagationManager. newTask(DerAttrHandler derAttrHandler, Any<?> any, ExternalResource resource, ResourceOperation operation, Provision provision, Stream<Item> mappingItems, Pair<String,Set<Attribute>> 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 ExternalResource Constructor Description DeletingLinkedAccount(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 ExternalResource Modifier and Type Method Description protected 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)FilterDefaultPushCorrelationRule. getFilter(Any<?> any, ExternalResource resource, Provision provision)StringOutboundMatcher. getFIQL(ConnectorObject connectorObject, ExternalResource resource, Provision provision)protected List<PropagationActions>OutboundMatcher. getPropagationActions(ExternalResource resource)Optional<PullMatch>InboundMatcher. match(AnyType anyType, String nameValue, ExternalResource resource, Connector connector)List<PullMatch>InboundMatcher. match(SyncDelta syncDelta, ExternalResource resource, Provision provision, AnyTypeKind anyTypeKind)Finds internal entities based on external attributes and mapping.List<ConnectorObject>OutboundMatcher. match(Connector connector, Any<?> any, ExternalResource resource, Provision provision, Optional<String[]> moreAttrsToGet, Item... linkingItems)List<PullMatch>InboundMatcher. matchByConnObjectKeyValue(Item connObjectKeyItem, String connObjectKeyValue, AnyTypeKind anyTypeKind, boolean ignoreCaseMatch, ExternalResource resource)Optional<ConnectorObject>OutboundMatcher. matchByConnObjectKeyValue(Connector connector, Item connObjectKeyItem, String connObjectKeyValue, ExternalResource resource, Provision provision, Optional<String[]> moreAttrsToGet, Optional<Collection<Item>> linkingItems)protected List<ConnectorObject>OutboundMatcher. matchByCorrelationRule(Connector connector, Filter filter, ExternalResource resource, Provision provision, Optional<String[]> moreAttrsToGet, Optional<Collection<Item>> linkingItems)List<ProvisioningReport>SinglePullJobDelegate. pull(ExternalResource resource, Provision provision, Connector connector, ReconFilterBuilder reconFilterBuilder, Set<String> moreAttrsToGet, PullTaskTO pullTaskTO, String executor)List<ProvisioningReport>SinglePushJobDelegate. push(ExternalResource resource, Provision provision, Connector connector, Any<?> any, PushTaskTO pushTaskTO, String executor)ProvisioningReportSinglePushJobDelegate. push(ExternalResource resource, Provision provision, Connector connector, LinkedAccount account, PushTaskTO pushTaskTO, String executor)protected Optional<PullCorrelationRule>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 ExternalResource Modifier and Type Method Description List<AccountPolicy>DefaultRuleEnforcer. getAccountPolicies(Realm realm, Collection<ExternalResource> resources)List<PasswordPolicy>DefaultRuleEnforcer. 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 ExternalResource Modifier and Type Method Description protected Set<? extends ExternalResource>AuthDataAccessor. getPassthroughResources(User user)Methods in org.apache.syncope.core.spring.security with parameters of type ExternalResource Modifier and Type Method Description StringDefaultPasswordGenerator. generate(ExternalResource resource, List<Realm> realms)StringPasswordGenerator. 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 ExternalResource Modifier and Type Method Description FilterDummyPushCorrelationRule. getFilter(Any<?> any, ExternalResource resource, Provision provision)
-