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 uPortal-soffit-core-5.15.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apereo.portal.soffit.service
├─ org.apereo.portal.soffit.service.AbstractJwtService.class - [JAR]
├─ org.apereo.portal.soffit.service.BearerService.class - [JAR]
├─ org.apereo.portal.soffit.service.DefinitionService.class - [JAR]
├─ org.apereo.portal.soffit.service.JwtClaims.class - [JAR]
├─ org.apereo.portal.soffit.service.JwtEncryptor.class - [JAR]
├─ org.apereo.portal.soffit.service.JwtSignatureAlgorithmFactory.class - [JAR]
├─ org.apereo.portal.soffit.service.PortalRequestService.class - [JAR]
├─ org.apereo.portal.soffit.service.PreferencesService.class - [JAR]
org.apereo.portal.soffit.model.v1_0
├─ org.apereo.portal.soffit.model.v1_0.AbstractTokenizable.class - [JAR]
├─ org.apereo.portal.soffit.model.v1_0.Bearer.class - [JAR]
├─ org.apereo.portal.soffit.model.v1_0.Definition.class - [JAR]
├─ org.apereo.portal.soffit.model.v1_0.PortalRequest.class - [JAR]
├─ org.apereo.portal.soffit.model.v1_0.Preferences.class - [JAR]
org.apereo.portal.soffit
├─ org.apereo.portal.soffit.Headers.class - [JAR]
├─ org.apereo.portal.soffit.ITokenizable.class - [JAR]