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 jdevelops-authentication-sas-server-2.0.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.jdevelops.authentication.sas.server.oauth.model.oidc
├─ cn.jdevelops.authentication.sas.server.oauth.model.oidc.CustomOidcConverter.class - [JAR]
├─ cn.jdevelops.authentication.sas.server.oauth.model.oidc.CustomOidcProvider.class - [JAR]
├─ cn.jdevelops.authentication.sas.server.oauth.model.oidc.CustomOidcToken.class - [JAR]
├─ cn.jdevelops.authentication.sas.server.oauth.model.oidc.CustomOidcUserInfo.class - [JAR]
├─ cn.jdevelops.authentication.sas.server.oauth.model.oidc.CustomOidcUserInfoService.class - [JAR]
cn.jdevelops.authentication.sas.server.controller.dto
├─ cn.jdevelops.authentication.sas.server.controller.dto.AuthorizationConsentPage.class - [JAR]
├─ cn.jdevelops.authentication.sas.server.controller.dto.AuthorizationPage.class - [JAR]
├─ cn.jdevelops.authentication.sas.server.controller.dto.ClientEditScopes.class - [JAR]
├─ cn.jdevelops.authentication.sas.server.controller.dto.ClientEditSecretExpiresAt.class - [JAR]
├─ cn.jdevelops.authentication.sas.server.controller.dto.ClientPage.class - [JAR]
├─ cn.jdevelops.authentication.sas.server.controller.dto.ClientRegistered.class - [JAR]
cn.jdevelops.authentication.sas.server.user.entity
├─ cn.jdevelops.authentication.sas.server.user.entity.AuthenticationAccount.class - [JAR]
cn.jdevelops.authentication.sas.server.core.config
├─ cn.jdevelops.authentication.sas.server.core.config.AuthorizationServerConfig.class - [JAR]
├─ cn.jdevelops.authentication.sas.server.core.config.DefaultSecurityConfig.class - [JAR]
├─ cn.jdevelops.authentication.sas.server.core.config.ImportConfig.class - [JAR]
├─ cn.jdevelops.authentication.sas.server.core.config.SasProperties.class - [JAR]
cn.jdevelops.authentication.sas.server.core.entity
├─ cn.jdevelops.authentication.sas.server.core.entity.SasAuthorizeHttpRequests.class - [JAR]
├─ cn.jdevelops.authentication.sas.server.core.entity.SasTokenSettings.class - [JAR]
cn.jdevelops.authentication.sas.server.oauth.model.mobile
├─ cn.jdevelops.authentication.sas.server.oauth.model.mobile.MobileConverter.class - [JAR]
├─ cn.jdevelops.authentication.sas.server.oauth.model.mobile.MobileProvider.class - [JAR]
├─ cn.jdevelops.authentication.sas.server.oauth.model.mobile.MobileToken.class - [JAR]
cn.jdevelops.authentication.sas.server.oauth.model.password
├─ cn.jdevelops.authentication.sas.server.oauth.model.password.PasswordConverter.class - [JAR]
├─ cn.jdevelops.authentication.sas.server.oauth.model.password.PasswordProvider.class - [JAR]
├─ cn.jdevelops.authentication.sas.server.oauth.model.password.PasswordToken.class - [JAR]
cn.jdevelops.authentication.sas.server.controller
├─ cn.jdevelops.authentication.sas.server.controller.AuthorizationController.class - [JAR]
├─ cn.jdevelops.authentication.sas.server.controller.ClientController.class - [JAR]
├─ cn.jdevelops.authentication.sas.server.controller.PageController.class - [JAR]
cn.jdevelops.authentication.sas.server.user.service
├─ cn.jdevelops.authentication.sas.server.user.service.AuthenticationService.class - [JAR]
├─ cn.jdevelops.authentication.sas.server.user.service.JUserDetailsService.class - [JAR]
cn.jdevelops.authentication.sas.server.oauth.constant
├─ cn.jdevelops.authentication.sas.server.oauth.constant.OAuth2Constant.class - [JAR]
├─ cn.jdevelops.authentication.sas.server.oauth.constant.OAuth2Model.class - [JAR]
cn.jdevelops.authentication.sas.server.jose
├─ cn.jdevelops.authentication.sas.server.jose.Jwks.class - [JAR]
├─ cn.jdevelops.authentication.sas.server.jose.KeyGeneratorUtils.class - [JAR]
cn.jdevelops.authentication.sas.server.oauth.entity.key
├─ cn.jdevelops.authentication.sas.server.oauth.entity.key.Oauth2AuthorizationConsentUPK.class - [JAR]
cn.jdevelops.authentication.sas.server.controller.specification
├─ cn.jdevelops.authentication.sas.server.controller.specification.AuthorizationConsentSpecification.class - [JAR]
├─ cn.jdevelops.authentication.sas.server.controller.specification.AuthorizationSpecification.class - [JAR]
├─ cn.jdevelops.authentication.sas.server.controller.specification.ClientSpecification.class - [JAR]
cn.jdevelops.authentication.sas.server.util
├─ cn.jdevelops.authentication.sas.server.util.PageUtil.class - [JAR]
cn.jdevelops.authentication.sas.server.oauth.entity
├─ cn.jdevelops.authentication.sas.server.oauth.entity.Oauth2Authorization.class - [JAR]
├─ cn.jdevelops.authentication.sas.server.oauth.entity.Oauth2AuthorizationConsent.class - [JAR]
├─ cn.jdevelops.authentication.sas.server.oauth.entity.Oauth2RegisteredClient.class - [JAR]
cn.jdevelops.authentication.sas.server.user.service.impl
├─ cn.jdevelops.authentication.sas.server.user.service.impl.UserDetailsServiceImpl.class - [JAR]
cn.jdevelops.authentication.sas.server.oauth.dao
├─ cn.jdevelops.authentication.sas.server.oauth.dao.Oauth2AuthorizationConsentDao.class - [JAR]
├─ cn.jdevelops.authentication.sas.server.oauth.dao.Oauth2AuthorizationDao.class - [JAR]
├─ cn.jdevelops.authentication.sas.server.oauth.dao.Oauth2RegisteredClientDao.class - [JAR]