跳过导航链接
A B C D G I O P R S T 

A

ACCESS_TYPE - 接口 中的静态变量cn.fxbin.bubble.plugin.token.constant.TokenConstants
 

B

BUBBLE_FIREWORKS_SCOPE - 接口 中的静态变量cn.fxbin.bubble.plugin.token.constant.TokenConstants
 

C

cn.fxbin.bubble.plugin.token - 程序包 cn.fxbin.bubble.plugin.token
 
cn.fxbin.bubble.plugin.token.constant - 程序包 cn.fxbin.bubble.plugin.token.constant
 
cn.fxbin.bubble.plugin.token.exception - 程序包 cn.fxbin.bubble.plugin.token.exception
 
cn.fxbin.bubble.plugin.token.model - 程序包 cn.fxbin.bubble.plugin.token.model
 

D

DoubleJwt - cn.fxbin.bubble.plugin.token中的类
DoubleJWT 双令牌模式
DoubleJwt(long, long, SignatureAlgorithm, Key, String) - 类 的构造器cn.fxbin.bubble.plugin.token.DoubleJwt
 
DoubleJwt(long, long, SignatureAlgorithm, String) - 类 的构造器cn.fxbin.bubble.plugin.token.DoubleJwt
 
DoubleJwt(long, long, String) - 类 的构造器cn.fxbin.bubble.plugin.token.DoubleJwt
 

G

generateAccessToken(long) - 类 中的方法cn.fxbin.bubble.plugin.token.DoubleJwt
generateAccessToken
generateAccessToken(String) - 类 中的方法cn.fxbin.bubble.plugin.token.DoubleJwt
generateAccessToken
generateRefreshToken(long) - 类 中的方法cn.fxbin.bubble.plugin.token.DoubleJwt
generateRefreshToken
generateRefreshToken(String) - 类 中的方法cn.fxbin.bubble.plugin.token.DoubleJwt
generateRefreshToken
generateToken(String, String, String, long) - 类 中的方法cn.fxbin.bubble.plugin.token.DoubleJwt
 
generateToken(String, long, String, long) - 类 中的方法cn.fxbin.bubble.plugin.token.DoubleJwt
 
generateToken(String, long, String, long, Map<String, Object>) - 类 中的方法cn.fxbin.bubble.plugin.token.DoubleJwt
 
generateToken(String, String, String, long, Map<String, Object>) - 类 中的方法cn.fxbin.bubble.plugin.token.DoubleJwt
 
generateToken(TokenPayload, long) - 类 中的方法cn.fxbin.bubble.plugin.token.DoubleJwt
 
generateToken(String, String, String, long) - 类 中的方法cn.fxbin.bubble.plugin.token.SingleJwt
generateToken
generateToken(String, long, String, long) - 类 中的方法cn.fxbin.bubble.plugin.token.SingleJwt
generateToken
generateToken(String, long, String, long, Map<String, Object>) - 类 中的方法cn.fxbin.bubble.plugin.token.SingleJwt
generateToken
generateToken(TokenPayload) - 类 中的方法cn.fxbin.bubble.plugin.token.SingleJwt
generateToken
generateTokens(long) - 类 中的方法cn.fxbin.bubble.plugin.token.DoubleJwt
generateTokens
generateTokens(String) - 类 中的方法cn.fxbin.bubble.plugin.token.DoubleJwt
generateTokens
generateTokens(long, String) - 类 中的方法cn.fxbin.bubble.plugin.token.DoubleJwt
generateTokens
generateTokens(String, String) - 类 中的方法cn.fxbin.bubble.plugin.token.DoubleJwt
generateTokens
generateTokens(long, Map<String, Object>) - 类 中的方法cn.fxbin.bubble.plugin.token.DoubleJwt
generateTokens
generateTokens(String, Map<String, Object>) - 类 中的方法cn.fxbin.bubble.plugin.token.DoubleJwt
generateTokens
generateTokens(String, String, Map<String, Object>) - 类 中的方法cn.fxbin.bubble.plugin.token.DoubleJwt
generateTokens
getAlgorithm() - 类 中的方法cn.fxbin.bubble.plugin.token.DoubleJwt
getAlgorithm
getExpire() - 类 中的方法cn.fxbin.bubble.plugin.token.SingleJwt
getExpire
getKey() - 类 中的方法cn.fxbin.bubble.plugin.token.DoubleJwt
getKey
getSignatureAlgorithm() - 类 中的方法cn.fxbin.bubble.plugin.token.SingleJwt
getSignatureAlgorithm

I

