所有程序包的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • cn.herodotus.stirrup.core.definition.domain.base.AbstractDto (implements cn.herodotus.stirrup.core.definition.domain.base.Entity)
      • cn.herodotus.stirrup.web.core.definition.dto.BaseDto
      • cn.herodotus.stirrup.oauth2.enhance.dto.SessionCreate
      • cn.herodotus.stirrup.oauth2.enhance.dto.SessionExchange
        • cn.herodotus.stirrup.oauth2.enhance.dto.Session
    • cn.herodotus.stirrup.core.definition.domain.base.AbstractEntity (implements cn.herodotus.stirrup.core.definition.domain.base.Entity)
    • cn.herodotus.stirrup.cache.jetcache.stamp.AbstractStampManager<K,V> (implements cn.herodotus.stirrup.cache.jetcache.stamp.StampManager<K,V>)
    • cn.herodotus.stirrup.oauth2.enhance.listener.AccountReleaseFromCacheListener (implements org.springframework.context.ApplicationListener<E>)
    • cn.herodotus.stirrup.oauth2.enhance.listener.AuthenticationFailureListener (implements org.springframework.context.ApplicationListener<E>)
    • cn.herodotus.stirrup.oauth2.enhance.listener.AuthenticationSuccessListener (implements org.springframework.context.ApplicationListener<E>)
    • cn.herodotus.stirrup.oauth2.enhance.condition.AutoUnlockUserAccountCondition (implements org.springframework.context.annotation.Condition)
    • cn.herodotus.stirrup.oauth2.enhance.controller.CaptchaController (implements cn.herodotus.stirrup.web.core.definition.Controller)
    • cn.herodotus.stirrup.oauth2.enhance.controller.ConsentController
    • cn.herodotus.stirrup.oauth2.enhance.controller.DeviceController
    • cn.herodotus.stirrup.oauth2.enhance.controller.IdentityController
    • cn.herodotus.stirrup.oauth2.enhance.service.InterfaceSecurityService
    • org.springframework.data.redis.listener.KeyspaceEventMessageListener (implements org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.data.redis.connection.MessageListener)
      • org.springframework.data.redis.listener.KeyExpirationEventMessageListener (implements org.springframework.context.ApplicationEventPublisherAware)
    • cn.herodotus.stirrup.oauth2.enhance.controller.LoginController
    • cn.herodotus.stirrup.oauth2.enhance.service.OAuth2AccountStatusManager
    • cn.herodotus.stirrup.oauth2.enhance.config.OAuth2ClientSecurityConfiguration
    • cn.herodotus.stirrup.oauth2.enhance.config.OAuth2ComplianceConfiguration
    • cn.herodotus.stirrup.oauth2.enhance.config.OAuth2EnhanceConfiguration
    • cn.herodotus.stirrup.oauth2.enhance.controller.OAuthSignOutController

批注接口分层结构