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-spring-boot-starter-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.stark.oauth2.boot
├─ com.stark.oauth2.boot.AutoConfiguration.class - [JAR]
com.stark.oauth2.form
├─ com.stark.oauth2.form.Request.class - [JAR]
com.stark.oauth2.boot.properties
├─ com.stark.oauth2.boot.properties.JwtProperties.class - [JAR]
├─ com.stark.oauth2.boot.properties.OAuth2Properties.class - [JAR]
├─ com.stark.oauth2.boot.properties.SecurityProperties.class - [JAR]
com.stark.oauth2.util
├─ com.stark.oauth2.util.KeyStoreUtil.class - [JAR]
com.stark.oauth2.service
├─ com.stark.oauth2.service.ContextPathService.class - [JAR]
├─ com.stark.oauth2.service.PermissionService.class - [JAR]
├─ com.stark.oauth2.service.RbacService.class - [JAR]
├─ com.stark.oauth2.service.TokenService.class - [JAR]
├─ com.stark.oauth2.service.UriPermitAllService.class - [JAR]
com.stark.oauth2.endpoint
├─ com.stark.oauth2.endpoint.FormLoginApprovalEndpoint.class - [JAR]
com.stark.oauth2.boot.config
├─ com.stark.oauth2.boot.config.AuthServerConfig.class - [JAR]
├─ com.stark.oauth2.boot.config.JwtConfig.class - [JAR]
├─ com.stark.oauth2.boot.config.MyAuthorizationServerSecurityConfiguration.class - [JAR]
├─ com.stark.oauth2.boot.config.ResourceServerConfig.class - [JAR]
├─ com.stark.oauth2.boot.config.WebSecurityConfig.class - [JAR]