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 sso-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.j.sso.intercepter
├─ com.j.sso.intercepter.SSOIntercepter.class - [JAR]
com.j.sso.entity
├─ com.j.sso.entity.R.class - [JAR]
├─ com.j.sso.entity.SSOUser.class - [JAR]
com.j.sso.annotation
├─ com.j.sso.annotation.SSOCheckToken.class - [JAR]
com.j.sso.config
├─ com.j.sso.config.SSOConfiguration.class - [JAR]
├─ com.j.sso.config.SSOJtiStore.class - [JAR]
com.j.sso.helper
├─ com.j.sso.helper.JwtTokenHelper.class - [JAR]
├─ com.j.sso.helper.TokenLoginHelper.class - [JAR]