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 sparkzxl-oauth2-open-starter-1.0.1.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.springframework.security.oauth2.provider.endpoint
├─ org.springframework.security.oauth2.provider.endpoint.CustomTokenGrantService.class - [JAR]
com.github.sparkzxl.open.entity
├─ com.github.sparkzxl.open.entity.AccessTokenInfo.class - [JAR]
├─ com.github.sparkzxl.open.entity.AuthUserDetail.class - [JAR]
├─ com.github.sparkzxl.open.entity.AuthorizationRequest.class - [JAR]
com.github.sparkzxl.open.component
├─ com.github.sparkzxl.open.component.RestAuthenticationEntryPoint.class - [JAR]
├─ com.github.sparkzxl.open.component.RestfulAccessDeniedHandler.class - [JAR]
com.github.sparkzxl.open.supports
├─ com.github.sparkzxl.open.supports.Oauth2ExceptionHandler.class - [JAR]
com.github.sparkzxl.open.service
├─ com.github.sparkzxl.open.service.OauthService.class - [JAR]
com.github.sparkzxl.open.filter
├─ com.github.sparkzxl.open.filter.PermitAuthenticationFilter.class - [JAR]
com.github.sparkzxl.open.config
├─ com.github.sparkzxl.open.config.OAuth2AuthorizationServerConfig.class - [JAR]
├─ com.github.sparkzxl.open.config.PermitAllSecurityConfig.class - [JAR]
├─ com.github.sparkzxl.open.config.WebSecurityAutoConfig.class - [JAR]
com.github.sparkzxl.open.enhancer
├─ com.github.sparkzxl.open.enhancer.JwtTokenEnhancer.class - [JAR]
com.github.sparkzxl.open.properties
├─ com.github.sparkzxl.open.properties.OpenProperties.class - [JAR]
├─ com.github.sparkzxl.open.properties.SecurityProperties.class - [JAR]