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 trellis-oauth-0.16.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.trellisldp.oauth
├─ org.trellisldp.oauth.Authenticator.class - [JAR]
├─ org.trellisldp.oauth.FederatedJwtAuthenticator.class - [JAR]
├─ org.trellisldp.oauth.JwksAuthenticator.class - [JAR]
├─ org.trellisldp.oauth.JwtAuthenticator.class - [JAR]
├─ org.trellisldp.oauth.NullAuthenticator.class - [JAR]
├─ org.trellisldp.oauth.OAuthFilter.class - [JAR]
├─ org.trellisldp.oauth.OAuthPrincipal.class - [JAR]
├─ org.trellisldp.oauth.OAuthUtils.class - [JAR]