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 fist-kit-boot-security-2022.0.13.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.power4j.fist.security.core.authentication
├─ com.power4j.fist.security.core.authentication.UserConverter.class - [JAR]
├─ com.power4j.fist.security.core.authentication.package-info.class - [JAR]
com.power4j.fist.security.oauth2.token
├─ com.power4j.fist.security.oauth2.token.DefaultUserConverter.class - [JAR]
├─ com.power4j.fist.security.oauth2.token.package-info.class - [JAR]
com.power4j.fist.boot.autoconfigure.security.annotation
├─ com.power4j.fist.boot.autoconfigure.security.annotation.TrustedSecurity.class - [JAR]
com.power4j.fist.boot.autoconfigure.security
├─ com.power4j.fist.boot.autoconfigure.security.InnerSecurityConfiguration.class - [JAR]