Uses of Interface
org.apache.syncope.core.persistence.api.entity.Implementation
-
-
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 Implementation Modifier and Type Method Description protected 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 Implementation Modifier and Type Method Description protected 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 Implementation Modifier and Type Method Description ImplementationImplementationDAO. find(String key)ImplementationImplementationDAO. save(Implementation implementation)Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type Implementation Modifier and Type Method Description List<Implementation>ImplementationDAO. findAll()List<Implementation>ImplementationDAO. findByType(String type)List<Implementation>ImplementationDAO. findByTypeAndKeyword(String type, String keyword) -
Uses of Implementation in org.apache.syncope.core.persistence.api.entity
Methods in org.apache.syncope.core.persistence.api.entity that return Implementation Modifier and Type Method Description ImplementationReport. getJobDelegate()ImplementationExternalResource. getProvisionSorter()ImplementationNotification. getRecipientsProvider()ImplementationSAML2SP4UIIdP. getRequestedAuthnContextProvider()ImplementationPlainSchema. getValidator()Methods in org.apache.syncope.core.persistence.api.entity that return types with arguments of type Implementation Modifier and Type Method Description List<? 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 Implementation Modifier and Type Method Description booleanExternalResource. add(Implementation propagationAction)booleanOIDCC4UIProvider. add(Implementation action)booleanRealm. add(Implementation action)booleanSAML2SP4UIIdP. add(Implementation action)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 Implementation Modifier and Type Method Description ImplementationCorrelationRuleEntity. getImplementation()Methods in org.apache.syncope.core.persistence.api.entity.policy that return types with arguments of type Implementation Modifier and Type Method Description List<? extends Implementation>AccountPolicy. getRules()List<? extends Implementation>PasswordPolicy. getRules()Methods in org.apache.syncope.core.persistence.api.entity.policy with parameters of type Implementation Modifier and Type Method Description booleanAccountPolicy. 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 Implementation Modifier and Type Method Description ImplementationMacroTaskCommand. getCommand()ImplementationSchedTask. getJobDelegate()ImplementationMacroTask. getMacroActions()ImplementationPullTask. getReconFilterBuilder()Methods in org.apache.syncope.core.persistence.api.entity.task that return types with arguments of type Implementation Modifier and Type Method Description List<? extends Implementation>ProvisioningTask. getActions()Methods in org.apache.syncope.core.persistence.api.entity.task with parameters of type Implementation Modifier and Type Method Description booleanProvisioningTask. add(Implementation action)voidMacroTaskCommand. setCommand(Implementation command)voidSchedTask. setJobDelegate(Implementation jobDelegate)voidMacroTask. setMacroAction(Implementation macroActions)voidPullTask. setReconFilterBuilder(Implementation reconFilterBuilder) -
Uses of Implementation in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return Implementation Modifier and Type Method Description ImplementationJPAImplementationDAO. find(String key)ImplementationJPAImplementationDAO. save(Implementation implementation)Methods in org.apache.syncope.core.persistence.jpa.dao that return types with arguments of type Implementation Modifier and Type Method Description List<Implementation>JPAImplementationDAO. findAll()List<Implementation>JPAImplementationDAO. findByType(String type)List<Implementation>JPAImplementationDAO. findByTypeAndKeyword(String type, String keyword) -
Uses of Implementation in org.apache.syncope.core.persistence.jpa.entity
Classes in org.apache.syncope.core.persistence.jpa.entity that implement Implementation Modifier and Type Class Description classJPAImplementationMethods in org.apache.syncope.core.persistence.jpa.entity that return Implementation Modifier and Type Method Description ImplementationJPAReport. getJobDelegate()ImplementationJPAExternalResource. getProvisionSorter()ImplementationJPANotification. getRecipientsProvider()ImplementationJPAPlainSchema. getValidator()Methods in org.apache.syncope.core.persistence.jpa.entity that return types with arguments of type Implementation Modifier and Type Method Description List<? 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 Implementation Modifier and Type Method Description booleanJPAExternalResource. add(Implementation propagationAction)booleanJPAOIDCC4UIProvider. add(Implementation action)booleanJPARealm. add(Implementation action)booleanJPASAML2SP4UIIdP. add(Implementation action)protected voidAbstractEntity. checkImplementationType(Implementation object, String expected)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 Implementation Modifier and Type Method Description List<? extends Implementation>JPAAccountPolicy. getRules()List<? extends Implementation>JPAPasswordPolicy. getRules()Methods in org.apache.syncope.core.persistence.jpa.entity.policy with parameters of type Implementation Modifier and Type Method Description booleanJPAAccountPolicy. 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 Implementation Modifier and Type Method Description ImplementationJPAMacroTaskCommand. getCommand()ImplementationJPASchedTask. getJobDelegate()ImplementationJPAMacroTask. getMacroActions()ImplementationJPAPullTask. getReconFilterBuilder()Methods in org.apache.syncope.core.persistence.jpa.entity.task that return types with arguments of type Implementation Modifier and Type Method Description List<? extends Implementation>JPAPullTask. getActions()List<? extends Implementation>JPAPushTask. getActions()Methods in org.apache.syncope.core.persistence.jpa.entity.task with parameters of type Implementation Modifier and Type Method Description booleanJPAPullTask. add(Implementation action)booleanJPAPushTask. add(Implementation action)voidJPAMacroTaskCommand. setCommand(Implementation command)voidJPASchedTask. setJobDelegate(Implementation jobDelegate)voidJPAMacroTask. setMacroAction(Implementation macroActions)voidJPAPullTask. setReconFilterBuilder(Implementation reconFilterBuilder) -
Uses of Implementation in org.apache.syncope.core.persistence.jpa.validation.entity
Methods in org.apache.syncope.core.persistence.jpa.validation.entity with parameters of type Implementation Modifier and Type Method Description booleanImplementationValidator. isValid(Implementation resource, javax.validation.ConstraintValidatorContext context) -
Uses of Implementation in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return Implementation Modifier and Type Method Description ImplementationImplementationDataBinder. create(ImplementationTO implementationTO)Methods in org.apache.syncope.core.provisioning.api.data with parameters of type Implementation Modifier and Type Method Description ImplementationTOImplementationDataBinder. 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 Implementation Modifier and Type Method Description protected 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 Implementation Modifier and Type Method Description ImplementationImplementationDataBinderImpl. create(ImplementationTO implementationTO)Methods in org.apache.syncope.core.provisioning.java.data with parameters of type Implementation Modifier and Type Method Description ImplementationTOImplementationDataBinderImpl. 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 Implementation Modifier and Type Method Description protected List<Implementation>InboundMatcher. getTransformers(Item item)Method parameters in org.apache.syncope.core.provisioning.java.pushpull with type arguments of type Implementation Modifier and Type Method Description protected List<PullActions>PullJobDelegate. getPullActions(List<? extends Implementation> impls)protected List<PushActions>PushJobDelegate. getPushActions(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 Implementation Modifier and Type Method Description static List<ItemTransformer>MappingUtils. getItemTransformers(Item item, List<Implementation> transformers) -
Uses of Implementation in org.apache.syncope.core.spring.implementation
-