所有程序包的分层结构
程序包分层结构:- cn.dev33.satoken,
- cn.dev33.satoken.annotation,
- cn.dev33.satoken.application,
- cn.dev33.satoken.basic,
- cn.dev33.satoken.config,
- cn.dev33.satoken.context,
- cn.dev33.satoken.context.model,
- cn.dev33.satoken.context.second,
- cn.dev33.satoken.dao,
- cn.dev33.satoken.error,
- cn.dev33.satoken.exception,
- cn.dev33.satoken.filter,
- cn.dev33.satoken.fun,
- cn.dev33.satoken.json,
- cn.dev33.satoken.listener,
- cn.dev33.satoken.log,
- cn.dev33.satoken.router,
- cn.dev33.satoken.same,
- cn.dev33.satoken.secure,
- cn.dev33.satoken.session,
- cn.dev33.satoken.sign,
- cn.dev33.satoken.stp,
- cn.dev33.satoken.strategy,
- cn.dev33.satoken.temp,
- cn.dev33.satoken.util
类分层结构
- java.lang.Object
- java.util.AbstractMap<K,
V> (implements java.util.Map<K, V>) - java.util.HashMap<K,
V> (implements java.lang.Cloneable, java.util.Map<K, V>, java.io.Serializable) - java.util.LinkedHashMap<K,
V> (implements java.util.Map<K, V>) - cn.dev33.satoken.util.SaResult (implements java.io.Serializable)
- java.util.LinkedHashMap<K,
- java.util.HashMap<K,
- cn.dev33.satoken.secure.BCrypt
- cn.dev33.satoken.fun.IsRunFunction
- cn.dev33.satoken.application.SaApplication (implements cn.dev33.satoken.application.SaSetValueInterface)
- cn.dev33.satoken.secure.SaBase64Util
- cn.dev33.satoken.basic.SaBasicTemplate
- cn.dev33.satoken.basic.SaBasicUtil
- cn.dev33.satoken.context.model.SaCookie
- cn.dev33.satoken.config.SaCookieConfig
- cn.dev33.satoken.util.SaFoxUtil
- cn.dev33.satoken.context.SaHolder
- cn.dev33.satoken.json.SaJsonTemplateDefaultImpl (implements cn.dev33.satoken.json.SaJsonTemplate)
- cn.dev33.satoken.log.SaLogForConsole (implements cn.dev33.satoken.log.SaLog)
- cn.dev33.satoken.stp.SaLoginConfig
- cn.dev33.satoken.stp.SaLoginModel
- cn.dev33.satoken.SaManager
- cn.dev33.satoken.router.SaRouter
- cn.dev33.satoken.router.SaRouterStaff
- cn.dev33.satoken.same.SaSameTemplate
- cn.dev33.satoken.same.SaSameUtil
- cn.dev33.satoken.secure.SaSecureUtil
- cn.dev33.satoken.session.SaSession (implements cn.dev33.satoken.application.SaSetValueInterface, java.io.Serializable)
- cn.dev33.satoken.session.SaSessionCustomUtil
- cn.dev33.satoken.sign.SaSignTemplateDefaultImpl (implements cn.dev33.satoken.sign.SaSignTemplate)
- cn.dev33.satoken.strategy.SaStrategy
- cn.dev33.satoken.temp.SaTempDefaultImpl (implements cn.dev33.satoken.temp.SaTempInterface)
- cn.dev33.satoken.temp.SaTempUtil
- cn.dev33.satoken.config.SaTokenConfig (implements java.io.Serializable)
- cn.dev33.satoken.config.SaTokenConfigFactory
- cn.dev33.satoken.util.SaTokenConsts
- cn.dev33.satoken.context.SaTokenContextDefaultImpl (implements cn.dev33.satoken.context.SaTokenContext)
- cn.dev33.satoken.context.SaTokenContextForThreadLocal (implements cn.dev33.satoken.context.SaTokenContext)
- cn.dev33.satoken.context.SaTokenContextForThreadLocalStorage
- cn.dev33.satoken.context.SaTokenContextForThreadLocalStorage.Box
- cn.dev33.satoken.dao.SaTokenDaoDefaultImpl (implements cn.dev33.satoken.dao.SaTokenDao)
- cn.dev33.satoken.listener.SaTokenEventCenter
- cn.dev33.satoken.stp.SaTokenInfo
- cn.dev33.satoken.listener.SaTokenListenerForLog (implements cn.dev33.satoken.listener.SaTokenListener)
- cn.dev33.satoken.listener.SaTokenListenerForSimple (implements cn.dev33.satoken.listener.SaTokenListener)
- cn.dev33.satoken.stp.StpInterfaceDefaultImpl (implements cn.dev33.satoken.stp.StpInterface)
- cn.dev33.satoken.stp.StpLogic
- cn.dev33.satoken.stp.StpUtil
- cn.dev33.satoken.util.StrFormatter
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- cn.dev33.satoken.exception.SaTokenException
- cn.dev33.satoken.exception.ApiDisabledException
- cn.dev33.satoken.exception.BackResultException
- cn.dev33.satoken.exception.DisableServiceException
- cn.dev33.satoken.exception.IdTokenInvalidException
- cn.dev33.satoken.exception.InvalidContextException
- cn.dev33.satoken.exception.NotBasicAuthException
- cn.dev33.satoken.exception.NotImplException
- cn.dev33.satoken.exception.NotLoginException
- cn.dev33.satoken.exception.NotPermissionException
- cn.dev33.satoken.exception.NotRoleException
- cn.dev33.satoken.exception.NotSafeException
- cn.dev33.satoken.exception.NotWebContextException
- cn.dev33.satoken.exception.SaJsonConvertException
- cn.dev33.satoken.exception.SameTokenInvalidException
- cn.dev33.satoken.exception.StopMatchException
- cn.dev33.satoken.exception.SaTokenException
- java.lang.RuntimeException
- java.lang.Exception
- cn.dev33.satoken.session.TokenSign (implements java.io.Serializable)
- java.util.AbstractMap<K,
接口分层结构
- cn.dev33.satoken.error.SaErrorCode
- cn.dev33.satoken.filter.SaFilterAuthStrategy
- cn.dev33.satoken.filter.SaFilterErrorStrategy
- cn.dev33.satoken.fun.SaFunction
- cn.dev33.satoken.application.SaGetValueInterface
- cn.dev33.satoken.application.SaSetValueInterface
- cn.dev33.satoken.context.model.SaStorage
- cn.dev33.satoken.application.SaSetValueInterface
- cn.dev33.satoken.json.SaJsonTemplate
- cn.dev33.satoken.log.SaLog
- cn.dev33.satoken.fun.SaParamFunction<T>
- cn.dev33.satoken.fun.SaParamRetFunction<T,
R> - cn.dev33.satoken.context.model.SaRequest
- cn.dev33.satoken.context.model.SaResponse
- cn.dev33.satoken.fun.SaRetFunction
- cn.dev33.satoken.router.SaRouteFunction
- cn.dev33.satoken.sign.SaSignTemplate
- cn.dev33.satoken.temp.SaTempInterface
- cn.dev33.satoken.context.SaTokenContext
- cn.dev33.satoken.context.second.SaTokenSecondContext
- cn.dev33.satoken.dao.SaTokenDao
- cn.dev33.satoken.listener.SaTokenListener
- cn.dev33.satoken.context.second.SaTokenSecondContextCreator
- cn.dev33.satoken.stp.StpInterface
Annotation Interface Hierarchy
- cn.dev33.satoken.annotation.SaCheckBasic (implements java.lang.annotation.Annotation)
- cn.dev33.satoken.annotation.SaCheckDisable (implements java.lang.annotation.Annotation)
- cn.dev33.satoken.annotation.SaCheckLogin (implements java.lang.annotation.Annotation)
- cn.dev33.satoken.annotation.SaCheckPermission (implements java.lang.annotation.Annotation)
- cn.dev33.satoken.annotation.SaCheckRole (implements java.lang.annotation.Annotation)
- cn.dev33.satoken.annotation.SaCheckSafe (implements java.lang.annotation.Annotation)
- cn.dev33.satoken.annotation.SaIgnore (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.dev33.satoken.router.SaHttpMethod
- cn.dev33.satoken.annotation.SaMode
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)