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 spring-security-oauth2-test-addons-jdk11-4.1.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.c4_soft.springaddons.security.oauth2.test.annotations
├─ com.c4_soft.springaddons.security.oauth2.test.annotations.AbstractAnnotatedAuthenticationBuilder.class - [JAR]
├─ com.c4_soft.springaddons.security.oauth2.test.annotations.Claims.class - [JAR]
├─ com.c4_soft.springaddons.security.oauth2.test.annotations.IntClaim.class - [JAR]
├─ com.c4_soft.springaddons.security.oauth2.test.annotations.JsonArrayClaim.class - [JAR]
├─ com.c4_soft.springaddons.security.oauth2.test.annotations.JsonObjectClaim.class - [JAR]
├─ com.c4_soft.springaddons.security.oauth2.test.annotations.LongClaim.class - [JAR]
├─ com.c4_soft.springaddons.security.oauth2.test.annotations.OpenIdAddress.class - [JAR]
├─ com.c4_soft.springaddons.security.oauth2.test.annotations.OpenIdClaims.class - [JAR]
├─ com.c4_soft.springaddons.security.oauth2.test.annotations.StringArrayClaim.class - [JAR]
├─ com.c4_soft.springaddons.security.oauth2.test.annotations.StringClaim.class - [JAR]
├─ com.c4_soft.springaddons.security.oauth2.test.annotations.WithMockAuthentication.class - [JAR]
├─ com.c4_soft.springaddons.security.oauth2.test.annotations.WithMockJwtAuth.class - [JAR]
├─ com.c4_soft.springaddons.security.oauth2.test.annotations.WithMockOidcAuth.class - [JAR]
com.c4_soft.springaddons.security.oauth2.test
├─ com.c4_soft.springaddons.security.oauth2.test.AuthoritiesConverterNotAMockException.class - [JAR]
├─ com.c4_soft.springaddons.security.oauth2.test.Defaults.class - [JAR]
├─ com.c4_soft.springaddons.security.oauth2.test.MockAuthenticationBuilder.class - [JAR]
├─ com.c4_soft.springaddons.security.oauth2.test.OidcAuthenticationTestingBuilder.class - [JAR]
├─ com.c4_soft.springaddons.security.oauth2.test.OidcTokenBuilder.class - [JAR]