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 migoo-spring-boot-starter-security-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
xyz.migoo.framework.security.core
├─ xyz.migoo.framework.security.core.LoginUser.class - [JAR]
xyz.migoo.framework.security.core.service
├─ xyz.migoo.framework.security.core.service.LoginUserCacheService.class - [JAR]
├─ xyz.migoo.framework.security.core.service.SecurityAuthFrameworkService.class - [JAR]
├─ xyz.migoo.framework.security.core.service.SecurityPermissionFrameworkService.class - [JAR]
├─ xyz.migoo.framework.security.core.service.SecuritySessionAuthService.class - [JAR]
xyz.migoo.framework.security.core.annotations
├─ xyz.migoo.framework.security.core.annotations.CurrentUser.class - [JAR]
├─ xyz.migoo.framework.security.core.annotations.Token.class - [JAR]
xyz.migoo.framework.security.core.util
├─ xyz.migoo.framework.security.core.util.SecurityFrameworkUtils.class - [JAR]
xyz.migoo.framework.security.core.handler
├─ xyz.migoo.framework.security.core.handler.AccessDeniedHandlerImpl.class - [JAR]
├─ xyz.migoo.framework.security.core.handler.AuthenticationEntryPointImpl.class - [JAR]
├─ xyz.migoo.framework.security.core.handler.LogoutSuccessHandlerImpl.class - [JAR]
xyz.migoo.framework.security.core.resolver
├─ xyz.migoo.framework.security.core.resolver.CurrentUserMethodArgumentResolver.class - [JAR]
├─ xyz.migoo.framework.security.core.resolver.TokenMethodArgumentResolver.class - [JAR]
xyz.migoo.framework.security.config
├─ xyz.migoo.framework.security.config.MiGooSecurityAutoConfiguration.class - [JAR]
├─ xyz.migoo.framework.security.config.MiGooWebSecurityConfigurerAdapter.class - [JAR]
├─ xyz.migoo.framework.security.config.SecurityProperties.class - [JAR]
xyz.migoo.framework.security.core.filter
├─ xyz.migoo.framework.security.core.filter.JWTAuthenticationTokenFilter.class - [JAR]