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