Hierarchy For All Packages
- cn.coufran.springboot.starter.auth,
- cn.coufran.springboot.starter.auth.annotation,
- cn.coufran.springboot.starter.auth.config,
- cn.coufran.springboot.starter.auth.impl,
- cn.coufran.springboot.starter.auth.impl.session,
- cn.coufran.springboot.starter.auth.impl.session.config,
- cn.coufran.springboot.starter.auth.impl.simple,
- cn.coufran.springboot.starter.auth.impl.token,
- cn.coufran.springboot.starter.auth.impl.token.config
Class Hierarchy
- java.lang.Object
- cn.coufran.springboot.starter.auth.AbstractAuthUser<D> (implements cn.coufran.springboot.starter.auth.AuthUser<D>)
- cn.coufran.springboot.starter.auth.impl.session.SessionAuthUser<D>
- cn.coufran.springboot.starter.auth.impl.token.TokenAuthUser<D>
- cn.coufran.springboot.starter.auth.config.AuthConfig
- cn.coufran.springboot.starter.auth.config.AuthInterceptor (implements org.springframework.web.servlet.HandlerInterceptor)
- cn.coufran.springboot.starter.auth.impl.token.DummyKeyStore (implements cn.coufran.springboot.starter.auth.impl.token.KeyStore)
- cn.coufran.springboot.starter.auth.impl.token.FileKeyStore (implements cn.coufran.springboot.starter.auth.impl.token.KeyStore)
- cn.coufran.springboot.starter.auth.impl.token.JjwtTokenRegister (implements cn.coufran.springboot.starter.auth.impl.token.TokenRegister)
- cn.coufran.springboot.starter.auth.impl.token.LocalMapRefreshTokenRepository (implements cn.coufran.springboot.starter.auth.impl.token.RefreshTokenRepository)
- cn.coufran.springboot.starter.auth.impl.token.PojoJsonTokenPayloadConverter (implements cn.coufran.springboot.starter.auth.impl.token.TokenPayloadConverter<T>)
- cn.coufran.springboot.starter.auth.impl.session.config.SessionAuthConfig
- cn.coufran.springboot.starter.auth.impl.session.SessionAuthUserManager (implements cn.coufran.springboot.starter.auth.AuthUserManager)
- cn.coufran.springboot.starter.auth.impl.session.SessionCertificate (implements cn.coufran.springboot.starter.auth.Certificate)
- cn.coufran.springboot.starter.auth.impl.simple.SimpleAuthUser<D> (implements cn.coufran.springboot.starter.auth.AuthUser<D>)
- cn.coufran.springboot.starter.auth.impl.simple.SimpleCertificate (implements cn.coufran.springboot.starter.auth.Certificate)
- cn.coufran.springboot.starter.auth.config.SpringWebMvcConfig (implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- cn.coufran.springboot.starter.auth.config.AuthAddition.AuthException
- java.lang.Exception
- cn.coufran.springboot.starter.auth.impl.token.config.TokenAuthConfig
- cn.coufran.springboot.starter.auth.impl.token.TokenAuthUserManager (implements cn.coufran.springboot.starter.auth.AuthUserManager)
- cn.coufran.springboot.starter.auth.impl.token.TokenCertificate (implements cn.coufran.springboot.starter.auth.Certificate)
- cn.coufran.springboot.starter.auth.AbstractAuthUser<D> (implements cn.coufran.springboot.starter.auth.AuthUser<D>)
Interface Hierarchy
- cn.coufran.springboot.starter.auth.config.AuthAddition<D>
- cn.coufran.springboot.starter.auth.AuthUser<D>
- cn.coufran.springboot.starter.auth.AuthUserManager
- cn.coufran.springboot.starter.auth.Certificate
- cn.coufran.springboot.starter.auth.impl.token.KeyStore
- cn.coufran.springboot.starter.auth.impl.token.RefreshTokenRepository
- cn.coufran.springboot.starter.auth.impl.token.TokenPayloadConverter<T>
- cn.coufran.springboot.starter.auth.impl.token.TokenRegister
Annotation Interface Hierarchy
- cn.coufran.springboot.starter.auth.impl.session.config.EnableAuthSession (implements java.lang.annotation.Annotation)
- cn.coufran.springboot.starter.auth.impl.token.config.EnableAuthToken (implements java.lang.annotation.Annotation)
- cn.coufran.springboot.starter.auth.annotation.Public (implements java.lang.annotation.Annotation)
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- cn.coufran.springboot.starter.auth.impl.token.TokenAuthUser.Auth
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)