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 ms-auth-starter-0.2.5.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
tech.msop.auth.constants
├─ tech.msop.auth.constants.AuthoritiesEnum.class - [JAR]
├─ tech.msop.auth.constants.IdTokenClaimNames.class - [JAR]
├─ tech.msop.auth.constants.SecurityConstants.class - [JAR]
tech.msop.auth.properties
├─ tech.msop.auth.properties.AuthProperties.class - [JAR]
├─ tech.msop.auth.properties.MsSecurityProperties.class - [JAR]
├─ tech.msop.auth.properties.PermitProperties.class - [JAR]
├─ tech.msop.auth.properties.RenewProperties.class - [JAR]
├─ tech.msop.auth.properties.TokenStoreProperties.class - [JAR]
├─ tech.msop.auth.properties.UrlPermissionProperties.class - [JAR]
├─ tech.msop.auth.properties.ValidateCodeProperties.class - [JAR]
tech.msop.auth.utils
├─ tech.msop.auth.utils.JwtUtil.class - [JAR]
├─ tech.msop.auth.utils.LoginUserUtil.class - [JAR]
tech.msop.auth.converter
├─ tech.msop.auth.converter.CustomUserAuthenticationConverter.class - [JAR]
tech.msop.auth.context
├─ tech.msop.auth.context.LoginUserContextHolder.class - [JAR]
├─ tech.msop.auth.context.TenantContextHolder.class - [JAR]
tech.msop.auth.impl
├─ tech.msop.auth.impl.CustomBearerTokenExtractor.class - [JAR]
tech.msop.auth.config
├─ tech.msop.auth.config.AuthConfiguration.class - [JAR]
├─ tech.msop.auth.config.DefaultResourceServerConf.class - [JAR]
├─ tech.msop.auth.config.DefaultSecurityHandlerConfig.class - [JAR]
├─ tech.msop.auth.config.DefaultWebMvcConfig.class - [JAR]
tech.msop.auth.store
├─ tech.msop.auth.store.AuthDbTokenStore.class - [JAR]
├─ tech.msop.auth.store.AuthJwtTokenStore.class - [JAR]
├─ tech.msop.auth.store.AuthRedisTokenStore.class - [JAR]
├─ tech.msop.auth.store.CustomRedisTokenStore.class - [JAR]
├─ tech.msop.auth.store.ResJwtTokenStore.class - [JAR]
tech.msop.auth.token
├─ tech.msop.auth.token.CustomWebAuthenticationDetails.class - [JAR]
├─ tech.msop.auth.token.MobileAuthenticationToken.class - [JAR]
├─ tech.msop.auth.token.OpenIdAuthenticationToken.class - [JAR]
├─ tech.msop.auth.token.TenantUsernamePasswordAuthenticationToken.class - [JAR]
tech.msop.auth.exception
├─ tech.msop.auth.exception.SecureException.class - [JAR]
tech.msop.auth.annotation
├─ tech.msop.auth.annotation.LoginClient.class - [JAR]
├─ tech.msop.auth.annotation.LoginUser.class - [JAR]
tech.msop.auth.model
├─ tech.msop.auth.model.AuthInfo.class - [JAR]
├─ tech.msop.auth.model.MsUser.class - [JAR]
├─ tech.msop.auth.model.TokenInfo.class - [JAR]