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 oauth2-server-2.2.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
top.verytouch.vkit.samples.oauth2.server.controller
├─ top.verytouch.vkit.samples.oauth2.server.controller.ApiController.class - [JAR]
├─ top.verytouch.vkit.samples.oauth2.server.controller.UserController.class - [JAR]
top.verytouch.vkit.samples.oauth2.server
├─ top.verytouch.vkit.samples.oauth2.server.Oauth2ServerApplication.class - [JAR]
top.verytouch.vkit.samples.oauth2.server.config
├─ top.verytouch.vkit.samples.oauth2.server.config.AuthorizationServerConfig.class - [JAR]
├─ top.verytouch.vkit.samples.oauth2.server.config.JwtConfig.class - [JAR]
├─ top.verytouch.vkit.samples.oauth2.server.config.ResourceServerConfig.class - [JAR]
├─ top.verytouch.vkit.samples.oauth2.server.config.SecurityConfig.class - [JAR]
top.verytouch.vkit.samples.oauth2.server.oauth2
├─ top.verytouch.vkit.samples.oauth2.server.oauth2.AdditionalUserInfoTokenConverter.class - [JAR]
├─ top.verytouch.vkit.samples.oauth2.server.oauth2.AdditionalUserInfoTokenEnhancer.class - [JAR]
├─ top.verytouch.vkit.samples.oauth2.server.oauth2.CachedAuthorizationCodeServices.class - [JAR]
├─ top.verytouch.vkit.samples.oauth2.server.oauth2.ExceptionHandlers.class - [JAR]
├─ top.verytouch.vkit.samples.oauth2.server.oauth2.SmsCodeTokenGranter.class - [JAR]
├─ top.verytouch.vkit.samples.oauth2.server.oauth2.TokenGranters.class - [JAR]
├─ top.verytouch.vkit.samples.oauth2.server.oauth2.TokenUtils.class - [JAR]
├─ top.verytouch.vkit.samples.oauth2.server.oauth2.User.class - [JAR]
├─ top.verytouch.vkit.samples.oauth2.server.oauth2.UserService.class - [JAR]