jar

io.github.mbigger : jwt-permission

Maven & Gradle

Jul 24, 2019
1 usages
0 stars
Table Of Contents

Latest Version

Download io.github.mbigger : jwt-permission JAR file - Latest Versions:

All Versions

Download io.github.mbigger : jwt-permission JAR file - All Versions:

Version Vulnerabilities Size Updated
2.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 jwt-permission-2.0.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.wf.jwtp.perm

├─ org.wf.jwtp.perm.IUrlPerm.class - [JAR]

├─ org.wf.jwtp.perm.RestUrlPerm.class - [JAR]

├─ org.wf.jwtp.perm.SimpleUrlPerm.class - [JAR]

org.wf.jwtp.util

├─ org.wf.jwtp.util.Hex.class - [JAR]

├─ org.wf.jwtp.util.SubjectUtil.class - [JAR]

├─ org.wf.jwtp.util.TokenUtil.class - [JAR]

org.wf.jwtp

├─ org.wf.jwtp.TokenInterceptor.class - [JAR]

org.wf.jwtp.annotation

├─ org.wf.jwtp.annotation.Logical.class - [JAR]

├─ org.wf.jwtp.annotation.RequiresPermissions.class - [JAR]

├─ org.wf.jwtp.annotation.RequiresRoles.class - [JAR]

org.wf.jwtp.exception

├─ org.wf.jwtp.exception.ErrorTokenException.class - [JAR]

├─ org.wf.jwtp.exception.ExpiredTokenException.class - [JAR]

├─ org.wf.jwtp.exception.TokenException.class - [JAR]

├─ org.wf.jwtp.exception.UnauthorizedException.class - [JAR]

org.wf.jwtp.provider

├─ org.wf.jwtp.provider.Config.class - [JAR]

├─ org.wf.jwtp.provider.JdbcTokenStore.class - [JAR]

├─ org.wf.jwtp.provider.RedisTokenStore.class - [JAR]

├─ org.wf.jwtp.provider.Token.class - [JAR]

├─ org.wf.jwtp.provider.TokenStore.class - [JAR]

Advertisement