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 appverse-web-modules-backend-security-oauth2-2.0.0-RC10.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.appverse.web.framework.backend.security.oauth2.authserver.configuration.jdbcstore
├─ org.appverse.web.framework.backend.security.oauth2.authserver.configuration.jdbcstore.AuthorizationServerWithJDBCStoreConfigurerAdapter.class - [JAR]
org.appverse.web.framework.backend.security.oauth2.resourceserver.configuration.jwtstore
├─ org.appverse.web.framework.backend.security.oauth2.resourceserver.configuration.jwtstore.ResourceServerWithJWTStoreConfigurerAdapter.class - [JAR]
org.appverse.web.framework.backend.security.oauth2.authserver.configuration.jwtstore
├─ org.appverse.web.framework.backend.security.oauth2.authserver.configuration.jwtstore.AuthorizationServerWithJWTStoreConfigurerAdapter.class - [JAR]
org.appverse.web.framework.backend.security.oauth2.authserver.autoconfigure
├─ org.appverse.web.framework.backend.security.oauth2.authserver.autoconfigure.OAuth2ServerAutoConfiguration.class - [JAR]
org.appverse.web.framework.backend.security.oauth2.authserver.configuration.inmemory
├─ org.appverse.web.framework.backend.security.oauth2.authserver.configuration.inmemory.AuthorizationServerInMemoryStoreConfigurerAdapter.class - [JAR]
org.appverse.web.framework.backend.security.oauth2.resourceserver.configuration
├─ org.appverse.web.framework.backend.security.oauth2.resourceserver.configuration.ResourceServerStoreConfigurerAdapter.class - [JAR]
org.appverse.web.framework.backend.security.oauth2.authserver.configuration
├─ org.appverse.web.framework.backend.security.oauth2.authserver.configuration.UserNamePasswordAuthenticationForAuthorizeEndPointConfiguration.class - [JAR]
org.appverse.web.framework.backend.security.oauth2.authserver.token.enhancers
├─ org.appverse.web.framework.backend.security.oauth2.authserver.token.enhancers.PrincipalCredentialsTokenEnhancer.class - [JAR]
org.appverse.web.framework.backend.security.oauth2.resourceserver.handlers
├─ org.appverse.web.framework.backend.security.oauth2.resourceserver.handlers.OAuth2LogoutHandler.class - [JAR]