文件名称: sa-token-core-1.34.0.jar中文-英文对照文档.zip
<dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-core</artifactId>
<version>1.34.0</version>
</dependency>Gradle:
implementation group: 'cn.dev33', name: 'sa-token-core', version: '1.34.0'
Gradle (Short):
implementation 'cn.dev33:sa-token-core:1.34.0'
Gradle (Kotlin):
implementation("cn.dev33:sa-token-core:1.34.0")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
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.utilcn.dev33.satoken.SaManager
cn.dev33.satoken.annotation.SaCheckBasic
cn.dev33.satoken.annotation.SaCheckDisable
cn.dev33.satoken.annotation.SaCheckLogin
cn.dev33.satoken.annotation.SaCheckPermission
cn.dev33.satoken.annotation.SaCheckRole
cn.dev33.satoken.annotation.SaCheckSafe
cn.dev33.satoken.annotation.SaIgnore
cn.dev33.satoken.annotation.SaMode
cn.dev33.satoken.application.SaApplication
cn.dev33.satoken.application.SaGetValueInterface
cn.dev33.satoken.application.SaSetValueInterface
cn.dev33.satoken.basic.SaBasicTemplate
cn.dev33.satoken.basic.SaBasicUtil
cn.dev33.satoken.config.SaCookieConfig
cn.dev33.satoken.config.SaTokenConfig
cn.dev33.satoken.config.SaTokenConfigFactory
cn.dev33.satoken.context.SaHolder
cn.dev33.satoken.context.SaTokenContext
cn.dev33.satoken.context.SaTokenContextDefaultImpl
cn.dev33.satoken.context.SaTokenContextForThreadLocal
cn.dev33.satoken.context.SaTokenContextForThreadLocalStorage
cn.dev33.satoken.context.SaTokenContextForThreadLocalStorage.Box
cn.dev33.satoken.context.model.SaCookie
cn.dev33.satoken.context.model.SaRequest
cn.dev33.satoken.context.model.SaResponse
cn.dev33.satoken.context.model.SaStorage
cn.dev33.satoken.context.second.SaTokenSecondContext
cn.dev33.satoken.context.second.SaTokenSecondContextCreator
cn.dev33.satoken.dao.SaTokenDao
cn.dev33.satoken.dao.SaTokenDaoDefaultImpl
cn.dev33.satoken.error.SaErrorCode
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.SaTokenException
cn.dev33.satoken.exception.SameTokenInvalidException
cn.dev33.satoken.exception.StopMatchException
cn.dev33.satoken.filter.SaFilterAuthStrategy
cn.dev33.satoken.filter.SaFilterErrorStrategy
cn.dev33.satoken.fun.IsRunFunction
cn.dev33.satoken.fun.R
cn.dev33.satoken.fun.SaFunction
cn.dev33.satoken.fun.SaParamFunction
cn.dev33.satoken.fun.SaParamRetFunction
cn.dev33.satoken.fun.SaRetFunction
cn.dev33.satoken.fun.T
cn.dev33.satoken.json.SaJsonTemplate
cn.dev33.satoken.json.SaJsonTemplateDefaultImpl
cn.dev33.satoken.listener.SaTokenEventCenter
cn.dev33.satoken.listener.SaTokenListener
cn.dev33.satoken.listener.SaTokenListenerForLog
cn.dev33.satoken.listener.SaTokenListenerForSimple
cn.dev33.satoken.log.SaLog
cn.dev33.satoken.log.SaLogForConsole
cn.dev33.satoken.router.SaHttpMethod
cn.dev33.satoken.router.SaRouteFunction
cn.dev33.satoken.router.SaRouter
cn.dev33.satoken.router.SaRouterStaff
cn.dev33.satoken.same.SaSameTemplate
cn.dev33.satoken.same.SaSameUtil
cn.dev33.satoken.secure.BCrypt
cn.dev33.satoken.secure.SaBase64Util
cn.dev33.satoken.secure.SaSecureUtil
cn.dev33.satoken.session.SaSession
cn.dev33.satoken.session.SaSessionCustomUtil
cn.dev33.satoken.session.TokenSign
cn.dev33.satoken.sign.SaSignTemplate
cn.dev33.satoken.sign.SaSignTemplateDefaultImpl
cn.dev33.satoken.stp.SaLoginConfig
cn.dev33.satoken.stp.SaLoginModel
cn.dev33.satoken.stp.SaTokenInfo
cn.dev33.satoken.stp.StpInterface
cn.dev33.satoken.stp.StpInterfaceDefaultImpl
cn.dev33.satoken.stp.StpLogic
cn.dev33.satoken.stp.StpUtil
cn.dev33.satoken.strategy.SaStrategy
cn.dev33.satoken.temp.SaTempDefaultImpl
cn.dev33.satoken.temp.SaTempInterface
cn.dev33.satoken.temp.SaTempUtil
cn.dev33.satoken.util.SaFoxUtil
cn.dev33.satoken.util.SaResult
cn.dev33.satoken.util.SaTokenConsts
cn.dev33.satoken.util.StrFormatter