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 auth-common-2.1-RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.ohadr.authentication.token
├─ com.ohadr.authentication.token.OAuth2TokenServices.class - [JAR]
├─ com.ohadr.authentication.token.SignedTokenGenerator.class - [JAR]
├─ com.ohadr.authentication.token.TrivialUsernameTranslationService.class - [JAR]
com.ohadr.authentication.oauth2
├─ com.ohadr.authentication.oauth2.AutomaticUserApprovalHandler.class - [JAR]
com.ohadr.authentication.config
├─ com.ohadr.authentication.config.AuthProperties.class - [JAR]
com.ohadr.authentication.token.interfaces
├─ com.ohadr.authentication.token.interfaces.UsernameTranslationService.class - [JAR]
com.ohadr.authentication.utils
├─ com.ohadr.authentication.utils.OAuthUtils.class - [JAR]
├─ com.ohadr.authentication.utils.XSSValidator.class - [JAR]