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 ballcat-oauth-biz-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.hccake.ballcat.oauth.properties
├─ com.hccake.ballcat.oauth.properties.SecurityProperties.class - [JAR]
com.hccake.ballcat.oauth
├─ com.hccake.ballcat.oauth.CustomPermissionEvaluator.class - [JAR]
├─ com.hccake.ballcat.oauth.CustomTokenEnhancer.class - [JAR]
├─ com.hccake.ballcat.oauth.SysUserDetailsServiceImpl.class - [JAR]
├─ com.hccake.ballcat.oauth.UserInfoCoordinator.class - [JAR]
com.hccake.ballcat.oauth.mobile
├─ com.hccake.ballcat.oauth.mobile.MobileAuthenticationProvider.class - [JAR]
├─ com.hccake.ballcat.oauth.mobile.MobileAuthenticationToken.class - [JAR]
├─ com.hccake.ballcat.oauth.mobile.MobileTokenGranter.class - [JAR]