JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Package:
Description |
Related Packages
|
Classes and Interfaces
SEARCH:
Package io.github.xezzon.zeroweb.auth
package
io.github.xezzon.zeroweb.auth
Related Packages
Package
Description
io.github.xezzon.zeroweb
io.github.xezzon.zeroweb.auth.config
io.github.xezzon.zeroweb.auth.entity
io.github.xezzon.zeroweb.auth.event
io.github.xezzon.zeroweb.auth.internal
io.github.xezzon.zeroweb.auth.repository
io.github.xezzon.zeroweb.auth.util
All Classes and Interfaces
Interfaces
Classes
Class
Description
AuthenticationProto
AuthHttpConstant
HTTP 认证相关的常量
JsonWebToken
签发/解码JWT
JsonWebToken.Decoder
JWT解码器
JsonWebToken.Signer
JWT 签发器
JwtAuth
JWT认证相关
JwtClaim
自定义 JWT 载荷
JwtClaim.Builder
自定义 JWT 载荷
JwtClaimOrBuilder
JwtClaimWrapper
JWT包装器
JwtFilter
处理请求头中 JWT 携带的认证信息。
JwtStpInterface
RolePermission
角色-接口权限
RolePermission_
RoleUser
角色-用户
RoleUser_
SaTokenConfigure
Sa-Token 相关配置
TestJwtGenerator
为单元测试生成 JWT。
TestJwtGenerator.Builder