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 choerodon-starter-oauth-resource-0.15.0.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.choerodon.resource.security
├─ io.choerodon.resource.security.CustomAuthExceptionEntryPoint.class - [JAR]
├─ io.choerodon.resource.security.JwtResourceServerConfig.class - [JAR]
├─ io.choerodon.resource.security.JwtTokenExtractor.class - [JAR]
├─ io.choerodon.resource.security.JwtTokenParser.class - [JAR]
io.choerodon.resource.security.exception
├─ io.choerodon.resource.security.exception.AuthenticationRequestFailedException.class - [JAR]
├─ io.choerodon.resource.security.exception.JwtTokenNotFoundException.class - [JAR]
io.choerodon.resource.handler
├─ io.choerodon.resource.handler.ControllerExceptionHandler.class - [JAR]
io.choerodon.resource
├─ io.choerodon.resource.ResourceServerConfig.class - [JAR]
io.choerodon.resource.permission
├─ io.choerodon.resource.permission.PublicPermission.class - [JAR]
├─ io.choerodon.resource.permission.PublicPermissionOperationPlugin.class - [JAR]
io.choerodon.resource.annoation
├─ io.choerodon.resource.annoation.EnableChoerodonResourceServer.class - [JAR]