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 octopus-se-standalone-0.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
be.atbash.ee.security.octopus.authc
├─ be.atbash.ee.security.octopus.authc.OfflineAuthenticationInfoProvider.class - [JAR]
be.atbash.ee.security.octopus.token
├─ be.atbash.ee.security.octopus.token.LocalSecretFactory.class - [JAR]
├─ be.atbash.ee.security.octopus.token.OfflineToken.class - [JAR]
├─ be.atbash.ee.security.octopus.token.OfflineTokenParser.class - [JAR]
be.atbash.ee.security.octopus.authz
├─ be.atbash.ee.security.octopus.authz.OfflineTokenAuthorizationProvider.class - [JAR]