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 template-oauth2-service-1.3.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.lrenyi.oauth2.service.login
├─ com.lrenyi.oauth2.service.login.SsoLoginService.class - [JAR]
├─ com.lrenyi.oauth2.service.login.UserNameSsoLogin.class - [JAR]
com.lrenyi.oauth2.service.custom
├─ com.lrenyi.oauth2.service.custom.CustomUserDetailsService.class - [JAR]
├─ com.lrenyi.oauth2.service.custom.OAuth2Constant.class - [JAR]
├─ com.lrenyi.oauth2.service.custom.PasswordGrantAuthenticationConverter.class - [JAR]
├─ com.lrenyi.oauth2.service.custom.PasswordGrantAuthenticationProvider.class - [JAR]
├─ com.lrenyi.oauth2.service.custom.PasswordGrantAuthenticationToken.class - [JAR]
├─ com.lrenyi.oauth2.service.custom.RedisOAuth2AuthorizationService.class - [JAR]
com.lrenyi.oauth2.service
├─ com.lrenyi.oauth2.service.IOauth2UserService.class - [JAR]
├─ com.lrenyi.oauth2.service.LoginType.class - [JAR]
├─ com.lrenyi.oauth2.service.Oauth2ServerAutoConfiguration.class - [JAR]
├─ com.lrenyi.oauth2.service.OauthUser.class - [JAR]
├─ com.lrenyi.oauth2.service.TokenBean.class - [JAR]