序列化表格
-
程序包 cn.herodotus.engine.captcha.core.definition.domain
-
类 cn.herodotus.engine.captcha.core.definition.domain.Coordinate
class Coordinate extends Object implements Serializable-
序列化字段
-
x
int x
-
y
int y
-
-
-
-
程序包 cn.herodotus.engine.captcha.core.dto
-
类 cn.herodotus.engine.captcha.core.dto.Captcha
class Captcha extends cn.herodotus.engine.assistant.core.definition.domain.AbstractDto implements Serializable -
类 cn.herodotus.engine.captcha.core.dto.GraphicCaptcha
class GraphicCaptcha extends Captcha implements Serializable-
序列化字段
-
graphicImageBase64
String graphicImageBase64
图形验证码成的图。
-
-
-
类 cn.herodotus.engine.captcha.core.dto.Verification
class Verification extends Captcha implements Serializable-
序列化字段
-
characters
String characters
图形验证码验证参数 -
coordinate
Coordinate coordinate
滑块拼图验证参数 -
coordinates
List<Coordinate> coordinates
文字点选验证参数
-
-
-
-
程序包 cn.herodotus.engine.captcha.core.exception
-
异常错误 cn.herodotus.engine.captcha.core.exception.CaptchaCategoryIsIncorrectException
class CaptchaCategoryIsIncorrectException extends cn.herodotus.engine.assistant.core.exception.PlatformException implements Serializable -
异常错误 cn.herodotus.engine.captcha.core.exception.CaptchaHandlerNotExistException
class CaptchaHandlerNotExistException extends cn.herodotus.engine.assistant.core.exception.PlatformException implements Serializable -
异常错误 cn.herodotus.engine.captcha.core.exception.CaptchaHasExpiredException
class CaptchaHasExpiredException extends cn.herodotus.engine.assistant.core.exception.PlatformException implements Serializable -
异常错误 cn.herodotus.engine.captcha.core.exception.CaptchaIsEmptyException
class CaptchaIsEmptyException extends cn.herodotus.engine.assistant.core.exception.PlatformException implements Serializable -
异常错误 cn.herodotus.engine.captcha.core.exception.CaptchaMismatchException
class CaptchaMismatchException extends cn.herodotus.engine.assistant.core.exception.PlatformException implements Serializable -
异常错误 cn.herodotus.engine.captcha.core.exception.CaptchaParameterIllegalException
class CaptchaParameterIllegalException extends cn.herodotus.engine.assistant.core.exception.PlatformException implements Serializable
-