Uses of Interface
org.miaixz.bus.extra.captcha.strategy.CodeStrategy
Packages that use CodeStrategy
Package
Description
Provides implementations for image CAPTCHA generation and verification.
Provides various strategies for CAPTCHA code generation.
-
Uses of CodeStrategy in org.miaixz.bus.extra.captcha
Fields in org.miaixz.bus.extra.captcha declared as CodeStrategyModifier and TypeFieldDescriptionprotected CodeStrategyAbstractProvider.generatorThe CAPTCHA code generator.Methods in org.miaixz.bus.extra.captcha that return CodeStrategyModifier and TypeMethodDescriptionAbstractProvider.getGenerator()Gets the CAPTCHA code generator.Methods in org.miaixz.bus.extra.captcha with parameters of type CodeStrategyModifier and TypeMethodDescriptionvoidAbstractProvider.setGenerator(CodeStrategy generator) Sets the CAPTCHA code generator.Constructors in org.miaixz.bus.extra.captcha with parameters of type CodeStrategyModifierConstructorDescriptionAbstractProvider(int width, int height, CodeStrategy generator, int interfereCount) Constructor.AbstractProvider(int width, int height, CodeStrategy generator, int interfereCount, float sizeBaseHeight) Constructor. -
Uses of CodeStrategy in org.miaixz.bus.extra.captcha.provider
Constructors in org.miaixz.bus.extra.captcha.provider with parameters of type CodeStrategyModifierConstructorDescriptionCircleProvider(int width, int height, CodeStrategy generator, int interfereCount) Constructor.ClickWordProvider(int width, int height, CodeStrategy generator, int interfereCount) Constructor.GifProvider(int width, int height, CodeStrategy generator, int interfereCount) Constructor.LineProvider(int width, int height, CodeStrategy generator, int interfereCount) Constructor.PuzzleProvider(int width, int height, CodeStrategy generator, int interfereCount) Constructor.ShearProvider(int width, int height, CodeStrategy generator, int interfereCount) Constructor. -
Uses of CodeStrategy in org.miaixz.bus.extra.captcha.strategy
Classes in org.miaixz.bus.extra.captcha.strategy that implement CodeStrategyModifier and TypeClassDescriptionclassAbstract CAPTCHA code generation strategy.classMath calculation CAPTCHA generation strategy.classRandom character CAPTCHA generation strategy.