| 程序包 | 说明 |
|---|---|
| org.apache.shiro.spring.boot.jwt | |
| org.apache.shiro.spring.boot.jwt.token | |
| org.apache.shiro.spring.boot.utils |
| 限定符和类型 | 方法和说明 |
|---|---|
JwtPayload |
JwtPayloadPrincipal.getPayload() |
abstract JwtPayload |
JwtPayloadRepository.getPayload(JwtToken token,
boolean checkExpiry) |
| 构造器和说明 |
|---|
JwtPayloadPrincipal(JwtPayload payload) |
| 限定符和类型 | 方法和说明 |
|---|---|
JwtPayload |
SignedWithEcAndEncryptedWithRsaJWTRepository.getPlayload(com.nimbusds.jose.jwk.ECKey signingKey,
com.nimbusds.jose.jwk.RSAKey secretKey,
String token,
boolean checkExpiry)
Parser JSON Web Token (JWT)
|
JwtPayload |
SignedWithEcAndEncryptedWithAESJWTRepository.getPlayload(com.nimbusds.jose.jwk.ECKey signingKey,
SecretKey secretKey,
String token,
boolean checkExpiry)
Parser JSON Web Token (JWT)
|
JwtPayload |
SignedWithEcJWTRepository.getPlayload(com.nimbusds.jose.jwk.ECKey signingKey,
String token,
boolean checkExpiry)
Parser JSON Web Token (JWT)
|
JwtPayload |
SignedWithSecretKeyJWTRepository.getPlayload(Key secretKey,
String token,
boolean checkExpiry)
Parser JSON Web Token (JWT)
|
JwtPayload |
SignedWithEdAndEncryptedWithRsaJWTRepository.getPlayload(com.nimbusds.jose.jwk.OctetKeyPair signingKey,
com.nimbusds.jose.jwk.RSAKey secretKey,
String token,
boolean checkExpiry)
Parser JSON Web Token (JWT)
|
JwtPayload |
SignedWithEdAndEncryptedWithAESJWTRepository.getPlayload(com.nimbusds.jose.jwk.OctetKeyPair signingKey,
SecretKey secretKey,
String token,
boolean checkExpiry)
Parser JSON Web Token (JWT)
|
JwtPayload |
SignedWithEdJWTRepository.getPlayload(com.nimbusds.jose.jwk.OctetKeyPair signingKey,
String token,
boolean checkExpiry)
Parser JSON Web Token (JWT)
|
JwtPayload |
SignedWithRsaAndEncryptedWithRsaJWTRepository.getPlayload(com.nimbusds.jose.jwk.RSAKey signingKey,
com.nimbusds.jose.jwk.RSAKey secretKey,
String token,
boolean checkExpiry)
Parser JSON Web Token (JWT)
|
JwtPayload |
SignedWithRsaAndEncryptedWithAESJWTRepository.getPlayload(com.nimbusds.jose.jwk.RSAKey signingKey,
SecretKey secretKey,
String token,
boolean checkExpiry)
Parser JSON Web Token (JWT)
|
JwtPayload |
SignedWithRsaJWTRepository.getPlayload(com.nimbusds.jose.jwk.RSAKey signingKey,
String token,
boolean checkExpiry)
Parser JSON Web Token (JWT)
|
JwtPayload |
JwtKeyPairRepository.getPlayload(S signingKey,
E secretKey,
String token,
boolean checkExpiry) |
JwtPayload |
JwtRepository.getPlayload(S signingKey,
String token,
boolean checkExpiry) |
JwtPayload |
SignedWithSecretResolverJWTRepository.getPlayload(String token,
boolean checkExpiry)
Parser JSON Web Token (JWT)
|
JwtPayload |
JwtKeyResolverRepository.getPlayload(String token,
boolean checkExpiry) |
JwtPayload |
SignedWithHamcAndEncryptedWithRsaJWTRepository.getPlayload(String signingKey,
com.nimbusds.jose.jwk.RSAKey secretKey,
String token,
boolean checkExpiry)
Parser JSON Web Token (JWT)
|
JwtPayload |
SignedWithHamcAndEncryptedWithAESJWTRepository.getPlayload(String signingKey,
SecretKey secretKey,
String token,
boolean checkExpiry)
Parser JSON Web Token (JWT)
|
JwtPayload |
SignedWithSecretBase64JWTRepository.getPlayload(String base64Secret,
String token,
boolean checkExpiry)
Parser JSON Web Token (JWT)
|
JwtPayload |
SignedWithHamcJWTRepository.getPlayload(String signingKey,
String token,
boolean checkExpiry)
Parser JSON Web Token (JWT)
|
| 限定符和类型 | 方法和说明 |
|---|---|
static JwtPayload |
JJwtUtils.payload(io.jsonwebtoken.Claims claims) |
static JwtPayload |
NimbusdsUtils.payload(com.nimbusds.jwt.JWTClaimsSet jwtClaims) |
Copyright © 2018. All rights reserved.