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 spring-boot-client-starter-0.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.vauthenticator.springbootclientstarter.session.management
├─ com.vauthenticator.springbootclientstarter.session.management.OAuth2AuthorizationRequestResolverWithSessionState.class - [JAR]
├─ com.vauthenticator.springbootclientstarter.session.management.OIDCSessionManagementConfig.class - [JAR]
├─ com.vauthenticator.springbootclientstarter.session.management.SessionManagementIFrameController.class - [JAR]
com.vauthenticator.springbootclientstarter.user
├─ com.vauthenticator.springbootclientstarter.user.VAuthenticatorOidcUserService.class - [JAR]
├─ com.vauthenticator.springbootclientstarter.user.VAuthenticatorUserConfig.class - [JAR]
├─ com.vauthenticator.springbootclientstarter.user.VAuthenticatorUserNameResolver.class - [JAR]
com.vauthenticator.springbootclientstarter.filter
├─ com.vauthenticator.springbootclientstarter.filter.BearerTokenInterceptor.class - [JAR]
├─ com.vauthenticator.springbootclientstarter.filter.OAuth2RefreshableTokenResolver.class - [JAR]
├─ com.vauthenticator.springbootclientstarter.filter.OAuth2ResolverConfig.class - [JAR]
├─ com.vauthenticator.springbootclientstarter.filter.OAuth2TokenResolver.class - [JAR]
com.vauthenticator.springbootclientstarter.security
├─ com.vauthenticator.springbootclientstarter.security.RedisOAuth2AuthorizedClientService.class - [JAR]
com.vauthenticator.springbootclientstarter.logout
├─ com.vauthenticator.springbootclientstarter.logout.GlobalFrontChannelConfig.class - [JAR]
├─ com.vauthenticator.springbootclientstarter.logout.GlobalFrontChannelLogoutProvider.class - [JAR]
├─ com.vauthenticator.springbootclientstarter.logout.OIDCGlobalFrontChannelLogout.class - [JAR]