Uses of Enum Class
org.apache.syncope.common.lib.types.BackOffStrategy
Packages that use BackOffStrategy
Package
Description
-
Uses of BackOffStrategy in org.apache.syncope.common.lib.policy
Methods in org.apache.syncope.common.lib.policy that return BackOffStrategyMethods in org.apache.syncope.common.lib.policy with parameters of type BackOffStrategyModifier and TypeMethodDescriptionvoidPropagationPolicyTO.setBackOffStrategy(BackOffStrategy backOffStrategy) -
Uses of BackOffStrategy in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return BackOffStrategyModifier and TypeMethodDescriptionstatic BackOffStrategyReturns the enum constant of this class with the specified name.static BackOffStrategy[]BackOffStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of BackOffStrategy in org.apache.syncope.core.persistence.api.entity.policy
Methods in org.apache.syncope.core.persistence.api.entity.policy that return BackOffStrategyMethods in org.apache.syncope.core.persistence.api.entity.policy with parameters of type BackOffStrategyModifier and TypeMethodDescriptionvoidPropagationPolicy.setBackOffStrategy(BackOffStrategy backOffStrategy) -
Uses of BackOffStrategy in org.apache.syncope.core.persistence.jpa.entity.policy
Methods in org.apache.syncope.core.persistence.jpa.entity.policy that return BackOffStrategyMethods in org.apache.syncope.core.persistence.jpa.entity.policy with parameters of type BackOffStrategyModifier and TypeMethodDescriptionvoidJPAPropagationPolicy.setBackOffStrategy(BackOffStrategy backOffStrategy) -
Uses of BackOffStrategy in org.apache.syncope.core.persistence.neo4j.entity.policy
Methods in org.apache.syncope.core.persistence.neo4j.entity.policy that return BackOffStrategyMethods in org.apache.syncope.core.persistence.neo4j.entity.policy with parameters of type BackOffStrategyModifier and TypeMethodDescriptionvoidNeo4jPropagationPolicy.setBackOffStrategy(BackOffStrategy backOffStrategy)