类 AccountAutoEnableListener

java.lang.Object
org.springframework.data.redis.listener.KeyspaceEventMessageListener
org.springframework.data.redis.listener.KeyExpirationEventMessageListener
cn.herodotus.engine.oauth2.management.compliance.listener.AccountAutoEnableListener
所有已实现的接口:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationEventPublisherAware, org.springframework.data.redis.connection.MessageListener

public class AccountAutoEnableListener extends org.springframework.data.redis.listener.KeyExpirationEventMessageListener

Description: 账户锁定状态监听

作者:
: gengwei.zheng
Date:
: 2022/7/8 11:11
  • 构造器概要

    构造器
    构造器
    说明
    AccountAutoEnableListener(org.springframework.data.redis.listener.RedisMessageListenerContainer listenerContainer, OAuth2AccountStatusManager accountStatusManager)
     
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    onMessage(org.springframework.data.redis.connection.Message message, byte[] pattern)
     

    从类继承的方法 org.springframework.data.redis.listener.KeyExpirationEventMessageListener

    doHandleMessage, doRegister, publishEvent, setApplicationEventPublisher

    从类继承的方法 org.springframework.data.redis.listener.KeyspaceEventMessageListener

    afterPropertiesSet, destroy, init, setKeyspaceNotificationsConfigParameter

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

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • AccountAutoEnableListener

      public AccountAutoEnableListener(org.springframework.data.redis.listener.RedisMessageListenerContainer listenerContainer, OAuth2AccountStatusManager accountStatusManager)
  • 方法详细资料

    • onMessage

      public void onMessage(org.springframework.data.redis.connection.Message message, byte[] pattern)
      指定者:
      onMessage 在接口中 org.springframework.data.redis.connection.MessageListener
      覆盖:
      onMessage 在类中 org.springframework.data.redis.listener.KeyspaceEventMessageListener