Uses of Interface
org.apache.syncope.core.persistence.api.entity.Implementation
Packages that use Implementation
Package
Description
-
Uses of Implementation in org.apache.syncope.core.logic.oidc
Methods in org.apache.syncope.core.logic.oidc that return types with arguments of type ImplementationModifier and TypeMethodDescriptionprotected List<Implementation> OIDCUserManager.getTransformers(Item item) -
Uses of Implementation in org.apache.syncope.core.logic.saml2
Methods in org.apache.syncope.core.logic.saml2 that return types with arguments of type ImplementationModifier and TypeMethodDescriptionprotected List<Implementation> SAML2SP4UIUserManager.getTransformers(Item item) -
Uses of Implementation in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type ImplementationModifier and TypeMethodDescriptionImplementationDAO.findByType(String type) ImplementationDAO.findByTypeAndKeyword(String type, String keyword) Methods in org.apache.syncope.core.persistence.api.dao with parameters of type ImplementationModifier and TypeMethodDescriptiondefault booleanExternalResourceDAO.anyItemHaving(Implementation transformer) List<? extends AccountPolicy> PolicyDAO.findByAccountRule(Implementation accountRule) RealmDAO.findByActionsContaining(Implementation logicActions) TaskDAO.findByCommand(Implementation delegate) TaskDAO.findByDelegate(Implementation delegate) TaskDAO.findByInboundActions(Implementation inboundActions) List<? extends InboundPolicy> PolicyDAO.findByInboundCorrelationRule(Implementation correlationRule) ReportDAO.findByJobDelegate(Implementation delegate) List<? extends PasswordPolicy> PolicyDAO.findByPasswordRule(Implementation passwordRule) ExternalResourceDAO.findByPropagationActionsContaining(Implementation propagationActions) ExternalResourceDAO.findByProvisionSorter(Implementation provisionSorter) TaskDAO.findByPushActions(Implementation pushActions) List<? extends PushPolicy> PolicyDAO.findByPushCorrelationRule(Implementation correlationRule) NotificationDAO.findByRecipientsProvider(Implementation recipientsProvider) TaskDAO.findByReconFilterBuilder(Implementation reconFilterBuilder) PlainSchemaDAO.findByValidator(Implementation validator) -
Uses of Implementation in org.apache.syncope.core.persistence.api.entity
Methods in org.apache.syncope.core.persistence.api.entity that return ImplementationModifier and TypeMethodDescriptionPlainSchema.getDropdownValueProvider()Report.getJobDelegate()ExternalResource.getProvisionSorter()Notification.getRecipientsProvider()SAML2SP4UIIdP.getRequestedAuthnContextProvider()PlainSchema.getValidator()Methods in org.apache.syncope.core.persistence.api.entity that return types with arguments of type ImplementationModifier and TypeMethodDescriptionList<? extends Implementation> OIDCC4UIProvider.getActions()List<? extends Implementation> Realm.getActions()List<? extends Implementation> SAML2SP4UIIdP.getActions()List<? extends Implementation> ExternalResource.getPropagationActions()Methods in org.apache.syncope.core.persistence.api.entity with parameters of type ImplementationModifier and TypeMethodDescriptionbooleanExternalResource.add(Implementation propagationAction) booleanOIDCC4UIProvider.add(Implementation action) booleanRealm.add(Implementation action) booleanSAML2SP4UIIdP.add(Implementation action) voidPlainSchema.setDropdownValueProvider(Implementation dropdownValueProvider) voidReport.setJobDelegate(Implementation jobDelegate) voidExternalResource.setProvisionSorter(Implementation provisionSorter) voidNotification.setRecipientsProvider(Implementation recipientsProvider) voidSAML2SP4UIIdP.setRequestedAuthnContextProvider(Implementation requestedAuthnContextProvider) voidPlainSchema.setValidator(Implementation validator) -
Uses of Implementation in org.apache.syncope.core.persistence.api.entity.policy
Methods in org.apache.syncope.core.persistence.api.entity.policy that return ImplementationMethods in org.apache.syncope.core.persistence.api.entity.policy that return types with arguments of type ImplementationModifier and TypeMethodDescriptionList<? extends Implementation> AccountPolicy.getRules()List<? extends Implementation> PasswordPolicy.getRules()Methods in org.apache.syncope.core.persistence.api.entity.policy with parameters of type ImplementationModifier and TypeMethodDescriptionbooleanAccountPolicy.add(Implementation rule) booleanPasswordPolicy.add(Implementation rule) voidCorrelationRuleEntity.setImplementation(Implementation implementation) -
Uses of Implementation in org.apache.syncope.core.persistence.api.entity.task
Methods in org.apache.syncope.core.persistence.api.entity.task that return ImplementationModifier and TypeMethodDescriptionMacroTaskCommand.getCommand()SchedTask.getJobDelegate()LiveSyncTask.getLiveSyncDeltaMapper()MacroTask.getMacroActions()PullTask.getReconFilterBuilder()Methods in org.apache.syncope.core.persistence.api.entity.task that return types with arguments of type ImplementationMethods in org.apache.syncope.core.persistence.api.entity.task with parameters of type ImplementationModifier and TypeMethodDescriptionbooleanProvisioningTask.add(Implementation action) voidMacroTaskCommand.setCommand(Implementation command) voidSchedTask.setJobDelegate(Implementation jobDelegate) voidLiveSyncTask.setLiveSyncDeltaMapper(Implementation liveSyncDeltaMapper) voidMacroTask.setMacroAction(Implementation macroActions) voidPullTask.setReconFilterBuilder(Implementation reconFilterBuilder) -
Uses of Implementation in org.apache.syncope.core.persistence.common.validation
Methods in org.apache.syncope.core.persistence.common.validation with parameters of type ImplementationModifier and TypeMethodDescriptionbooleanImplementationValidator.isValid(Implementation implementation, ConstraintValidatorContext context) -
Uses of Implementation in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type ImplementationModifier and TypeMethodDescriptionJPAPolicyDAO.findByAccountRule(Implementation accountRule) JPARealmDAO.findByActionsContaining(Implementation logicActions) JPATaskDAO.findByCommand(Implementation command) JPATaskDAO.findByDelegate(Implementation delegate) JPATaskDAO.findByInboundActions(Implementation inboundActions) JPAPolicyDAO.findByInboundCorrelationRule(Implementation correlationRule) JPAPolicyDAO.findByPasswordRule(Implementation passwordRule) JPATaskDAO.findByPushActions(Implementation pushActions) JPAPolicyDAO.findByPushCorrelationRule(Implementation correlationRule) JPATaskDAO.findByReconFilterBuilder(Implementation reconFilterBuilder) -
Uses of Implementation in org.apache.syncope.core.persistence.jpa.dao.repo
Methods in org.apache.syncope.core.persistence.jpa.dao.repo that return ImplementationModifier and TypeMethodDescriptionImplementationRepoExt.save(Implementation implementation) ImplementationRepoExtImpl.save(Implementation implementation) Methods in org.apache.syncope.core.persistence.jpa.dao.repo that return types with arguments of type ImplementationModifier and TypeMethodDescriptionImplementationRepoExt.findByTypeAndKeyword(String type, String keyword) ImplementationRepoExtImpl.findByTypeAndKeyword(String type, String keyword) Methods in org.apache.syncope.core.persistence.jpa.dao.repo with parameters of type ImplementationModifier and TypeMethodDescriptionImplementationRepoExt.save(Implementation implementation) ImplementationRepoExtImpl.save(Implementation implementation) -
Uses of Implementation in org.apache.syncope.core.persistence.jpa.entity
Classes in org.apache.syncope.core.persistence.jpa.entity that implement ImplementationMethods in org.apache.syncope.core.persistence.jpa.entity that return ImplementationModifier and TypeMethodDescriptionJPAPlainSchema.getDropdownValueProvider()JPAReport.getJobDelegate()JPAExternalResource.getProvisionSorter()JPANotification.getRecipientsProvider()JPAPlainSchema.getValidator()Methods in org.apache.syncope.core.persistence.jpa.entity that return types with arguments of type ImplementationModifier and TypeMethodDescriptionList<? extends Implementation> JPAOIDCC4UIProvider.getActions()List<? extends Implementation> JPARealm.getActions()List<? extends Implementation> JPASAML2SP4UIIdP.getActions()List<? extends Implementation> JPAExternalResource.getPropagationActions()Methods in org.apache.syncope.core.persistence.jpa.entity with parameters of type ImplementationModifier and TypeMethodDescriptionbooleanJPAExternalResource.add(Implementation propagationAction) booleanJPAOIDCC4UIProvider.add(Implementation action) booleanJPARealm.add(Implementation action) booleanJPASAML2SP4UIIdP.add(Implementation action) protected voidAbstractEntity.checkImplementationType(Implementation object, String expected) voidJPAPlainSchema.setDropdownValueProvider(Implementation dropdownValueProvider) voidJPAReport.setJobDelegate(Implementation jobDelegate) voidJPAExternalResource.setProvisionSorter(Implementation provisionSorter) voidJPANotification.setRecipientsProvider(Implementation recipientsProvider) voidJPASAML2SP4UIIdP.setRequestedAuthnContextProvider(Implementation requestedAuthnContextProvider) voidJPAPlainSchema.setValidator(Implementation validator) -
Uses of Implementation 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 ImplementationModifier and TypeMethodDescriptionList<? extends Implementation> JPAAccountPolicy.getRules()List<? extends Implementation> JPAPasswordPolicy.getRules()Methods in org.apache.syncope.core.persistence.jpa.entity.policy with parameters of type ImplementationModifier and TypeMethodDescriptionbooleanJPAAccountPolicy.add(Implementation rule) booleanJPAPasswordPolicy.add(Implementation rule) -
Uses of Implementation in org.apache.syncope.core.persistence.jpa.entity.task
Methods in org.apache.syncope.core.persistence.jpa.entity.task that return ImplementationModifier and TypeMethodDescriptionJPAMacroTaskCommand.getCommand()JPASchedTask.getJobDelegate()JPALiveSyncTask.getLiveSyncDeltaMapper()JPAMacroTask.getMacroActions()JPAPullTask.getReconFilterBuilder()Methods in org.apache.syncope.core.persistence.jpa.entity.task that return types with arguments of type ImplementationModifier and TypeMethodDescriptionList<? extends Implementation> JPALiveSyncTask.getActions()List<? extends Implementation> JPAPullTask.getActions()List<? extends Implementation> JPAPushTask.getActions()Methods in org.apache.syncope.core.persistence.jpa.entity.task with parameters of type ImplementationModifier and TypeMethodDescriptionbooleanJPALiveSyncTask.add(Implementation action) booleanJPAPullTask.add(Implementation action) booleanJPAPushTask.add(Implementation action) voidJPAMacroTaskCommand.setCommand(Implementation command) voidJPASchedTask.setJobDelegate(Implementation jobDelegate) voidJPALiveSyncTask.setLiveSyncDeltaMapper(Implementation liveSyncDeltaMapper) voidJPAMacroTask.setMacroAction(Implementation macroActions) voidJPAPullTask.setReconFilterBuilder(Implementation reconFilterBuilder) -
Uses of Implementation in org.apache.syncope.core.persistence.neo4j.dao
Methods in org.apache.syncope.core.persistence.neo4j.dao with parameters of type ImplementationModifier and TypeMethodDescriptionNeo4jPolicyDAO.findByAccountRule(Implementation accountRule) Neo4jRealmDAO.findByActionsContaining(Implementation logicActions) Neo4jTaskDAO.findByCommand(Implementation command) Neo4jTaskDAO.findByDelegate(Implementation delegate) Neo4jTaskDAO.findByInboundActions(Implementation inboundActions) Neo4jPolicyDAO.findByInboundCorrelationRule(Implementation correlationRule) Neo4jPolicyDAO.findByPasswordRule(Implementation passwordRule) Neo4jTaskDAO.findByPushActions(Implementation pushActions) Neo4jPolicyDAO.findByPushCorrelationRule(Implementation correlationRule) Neo4jTaskDAO.findByReconFilterBuilder(Implementation reconFilterBuilder) -
Uses of Implementation in org.apache.syncope.core.persistence.neo4j.dao.repo
Methods in org.apache.syncope.core.persistence.neo4j.dao.repo that return ImplementationModifier and TypeMethodDescriptionImplementationRepoExt.save(Implementation implementation) ImplementationRepoExtImpl.save(Implementation implementation) Methods in org.apache.syncope.core.persistence.neo4j.dao.repo that return types with arguments of type ImplementationModifier and TypeMethodDescriptionOptional<? extends Implementation> Optional<? extends Implementation> ImplementationRepoExt.findByTypeAndKeyword(String type, String keyword) ImplementationRepoExtImpl.findByTypeAndKeyword(String type, String keyword) Methods in org.apache.syncope.core.persistence.neo4j.dao.repo with parameters of type ImplementationModifier and TypeMethodDescriptionExternalResourceRepoExt.findByPropagationActionsContaining(Implementation propagationActions) ExternalResourceRepoExtImpl.findByPropagationActionsContaining(Implementation propagationActions) ExternalResourceRepoExt.findByProvisionSorter(Implementation provisionSorter) ExternalResourceRepoExtImpl.findByProvisionSorter(Implementation provisionSorter) ImplementationRepoExt.save(Implementation implementation) ImplementationRepoExtImpl.save(Implementation implementation) -
Uses of Implementation in org.apache.syncope.core.persistence.neo4j.entity
Classes in org.apache.syncope.core.persistence.neo4j.entity that implement ImplementationMethods in org.apache.syncope.core.persistence.neo4j.entity that return ImplementationModifier and TypeMethodDescriptionNeo4jPlainSchema.getDropdownValueProvider()Neo4jReport.getJobDelegate()Neo4jExternalResource.getProvisionSorter()Neo4jNotification.getRecipientsProvider()Neo4jPlainSchema.getValidator()Methods in org.apache.syncope.core.persistence.neo4j.entity that return types with arguments of type ImplementationModifier and TypeMethodDescriptionList<? extends Implementation> Neo4jRealm.getActions()List<? extends Implementation> Neo4jExternalResource.getPropagationActions()Methods in org.apache.syncope.core.persistence.neo4j.entity with parameters of type ImplementationModifier and TypeMethodDescriptionbooleanNeo4jExternalResource.add(Implementation propagationAction) booleanNeo4jRealm.add(Implementation action) protected voidAbstractNode.checkImplementationType(Implementation object, String expected) voidNeo4jPlainSchema.setDropdownValueProvider(Implementation dropdownValueProvider) voidNeo4jReport.setJobDelegate(Implementation jobDelegate) voidNeo4jExternalResource.setProvisionSorter(Implementation provisionSorter) voidNeo4jNotification.setRecipientsProvider(Implementation recipientsProvider) voidNeo4jPlainSchema.setValidator(Implementation validator) -
Uses of Implementation in org.apache.syncope.core.persistence.neo4j.entity.policy
Methods in org.apache.syncope.core.persistence.neo4j.entity.policy that return types with arguments of type ImplementationModifier and TypeMethodDescriptionList<? extends Implementation> Neo4jAccountPolicy.getRules()List<? extends Implementation> Neo4jPasswordPolicy.getRules()Methods in org.apache.syncope.core.persistence.neo4j.entity.policy with parameters of type ImplementationModifier and TypeMethodDescriptionbooleanNeo4jAccountPolicy.add(Implementation rule) booleanNeo4jPasswordPolicy.add(Implementation rule) -
Uses of Implementation in org.apache.syncope.core.persistence.neo4j.entity.task
Methods in org.apache.syncope.core.persistence.neo4j.entity.task that return ImplementationModifier and TypeMethodDescriptionNeo4jMacroTaskCommand.getCommand()Neo4jSchedTask.getJobDelegate()Neo4jLiveSyncTask.getLiveSyncDeltaMapper()Neo4jMacroTask.getMacroActions()Neo4jPullTask.getReconFilterBuilder()Methods in org.apache.syncope.core.persistence.neo4j.entity.task that return types with arguments of type ImplementationModifier and TypeMethodDescriptionList<? extends Implementation> Neo4jLiveSyncTask.getActions()List<? extends Implementation> Neo4jPullTask.getActions()List<? extends Implementation> Neo4jPushTask.getActions()Methods in org.apache.syncope.core.persistence.neo4j.entity.task with parameters of type ImplementationModifier and TypeMethodDescriptionbooleanNeo4jLiveSyncTask.add(Implementation action) booleanNeo4jPullTask.add(Implementation action) booleanNeo4jPushTask.add(Implementation action) voidNeo4jMacroTaskCommand.setCommand(Implementation command) voidNeo4jSchedTask.setJobDelegate(Implementation jobDelegate) voidNeo4jLiveSyncTask.setLiveSyncDeltaMapper(Implementation liveSyncDeltaMapper) voidNeo4jMacroTask.setMacroAction(Implementation macroActions) voidNeo4jPullTask.setReconFilterBuilder(Implementation reconFilterBuilder) -
Uses of Implementation in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return ImplementationModifier and TypeMethodDescriptionImplementationDataBinder.create(ImplementationTO implementationTO) Methods in org.apache.syncope.core.provisioning.api.data with parameters of type ImplementationModifier and TypeMethodDescriptionImplementationDataBinder.getImplementationTO(Implementation implementation) voidImplementationDataBinder.update(Implementation implementation, ImplementationTO implementationTO) -
Uses of Implementation in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java that return types with arguments of type ImplementationModifier and TypeMethodDescriptionprotected List<Implementation> DefaultMappingManager.getTransformers(Item item) -
Uses of Implementation in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return ImplementationModifier and TypeMethodDescriptionImplementationDataBinderImpl.create(ImplementationTO implementationTO) Methods in org.apache.syncope.core.provisioning.java.data with parameters of type ImplementationModifier and TypeMethodDescriptionprotected voidImplementationDataBinderImpl.check(Implementation implementation, Class<?> baseClazz, SyncopeClientException sce) ImplementationDataBinderImpl.getImplementationTO(Implementation implementation) voidImplementationDataBinderImpl.update(Implementation implementation, ImplementationTO implementationTO) -
Uses of Implementation in org.apache.syncope.core.provisioning.java.pushpull
Methods in org.apache.syncope.core.provisioning.java.pushpull that return types with arguments of type ImplementationModifier and TypeMethodDescriptionprotected List<Implementation> InboundMatcher.getTransformers(Item item) Method parameters in org.apache.syncope.core.provisioning.java.pushpull with type arguments of type ImplementationModifier and TypeMethodDescriptionprotected List<PushActions> PushJobDelegate.getPushActions(String domain, List<? extends Implementation> impls) -
Uses of Implementation in org.apache.syncope.core.provisioning.java.utils
Method parameters in org.apache.syncope.core.provisioning.java.utils with type arguments of type ImplementationModifier and TypeMethodDescriptionstatic List<ItemTransformer> MappingUtils.getItemTransformers(String domain, Item item, List<Implementation> transformers) -
Uses of Implementation in org.apache.syncope.core.spring.implementation
Methods in org.apache.syncope.core.spring.implementation with parameters of type ImplementationModifier and TypeMethodDescriptionstatic <T> TImplementationManager.build(String domain, Implementation impl) static <T> TImplementationManager.build(String domain, Implementation impl, Supplier<T> cacheGetter, Consumer<T> cachePutter) static Optional<AccountRule> ImplementationManager.buildAccountRule(String domain, Implementation impl, Supplier<AccountRule> cacheGetter, Consumer<AccountRule> cachePutter) static Optional<InboundCorrelationRule> ImplementationManager.buildInboundCorrelationRule(String domain, Implementation impl, Supplier<InboundCorrelationRule> cacheGetter, Consumer<InboundCorrelationRule> cachePutter) static Optional<PasswordRule> ImplementationManager.buildPasswordRule(String domain, Implementation impl, Supplier<PasswordRule> cacheGetter, Consumer<PasswordRule> cachePutter) static Optional<PushCorrelationRule> ImplementationManager.buildPushCorrelationRule(String domain, Implementation impl, Supplier<PushCorrelationRule> cacheGetter, Consumer<PushCorrelationRule> cachePutter) static Optional<ReportJobDelegate> ImplementationManager.buildReportJobDelegate(String domain, Implementation impl, Supplier<ReportJobDelegate> cacheGetter, Consumer<ReportJobDelegate> cachePutter) static CommandArgsImplementationManager.emptyArgs(String domain, Implementation impl) ImplementationManager.getClass(String domain, Implementation impl)