- getAttribute(String) - 类 中的方法cn.dev33.satoken.session.SaSession
-
取出一个值
- getAttribute(String, Object) - 类 中的方法cn.dev33.satoken.session.SaSession
-
取值,并指定取不到值时的默认值
- getAttributeKeys() - 类 中的方法cn.dev33.satoken.session.SaSession
-
返回当前session会话所有key
- getCode() - 异常错误 中的方法cn.dev33.satoken.exception.NotPermissionException
-
- getConfig() - 类 中的静态方法cn.dev33.satoken.SaTokenManager
-
- getCookie(HttpServletRequest, String) - 类 中的静态方法cn.dev33.satoken.util.SaCookieUtil
-
获取指定cookie
- getCreateTime() - 类 中的方法cn.dev33.satoken.session.SaSession
-
返回当前会话创建时间
- getDao() - 类 中的静态方法cn.dev33.satoken.SaTokenManager
-
- getDataMap() - 类 中的方法cn.dev33.satoken.session.SaSession
-
获取数据集合(如果更新map里的值,请调用session.update()方法避免数据过时 )
- getId() - 类 中的方法cn.dev33.satoken.session.SaSession
-
获取会话id
- getIsReadBody() - 类 中的方法cn.dev33.satoken.config.SaTokenConfig
-
- getIsReadHead() - 类 中的方法cn.dev33.satoken.config.SaTokenConfig
-
- getIsShare() - 类 中的方法cn.dev33.satoken.config.SaTokenConfig
-
- getIsV() - 类 中的方法cn.dev33.satoken.config.SaTokenConfig
-
- getKey_LoginId(Object) - 类 中的方法cn.dev33.satoken.stp.StpLogic
-
获取key: id 持久化
- getKey_session(Object) - 类 中的方法cn.dev33.satoken.stp.StpLogic
-
获取key: session 持久化
- getKey_tokenName() - 类 中的方法cn.dev33.satoken.stp.StpLogic
-
获取key:客户端 tokenName
- getKey_TokenValue(String) - 类 中的方法cn.dev33.satoken.stp.StpLogic
-
获取key: tokenValue 持久化
- getLoginId() - 类 中的方法cn.dev33.satoken.stp.StpLogic
-
获取当前会话登录id, 如果未登录,则抛出异常
- getLoginId(T) - 类 中的方法cn.dev33.satoken.stp.StpLogic
-
获取当前会话登录id, 如果未登录,则返回默认值
- getLoginId() - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
-
获取当前会话登录id, 如果未登录,则抛出异常
- getLoginId(T) - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
-
获取当前会话登录id, 如果未登录,则返回默认值
- getLoginId_asInt() - 类 中的方法cn.dev33.satoken.stp.StpLogic
-
获取当前会话登录id, 并转换为int
- getLoginId_asInt() - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
-
获取当前会话登录id, 并转换为int
- getLoginId_asLong() - 类 中的方法cn.dev33.satoken.stp.StpLogic
-
获取当前会话登录id, 并转换为long
- getLoginId_asLong() - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
-
获取当前会话登录id, 并转换为long
- getLoginId_asString() - 类 中的方法cn.dev33.satoken.stp.StpLogic
-
获取当前会话登录id, 并转换为String
- getLoginId_asString() - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
-
获取当前会话登录id, 并转换为String
- getLoginId_defaultNull() - 类 中的方法cn.dev33.satoken.stp.StpLogic
-
获取当前会话登录id, 如果未登录,则返回null
- getLoginId_defaultNull() - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
-
获取当前会话登录id, 如果未登录,则返回null
- getLoginIdByToken(String) - 类 中的方法cn.dev33.satoken.stp.StpLogic
-
获取指定token对应的登录id,如果未登录,则返回 null
- getLoginIdByToken(String) - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
-
获取指定token对应的登录id,如果未登录,则返回 null
- getLoginKey() - 异常错误 中的方法cn.dev33.satoken.exception.NotLoginException
-
获得login_key
- getLoginKey() - 异常错误 中的方法cn.dev33.satoken.exception.NotPermissionException
-
获得login_key
- getPermissionCodeList(Object, String) - 接口 中的方法cn.dev33.satoken.stp.StpInterface
-
返回指定login_id所拥有的权限码集合
- getPermissionCodeList(Object, String) - 类 中的方法cn.dev33.satoken.stp.StpInterfaceDefaultImpl
-
- getRequest() - 类 中的静态方法cn.dev33.satoken.util.SpringMVCUtil
-
获取当前会话的 request
- getResponse() - 类 中的静态方法cn.dev33.satoken.util.SpringMVCUtil
-
获取当前会话的 response
- getSaSession(String) - 接口 中的方法cn.dev33.satoken.dao.SaTokenDao
-
根据指定key的session,如果没有,则返回空
- getSaSession(String) - 类 中的方法cn.dev33.satoken.dao.SaTokenDaoDefault
-
- getSaTokenConfig() - 类 中的方法cn.dev33.satoken.spring.SpringSaToken
-
- getSession() - 类 中的方法cn.dev33.satoken.stp.StpLogic
-
获取当前会话的session
- getSession() - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
-
获取当前会话的session
- getSessionById(String, boolean) - 类 中的静态方法cn.dev33.satoken.session.SaSessionCustomUtil
-
获取指定key的session
- getSessionById(String) - 类 中的静态方法cn.dev33.satoken.session.SaSessionCustomUtil
-
获取指定key的session, 如果没有则新建并返回
- getSessionByLoginId(Object) - 类 中的方法cn.dev33.satoken.stp.StpLogic
-
获取指定login_id的session
- getSessionByLoginId(Object) - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
-
获取指定login_id的session
- getSessionBySessionId(String, boolean) - 类 中的方法cn.dev33.satoken.stp.StpLogic
-
获取指定key的session, 如果没有,is_create=是否新建并返回
- getSessionKey(String) - 类 中的静态方法cn.dev33.satoken.session.SaSessionCustomUtil
-
- getStp() - 类 中的静态方法cn.dev33.satoken.SaTokenManager
-
- getTimeout() - 类 中的方法cn.dev33.satoken.config.SaTokenConfig
-
- getTokenInfo() - 类 中的方法cn.dev33.satoken.stp.StpLogic
-
获取当前会话的token信息:tokenName与tokenValue
- getTokenInfo() - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
-
获取当前会话的token信息:tokenName与tokenValue
- getTokenName() - 类 中的方法cn.dev33.satoken.config.SaTokenConfig
-
- getTokenValue() - 类 中的方法cn.dev33.satoken.stp.StpLogic
-
获取当前tokenValue
- getTokenValue() - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
-
获取当前tokenValue
- getTokenValueByLoginId(Object) - 类 中的方法cn.dev33.satoken.stp.StpLogic
-
获取指定id的tokenValue
- getTokenValueByLoginId(Object) - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
-
获取指定id的tokenValue
- getValue(String) - 接口 中的方法cn.dev33.satoken.dao.SaTokenDao
-
根据key获取value ,如果没有,则返回空
- getValue(String) - 类 中的方法cn.dev33.satoken.dao.SaTokenDaoDefault
-
- github_url - 类 中的静态变量cn.dev33.satoken.SaTokenUtil
-