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 dept44-starter-authorization-2.1.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
se.sundsvall.dept44.authorization.util
├─ se.sundsvall.dept44.authorization.util.JwtTokenUtil.class - [JAR]
se.sundsvall.dept44.authorization
├─ se.sundsvall.dept44.authorization.EnableJwtAuthorization.class - [JAR]
├─ se.sundsvall.dept44.authorization.JwtAuthorizationExtractionFilter.class - [JAR]
se.sundsvall.dept44.authorization.model
├─ se.sundsvall.dept44.authorization.model.GenericGrantedAuthority.class - [JAR]
├─ se.sundsvall.dept44.authorization.model.User.class - [JAR]
├─ se.sundsvall.dept44.authorization.model.UsernameAuthenticationToken.class - [JAR]
se.sundsvall.dept44.authorization.configuration
├─ se.sundsvall.dept44.authorization.configuration.JwtAuthorizationProperties.class - [JAR]
├─ se.sundsvall.dept44.authorization.configuration.PrePostMethodSecurityConfiguration.class - [JAR]
├─ se.sundsvall.dept44.authorization.configuration.UnauthorizedExceptionHandlerConfiguration.class - [JAR]