序列化表格
-
程序包 cn.herodotus.engine.protect.core.exception
-
异常错误 cn.herodotus.engine.protect.core.exception.FrequentRequestsException
class FrequentRequestsException extends IllegalOperationException implements Serializable -
异常错误 cn.herodotus.engine.protect.core.exception.IllegalOperationException
class IllegalOperationException extends cn.herodotus.engine.assistant.core.exception.PlatformException implements Serializable -
异常错误 cn.herodotus.engine.protect.core.exception.RepeatSubmissionException
class RepeatSubmissionException extends IllegalOperationException implements Serializable -
异常错误 cn.herodotus.engine.protect.core.exception.SessionInvalidException
class SessionInvalidException extends cn.herodotus.engine.assistant.core.exception.PlatformException implements Serializable
-
-
程序包 cn.herodotus.engine.protect.core.properties
-
类 cn.herodotus.engine.protect.core.properties.SecureProperties.AccessLimited
class AccessLimited extends Object implements Serializable-
序列化字段
-
expire
Duration expire
持续时间,即在多长时间内,限制访问多少次。默认为 30秒。 -
maxTimes
int maxTimes
单位时间内同一个接口可以访问的次数,默认10次
-
-
-
类 cn.herodotus.engine.protect.core.properties.SecureProperties.Idempotent
class Idempotent extends Object implements Serializable-
序列化字段
-
expire
Duration expire
幂等签章缓存默认过期时间,以防Token删除失败后,缓存数据始终存在影响使用,默认:5秒
-
-
-