jar

work.wangjw : wjw-auth

Maven & Gradle

Apr 06, 2022

wjw-auth · 轻量级权限认证框架

Table Of Contents

Latest Version

Download work.wangjw : wjw-auth JAR file - Latest Versions:

All Versions

Download work.wangjw : wjw-auth JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
1.4.x
1.3.x
1.2.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window wjw-auth-2.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

work.wangjw.interceptor

├─ work.wangjw.interceptor.AuthInterceptor.class - [JAR]

work.wangjw.dao.impl

├─ work.wangjw.dao.impl.AuthDefaultDao.class - [JAR]

├─ work.wangjw.dao.impl.AuthRedisDao.class - [JAR]

work.wangjw.bean

├─ work.wangjw.bean.AuthSession.class - [JAR]

├─ work.wangjw.bean.LoginInfo.class - [JAR]

work.wangjw.dao

├─ work.wangjw.dao.AuthDao.class - [JAR]

work.wangjw.exception

├─ work.wangjw.exception.IdFormatException.class - [JAR]

├─ work.wangjw.exception.InvalidTokenException.class - [JAR]

├─ work.wangjw.exception.NotLoginException.class - [JAR]

├─ work.wangjw.exception.NotPermissionException.class - [JAR]

work.wangjw.annotation

├─ work.wangjw.annotation.CheckLogin.class - [JAR]

├─ work.wangjw.annotation.CheckPermission.class - [JAR]

work.wangjw.config

├─ work.wangjw.config.AddInterceptorConfig.class - [JAR]

├─ work.wangjw.config.ConfigCenter.class - [JAR]

├─ work.wangjw.config.ConfigData.class - [JAR]

├─ work.wangjw.config.IAuthConfig.class - [JAR]

work.wangjw.job

├─ work.wangjw.job.WjwJob.class - [JAR]

work.wangjw.util

├─ work.wangjw.util.AuthUtil.class - [JAR]

Advertisement