jar

com.github.shijingsh : xs-oauth

Maven & Gradle

Feb 07, 2023
2 usages
9 stars
Table Of Contents

Latest Version

Download com.github.shijingsh : xs-oauth JAR file - Latest Versions:

All Versions

Download com.github.shijingsh : xs-oauth JAR file - All Versions:

Version Vulnerabilities Size Updated
1.6.x
1.5.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window xs-oauth-1.6.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.xiushang.security.authentication.wechat

├─ com.xiushang.security.authentication.wechat.WechatAuthenticationProvider.class - [JAR]

├─ com.xiushang.security.authentication.wechat.WechatAuthenticationToken.class - [JAR]

com.xiushang.security.filter

├─ com.xiushang.security.filter.CORSFilter.class - [JAR]

├─ com.xiushang.security.filter.CustomClientCredentialsTokenEndpointFilter.class - [JAR]

├─ com.xiushang.security.filter.CustomUsernamePasswordAuthenticationFilter.class - [JAR]

├─ com.xiushang.security.filter.UrlFilterInvocationSecurityMetadataSource.class - [JAR]

com.xiushang.config

├─ com.xiushang.config.JWTIgnoreUrlsConfig.class - [JAR]

├─ com.xiushang.config.ThreadConfig.class - [JAR]

com.xiushang.security.config

├─ com.xiushang.security.config.OAuth2ServerConfig.class - [JAR]

├─ com.xiushang.security.config.OAuth2UrlConfig.class - [JAR]

├─ com.xiushang.security.config.WebSecurityConfig.class - [JAR]

com.xiushang.service.impl

├─ com.xiushang.service.impl.UserDetailsServiceImpl.class - [JAR]

com.xiushang.security.hadler

├─ com.xiushang.security.hadler.CustomAuthenticationEntryPoint.class - [JAR]

├─ com.xiushang.security.hadler.MyAuthenticationSuccessHandler.class - [JAR]

├─ com.xiushang.security.hadler.ResourceAccessDeniedHandler.class - [JAR]

├─ com.xiushang.security.hadler.ResourceExceptionEntryPoint.class - [JAR]

├─ com.xiushang.security.hadler.SecurityAccessDeniedHandler.class - [JAR]

├─ com.xiushang.security.hadler.SecurityAuthenticationEntryPoint.class - [JAR]

├─ com.xiushang.security.hadler.SecurityLoginFailureHandler.class - [JAR]

├─ com.xiushang.security.hadler.SecurityLoginSuccessHandler.class - [JAR]

├─ com.xiushang.security.hadler.SecurityLogoutSuccessHandler.class - [JAR]

com.xiushang.security.authentication.mobile

├─ com.xiushang.security.authentication.mobile.SmsCodeAuthenticationProvider.class - [JAR]

├─ com.xiushang.security.authentication.mobile.SmsCodeAuthenticationToken.class - [JAR]

com.xiushang.security.granter

├─ com.xiushang.security.granter.CaptchaTokenGranter.class - [JAR]

├─ com.xiushang.security.granter.CustomAuthorizationCodeTokenGranter.class - [JAR]

├─ com.xiushang.security.granter.CustomClientCredentialsTokenGranter.class - [JAR]

├─ com.xiushang.security.granter.CustomImplicitTokenGranter.class - [JAR]

├─ com.xiushang.security.granter.SmsCodeTokenGranter.class - [JAR]

├─ com.xiushang.security.granter.SocialTokenGranter.class - [JAR]

├─ com.xiushang.security.granter.WechatTokenGranter.class - [JAR]

com.xiushang.security.authentication

├─ com.xiushang.security.authentication.BaseAuthenticationToken.class - [JAR]

├─ com.xiushang.security.authentication.TenantProvider.class - [JAR]

com.xiushang.security.authentication.social

├─ com.xiushang.security.authentication.social.SocialAuthenticationProvider.class - [JAR]

├─ com.xiushang.security.authentication.social.SocialAuthenticationToken.class - [JAR]

com.xiushang.security.token

├─ com.xiushang.security.token.CustomTokenEnhancer.class - [JAR]

├─ com.xiushang.security.token.CustomTokenExtractor.class - [JAR]

├─ com.xiushang.security.token.CustomUserAuthenticationConverter.class - [JAR]

com.xiushang.security.manager

├─ com.xiushang.security.manager.UrlAccessDecisionManager.class - [JAR]

com.xiushang.security.vo

├─ com.xiushang.security.vo.AESGetPhoneNumber.class - [JAR]

com.xiushang.security.authentication.username

├─ com.xiushang.security.authentication.username.UserNameAuthenticationProvider.class - [JAR]

com.xiushang.security.exception

├─ com.xiushang.security.exception.TokenException.class - [JAR]

├─ com.xiushang.security.exception.ValidateException.class - [JAR]

com.xiushang.common.service

├─ com.xiushang.common.service.OauthClientDetailsService.class - [JAR]

├─ com.xiushang.common.service.OauthClientWhiteListService.class - [JAR]

com.xiushang.security.authentication.client

├─ com.xiushang.security.authentication.client.ClientAuthenticationProvider.class - [JAR]

├─ com.xiushang.security.authentication.client.ClientAuthenticationToken.class - [JAR]

Advertisement