Uses of Class
org.apache.syncope.common.lib.types.BackOffStrategy
-
-
Uses of BackOffStrategy in org.apache.syncope.common.lib.policy
Methods in org.apache.syncope.common.lib.policy that return BackOffStrategy Modifier and Type Method Description BackOffStrategyPropagationPolicyTO. getBackOffStrategy()Methods in org.apache.syncope.common.lib.policy with parameters of type BackOffStrategy Modifier and Type Method Description voidPropagationPolicyTO. setBackOffStrategy(BackOffStrategy backOffStrategy) -
Uses of BackOffStrategy in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return BackOffStrategy Modifier and Type Method Description static BackOffStrategyBackOffStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static BackOffStrategy[]BackOffStrategy. values()Returns an array containing the constants of this enum type, 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 BackOffStrategy Modifier and Type Method Description BackOffStrategyPropagationPolicy. getBackOffStrategy()Methods in org.apache.syncope.core.persistence.api.entity.policy with parameters of type BackOffStrategy Modifier and Type Method Description voidPropagationPolicy. 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 BackOffStrategy Modifier and Type Method Description BackOffStrategyJPAPropagationPolicy. getBackOffStrategy()Methods in org.apache.syncope.core.persistence.jpa.entity.policy with parameters of type BackOffStrategy Modifier and Type Method Description voidJPAPropagationPolicy. setBackOffStrategy(BackOffStrategy backOffStrategy)
-