类 SignInFailureLimitedStampManager

java.lang.Object
cn.herodotus.stirrup.cache.jetcache.stamp.AbstractStampManager<String,Long>
cn.herodotus.stirrup.cache.jetcache.stamp.AbstractCountStampManager
cn.herodotus.stirrup.oauth2.enhance.stamp.SignInFailureLimitedStampManager
所有已实现的接口:
cn.herodotus.stirrup.cache.jetcache.stamp.StampManager<String,Long>, org.springframework.beans.factory.InitializingBean

public class SignInFailureLimitedStampManager extends cn.herodotus.stirrup.cache.jetcache.stamp.AbstractCountStampManager

Description: 登录失败次数限制签章管理

作者:
: gengwei.zheng
Date:
: 2022/7/6 23:36
  • 构造器概要

    构造器
    构造器
    说明
    SignInFailureLimitedStampManager(cn.herodotus.stirrup.oauth2.core.properties.OAuth2AuthenticationProperties authenticationProperties)
     
  • 方法概要

    修饰符和类型
    方法
    说明
    void
     
    errorStatus(String username)
     
    cn.herodotus.stirrup.oauth2.core.properties.OAuth2AuthenticationProperties
     
     

    从类继承的方法 cn.herodotus.stirrup.cache.jetcache.stamp.AbstractCountStampManager

    counting, counting, counting, counting, counting, counting, getMaxTimes, setMaxTimes

    从类继承的方法 cn.herodotus.stirrup.cache.jetcache.stamp.AbstractStampManager

    check, delete, get, getCache, getExpire, lock, lockAndRun, put, setExpire

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    从接口继承的方法 cn.herodotus.stirrup.cache.jetcache.stamp.StampManager

    containKey, create, create, create, lock, lock, lockAndRun, lockAndRun, put, put
  • 构造器详细资料

    • SignInFailureLimitedStampManager

      public SignInFailureLimitedStampManager(cn.herodotus.stirrup.oauth2.core.properties.OAuth2AuthenticationProperties authenticationProperties)
  • 方法详细资料

    • nextStamp

      public Long nextStamp(String key)
    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      抛出:
      Exception
    • getAuthenticationProperties

      public cn.herodotus.stirrup.oauth2.core.properties.OAuth2AuthenticationProperties getAuthenticationProperties()
    • errorStatus

      public SignInErrorStatus errorStatus(String username)