View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jwt-permission-3.1.1.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.RestUrlPerm.class - [JAR]
├─ org.wf.jwtp.perm.SimpleUrlPerm.class - [JAR]
├─ org.wf.jwtp.perm.UrlPerm.class - [JAR]
├─ org.wf.jwtp.perm.UrlPermResult.class - [JAR]
org.wf.jwtp.util
├─ org.wf.jwtp.util.CheckPermissionUtil.class - [JAR]
├─ org.wf.jwtp.util.Hex.class - [JAR]
├─ org.wf.jwtp.util.JacksonUtil.class - [JAR]
├─ org.wf.jwtp.util.SubjectUtil.class - [JAR]
├─ org.wf.jwtp.util.TokenUtil.class - [JAR]
org.wf.jwtp.client
├─ org.wf.jwtp.client.AuthResult.class - [JAR]
├─ org.wf.jwtp.client.ClientInterceptor.class - [JAR]
org.wf.jwtp
├─ org.wf.jwtp.TokenInterceptor.class - [JAR]
org.wf.jwtp.annotation
├─ org.wf.jwtp.annotation.Ignore.class - [JAR]
├─ org.wf.jwtp.annotation.Logical.class - [JAR]
├─ org.wf.jwtp.annotation.RequiresPermissions.class - [JAR]
├─ org.wf.jwtp.annotation.RequiresRoles.class - [JAR]
org.wf.jwtp.controller
├─ org.wf.jwtp.controller.AuthCenterController.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.JdbcTokenStore.class - [JAR]
├─ org.wf.jwtp.provider.RedisTokenStore.class - [JAR]
├─ org.wf.jwtp.provider.Token.class - [JAR]
├─ org.wf.jwtp.provider.TokenStore.class - [JAR]
├─ org.wf.jwtp.provider.TokenStoreAbstract.class - [JAR]