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 gsk-core-sso-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.guocjsh.sso.props
├─ io.github.guocjsh.sso.props.SSOConfiguration.class - [JAR]
io.github.guocjsh.sso
├─ io.github.guocjsh.sso.SSOAutoConfiguration.class - [JAR]
io.github.guocjsh.sso.saml.instance
├─ io.github.guocjsh.sso.saml.instance.SamlInstance.class - [JAR]
io.github.guocjsh.sso.saml.model
├─ io.github.guocjsh.sso.saml.model.GSKSamlUserDetail.class - [JAR]
├─ io.github.guocjsh.sso.saml.model.GskSamlUser.class - [JAR]
io.github.guocjsh.sso.rest
├─ io.github.guocjsh.sso.rest.IssoService.class - [JAR]
io.github.guocjsh.sso.saml.util
├─ io.github.guocjsh.sso.saml.util.Base64Util.class - [JAR]
io.github.guocjsh.sso.saml.xstream
├─ io.github.guocjsh.sso.saml.xstream.XStreamInitializer.class - [JAR]