Uses of Interface
org.apache.syncope.core.persistence.api.entity.policy.PushPolicy
-
-
Uses of PushPolicy in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type PushPolicy Modifier and Type Method Description List<PushPolicy>
PolicyDAO. findByPushCorrelationRule(Implementation correlationRule)
-
Uses of PushPolicy in org.apache.syncope.core.persistence.api.entity
Methods in org.apache.syncope.core.persistence.api.entity that return PushPolicy Modifier and Type Method Description PushPolicy
ExternalResource. getPushPolicy()
Methods in org.apache.syncope.core.persistence.api.entity with parameters of type PushPolicy Modifier and Type Method Description void
ExternalResource. setPushPolicy(PushPolicy pushPolicy)
-
Uses of PushPolicy in org.apache.syncope.core.persistence.api.entity.policy
Methods in org.apache.syncope.core.persistence.api.entity.policy that return PushPolicy Modifier and Type Method Description PushPolicy
PushCorrelationRuleEntity. getPushPolicy()
Methods in org.apache.syncope.core.persistence.api.entity.policy with parameters of type PushPolicy Modifier and Type Method Description void
PushCorrelationRuleEntity. setPushPolicy(PushPolicy pullPolicy)
-
Uses of PushPolicy in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return types with arguments of type PushPolicy Modifier and Type Method Description List<PushPolicy>
JPAPolicyDAO. findByPushCorrelationRule(Implementation correlationRule)
-
Uses of PushPolicy in org.apache.syncope.core.persistence.jpa.entity
Methods in org.apache.syncope.core.persistence.jpa.entity that return PushPolicy Modifier and Type Method Description PushPolicy
JPAExternalResource. getPushPolicy()
Methods in org.apache.syncope.core.persistence.jpa.entity with parameters of type PushPolicy Modifier and Type Method Description void
JPAExternalResource. setPushPolicy(PushPolicy pushPolicy)
-
Uses of PushPolicy in org.apache.syncope.core.persistence.jpa.entity.policy
Classes in org.apache.syncope.core.persistence.jpa.entity.policy that implement PushPolicy Modifier and Type Class Description class
JPAPushPolicy
Methods in org.apache.syncope.core.persistence.jpa.entity.policy that return PushPolicy Modifier and Type Method Description PushPolicy
JPAPushCorrelationRuleEntity. getPushPolicy()
Methods in org.apache.syncope.core.persistence.jpa.entity.policy with parameters of type PushPolicy Modifier and Type Method Description void
JPAPushCorrelationRuleEntity. setPushPolicy(PushPolicy pushPolicy)
-