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-resource-server-starter-1.2.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.labijie.infra.oauth2.resource.configuration
├─ com.labijie.infra.oauth2.resource.configuration.ResourceJwtSettings.class - [JAR]
├─ com.labijie.infra.oauth2.resource.configuration.ResourceServerAutoConfiguration.class - [JAR]
├─ com.labijie.infra.oauth2.resource.configuration.ResourceServerProperties.class - [JAR]
com.labijie.infra.oauth2.resource
├─ com.labijie.infra.oauth2.resource.ActuatorAuthorizationConfigurer.class - [JAR]
├─ com.labijie.infra.oauth2.resource.IResourceAuthorizationConfigurer.class - [JAR]
├─ com.labijie.infra.oauth2.resource.LocalOpaqueTokenIntrospector.class - [JAR]
├─ com.labijie.infra.oauth2.resource.OAuth2AuthenticationEntryPoint.class - [JAR]
├─ com.labijie.infra.oauth2.resource.TwoFactorAuthenticatedPrincipal.class - [JAR]
├─ com.labijie.infra.oauth2.resource.UtilsKt.class - [JAR]
com.labijie.infra.oauth2.resource.token
├─ com.labijie.infra.oauth2.resource.token.DefaultJwtAuthenticationConverter.class - [JAR]
├─ com.labijie.infra.oauth2.resource.token.DefaultJwtGrantedAuthoritiesConverter.class - [JAR]
com.labijie.infra.oauth2.resource.expression
├─ com.labijie.infra.oauth2.resource.expression.OAuth2TwoFactorExpressionRoot.class - [JAR]
├─ com.labijie.infra.oauth2.resource.expression.OAuth2TwoFactorSecurityExpressionHandler.class - [JAR]
com.labijie.infra.oauth2.resource.resolver
├─ com.labijie.infra.oauth2.resource.resolver.BearTokenPrincipalResolver.class - [JAR]
├─ com.labijie.infra.oauth2.resource.resolver.BearTokenValueResolver.class - [JAR]