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 jwt-ssors-1.0.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.magrifle.jwt.ssors.provider
├─ io.github.magrifle.jwt.ssors.provider.MagrifleJwtTokenProvider.class - [JAR]
io.github.magrifle.jwt.ssors.annotation
├─ io.github.magrifle.jwt.ssors.annotation.CurrentUser.class - [JAR]
io.github.magrifle.jwt.ssors.autoconfigure
├─ io.github.magrifle.jwt.ssors.autoconfigure.MagrifleResourceServerConfigurer.class - [JAR]
├─ io.github.magrifle.jwt.ssors.autoconfigure.MagrifleResourceServerProperties.class - [JAR]
├─ io.github.magrifle.jwt.ssors.autoconfigure.MagrifleSecurityConfiguration.class - [JAR]
├─ io.github.magrifle.jwt.ssors.autoconfigure.RedisConfiguration.class - [JAR]
io.github.magrifle.jwt.ssors.filter
├─ io.github.magrifle.jwt.ssors.filter.MagrifleJwtTokenFilter.class - [JAR]
io.github.magrifle.jwt.ssors.exception
├─ io.github.magrifle.jwt.ssors.exception.InvalidJwtAuthenticationException.class - [JAR]
io.github.magrifle.jwt.ssors.dto
├─ io.github.magrifle.jwt.ssors.dto.AuthenticatedUser.class - [JAR]
├─ io.github.magrifle.jwt.ssors.dto.ErrorResponse.class - [JAR]
io.github.magrifle.jwt.ssors.service
├─ io.github.magrifle.jwt.ssors.service.LoggedOutTokenService.class - [JAR]