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 openam-sdk-fixer-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.sun.identity.shared
├─ com.sun.identity.shared.OAuth2Constants.class - [JAR]
org.forgerock.openam.oauth2.model
├─ org.forgerock.openam.oauth2.model.AccessToken.class - [JAR]
├─ org.forgerock.openam.oauth2.model.AuthorizationCode.class - [JAR]
├─ org.forgerock.openam.oauth2.model.ClientApplication.class - [JAR]
├─ org.forgerock.openam.oauth2.model.RefreshToken.class - [JAR]
├─ org.forgerock.openam.oauth2.model.SessionClient.class - [JAR]
├─ org.forgerock.openam.oauth2.model.Token.class - [JAR]
org.xlcloud.iam.oauth2
├─ org.xlcloud.iam.oauth2.AccessTokenAttributesCollector.class - [JAR]