InvalidClaimException - cn.fxbin.bubble.plugin.token.exception中的异常错误
InvalidClaimException
InvalidClaimException(String) - 异常错误 的构造器cn.fxbin.bubble.plugin.token.exception.InvalidClaimException
 
InvalidClaimException(Integer, String) - 异常错误 的构造器cn.fxbin.bubble.plugin.token.exception.InvalidClaimException
 
InvalidClaimException(String, Object...) - 异常错误 的构造器cn.fxbin.bubble.plugin.token.exception.InvalidClaimException
 
InvalidClaimException(String, Throwable) - 异常错误 的构造器cn.fxbin.bubble.plugin.token.exception.InvalidClaimException
 
InvalidClaimException(Throwable) - 异常错误 的构造器cn.fxbin.bubble.plugin.token.exception.InvalidClaimException
 
InvalidClaimException(String, Throwable, boolean, boolean) - 异常错误 的构造器cn.fxbin.bubble.plugin.token.exception.InvalidClaimException
 

O

OTHER_SCOPE - 接口 中的静态变量cn.fxbin.bubble.plugin.token.constant.TokenConstants
 

P

parseAccessToken(String) - 类 中的方法cn.fxbin.bubble.plugin.token.DoubleJwt
parseAccessToken
parseAccessToken(String, String) - 类 中的方法cn.fxbin.bubble.plugin.token.DoubleJwt
parseAccessToken Jwt Token 解析, jjwt-impl 会将毫秒值转化为秒 io.jsonwebtoken.impl.JwtMap#setDateAsSeconds(java.lang.String, java.util.Date)
parseRefreshToken(String) - 类 中的方法cn.fxbin.bubble.plugin.token.DoubleJwt
parseRefreshToken
parseRefreshToken(String, String) - 类 中的方法cn.fxbin.bubble.plugin.token.DoubleJwt
parseAccessToken Jwt Token 解析, jjwt-impl 会将毫秒值转化为秒 io.jsonwebtoken.impl.JwtMap#setDateAsSeconds(java.lang.String, java.util.Date)
parseToken(String) - 类 中的方法cn.fxbin.bubble.plugin.token.DoubleJwt
parseToken
parseToken(String) - 类 中的方法cn.fxbin.bubble.plugin.token.SingleJwt
parseToken Jwt Token 解析, jjwt-impl 会将毫秒值转化为秒 io.jsonwebtoken.impl.JwtMap#setDateAsSeconds(java.lang.String, java.util.Date)

R

REFRESH_TYPE - 接口 中的静态变量cn.fxbin.bubble.plugin.token.constant.TokenConstants
 

S

SingleJwt - cn.fxbin.bubble.plugin.token中的类
SingleJWT 单令牌模式
SingleJwt(long, SignatureAlgorithm, Key) - 类 的构造器cn.fxbin.bubble.plugin.token.SingleJwt
 
SingleJwt(long) - 类 的构造器cn.fxbin.bubble.plugin.token.SingleJwt
 
SingleJwt() - 类 的构造器cn.fxbin.bubble.plugin.token.SingleJwt
 

T

TokenConstants - cn.fxbin.bubble.plugin.token.constant中的接口
TokenConstants 令牌相关常量
TokenExpiredException - cn.fxbin.bubble.plugin.token.exception中的异常错误
TokenExpiredException
TokenExpiredException(String) - 异常错误 的构造器cn.fxbin.bubble.plugin.token.exception.TokenExpiredException
 
TokenExpiredException(Integer, String) - 异常错误 的构造器cn.fxbin.bubble.plugin.token.exception.TokenExpiredException
 
TokenExpiredException(String, Object...) - 异常错误 的构造器cn.fxbin.bubble.plugin.token.exception.TokenExpiredException
 
TokenExpiredException(String, Throwable) - 异常错误 的构造器cn.fxbin.bubble.plugin.token.exception.TokenExpiredException
 
TokenExpiredException(Throwable) - 异常错误 的构造器cn.fxbin.bubble.plugin.token.exception.TokenExpiredException
 
TokenExpiredException(String, Throwable, boolean, boolean) - 异常错误 的构造器cn.fxbin.bubble.plugin.token.exception.TokenExpiredException
 
TokenPayload - cn.fxbin.bubble.plugin.token.model中的类
TokenClaims
TokenPayload() - 类 的构造器cn.fxbin.bubble.plugin.token.model.TokenPayload
 
Tokens - cn.fxbin.bubble.plugin.token.model中的类
Tokens
Tokens() - 类 的构造器cn.fxbin.bubble.plugin.token.model.Tokens
 
A B C D G I O P R S T 
跳过导航链接

Copyright © 2021. All rights reserved.