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 james-server-jwt-3.8.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.james.jwt
├─ org.apache.james.jwt.CheckTokenClient.class - [JAR]
├─ org.apache.james.jwt.DefaultCheckTokenClient.class - [JAR]
├─ org.apache.james.jwt.DefaultPublicKeyProvider.class - [JAR]
├─ org.apache.james.jwt.JwksPublicKeyProvider.class - [JAR]
├─ org.apache.james.jwt.JwtConfiguration.class - [JAR]
├─ org.apache.james.jwt.JwtTokenVerifier.class - [JAR]
├─ org.apache.james.jwt.MissingOrInvalidKeyException.class - [JAR]
├─ org.apache.james.jwt.OidcJwtTokenVerifier.class - [JAR]
├─ org.apache.james.jwt.PublicKeyProvider.class - [JAR]
├─ org.apache.james.jwt.PublicKeyReader.class - [JAR]
org.apache.james.jwt.introspection
├─ org.apache.james.jwt.introspection.IntrospectionEndpoint.class - [JAR]
├─ org.apache.james.jwt.introspection.TokenIntrospectionException.class - [JAR]
├─ org.apache.james.jwt.introspection.TokenIntrospectionResponse.class - [JAR]
org.apache.james.jwt.userinfo
├─ org.apache.james.jwt.userinfo.UserInfoCheckException.class - [JAR]
├─ org.apache.james.jwt.userinfo.UserinfoResponse.class - [JAR]