Sfoglia il codice sorgente

maxkey-authentications\maxkey-authentication-social -> maxkey-starter\maxkey-starter-social

MaxKey 6 mesi fa
parent
commit
d2516e6933
22 ha cambiato i file con 10 aggiunte e 11 eliminazioni
  1. 1 1
      maxkey-starter/maxkey-starter-social/build.gradle
  2. 0 0
      maxkey-starter/maxkey-starter-social/src/main/java/META-INF/MANIFEST.MF
  3. 0 0
      maxkey-starter/maxkey-starter-social/src/main/java/me/zhyd/oauth/config/AuthMxkDefaultSource.java
  4. 0 0
      maxkey-starter/maxkey-starter-social/src/main/java/me/zhyd/oauth/request/AuthFeishu2Request.java
  5. 0 0
      maxkey-starter/maxkey-starter-social/src/main/java/me/zhyd/oauth/request/AuthHuaweiWeLinkRequest.java
  6. 0 0
      maxkey-starter/maxkey-starter-social/src/main/java/me/zhyd/oauth/request/AuthMaxkeyRequest.java
  7. 0 0
      maxkey-starter/maxkey-starter-social/src/main/java/me/zhyd/oauth/request/AuthWeChatEnterpriseWebRequestCost.java
  8. 0 0
      maxkey-starter/maxkey-starter-social/src/main/java/me/zhyd/oauth/request/MaxkeyAuthDefaultSource.java
  9. 0 0
      maxkey-starter/maxkey-starter-social/src/main/java/me/zhyd/oauth/request/WeLinkAuthDefaultSource.java
  10. 0 0
      maxkey-starter/maxkey-starter-social/src/main/java/org/dromara/maxkey/authn/support/socialsignon/AbstractSocialSignOnEndpoint.java
  11. 0 0
      maxkey-starter/maxkey-starter-social/src/main/java/org/dromara/maxkey/authn/support/socialsignon/SocialSignOnEndpoint.java
  12. 0 0
      maxkey-starter/maxkey-starter-social/src/main/java/org/dromara/maxkey/authn/support/socialsignon/service/JdbcSocialsAssociateService.java
  13. 0 0
      maxkey-starter/maxkey-starter-social/src/main/java/org/dromara/maxkey/authn/support/socialsignon/service/SocialSignOnProviderService.java
  14. 0 0
      maxkey-starter/maxkey-starter-social/src/main/java/org/dromara/maxkey/authn/support/socialsignon/service/SocialsAssociateService.java
  15. 0 0
      maxkey-starter/maxkey-starter-social/src/main/java/org/dromara/maxkey/authn/support/socialsignon/token/RedisTokenStore.java
  16. 1 2
      maxkey-starter/maxkey-starter-social/src/main/java/org/dromara/maxkey/autoconfigure/SocialSignOnAutoConfiguration.java
  17. 0 0
      maxkey-starter/maxkey-starter-social/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
  18. 1 1
      maxkey-webs/maxkey-web-maxkey/build.gradle
  19. 2 2
      maxkey-webs/maxkey-web-maxkey/config/build_docker.gradle
  20. 2 2
      maxkey-webs/maxkey-web-maxkey/config/build_standard.gradle
  21. 2 2
      maxkey-webs/maxkey-web-maxkey/config/build_tradition.gradle
  22. 1 1
      settings.gradle

+ 1 - 1
maxkey-authentications/maxkey-authentication-social/build.gradle → maxkey-starter/maxkey-starter-social/build.gradle

@@ -1,5 +1,5 @@
 
-description = "maxkey-authentication-social"
+description = "maxkey-starter-social"
 
 
 dependencies {

+ 0 - 0
maxkey-authentications/maxkey-authentication-social/src/main/java/META-INF/MANIFEST.MF → maxkey-starter/maxkey-starter-social/src/main/java/META-INF/MANIFEST.MF


+ 0 - 0
maxkey-authentications/maxkey-authentication-social/src/main/java/me/zhyd/oauth/config/AuthMxkDefaultSource.java → maxkey-starter/maxkey-starter-social/src/main/java/me/zhyd/oauth/config/AuthMxkDefaultSource.java


+ 0 - 0
maxkey-authentications/maxkey-authentication-social/src/main/java/me/zhyd/oauth/request/AuthFeishu2Request.java → maxkey-starter/maxkey-starter-social/src/main/java/me/zhyd/oauth/request/AuthFeishu2Request.java


+ 0 - 0
maxkey-authentications/maxkey-authentication-social/src/main/java/me/zhyd/oauth/request/AuthHuaweiWeLinkRequest.java → maxkey-starter/maxkey-starter-social/src/main/java/me/zhyd/oauth/request/AuthHuaweiWeLinkRequest.java


+ 0 - 0
maxkey-authentications/maxkey-authentication-social/src/main/java/me/zhyd/oauth/request/AuthMaxkeyRequest.java → maxkey-starter/maxkey-starter-social/src/main/java/me/zhyd/oauth/request/AuthMaxkeyRequest.java


+ 0 - 0
maxkey-authentications/maxkey-authentication-social/src/main/java/me/zhyd/oauth/request/AuthWeChatEnterpriseWebRequestCost.java → maxkey-starter/maxkey-starter-social/src/main/java/me/zhyd/oauth/request/AuthWeChatEnterpriseWebRequestCost.java


+ 0 - 0
maxkey-authentications/maxkey-authentication-social/src/main/java/me/zhyd/oauth/request/MaxkeyAuthDefaultSource.java → maxkey-starter/maxkey-starter-social/src/main/java/me/zhyd/oauth/request/MaxkeyAuthDefaultSource.java


+ 0 - 0
maxkey-authentications/maxkey-authentication-social/src/main/java/me/zhyd/oauth/request/WeLinkAuthDefaultSource.java → maxkey-starter/maxkey-starter-social/src/main/java/me/zhyd/oauth/request/WeLinkAuthDefaultSource.java


+ 0 - 0
maxkey-authentications/maxkey-authentication-social/src/main/java/org/dromara/maxkey/authn/support/socialsignon/AbstractSocialSignOnEndpoint.java → maxkey-starter/maxkey-starter-social/src/main/java/org/dromara/maxkey/authn/support/socialsignon/AbstractSocialSignOnEndpoint.java


+ 0 - 0
maxkey-authentications/maxkey-authentication-social/src/main/java/org/dromara/maxkey/authn/support/socialsignon/SocialSignOnEndpoint.java → maxkey-starter/maxkey-starter-social/src/main/java/org/dromara/maxkey/authn/support/socialsignon/SocialSignOnEndpoint.java


+ 0 - 0
maxkey-authentications/maxkey-authentication-social/src/main/java/org/dromara/maxkey/authn/support/socialsignon/service/JdbcSocialsAssociateService.java → maxkey-starter/maxkey-starter-social/src/main/java/org/dromara/maxkey/authn/support/socialsignon/service/JdbcSocialsAssociateService.java


+ 0 - 0
maxkey-authentications/maxkey-authentication-social/src/main/java/org/dromara/maxkey/authn/support/socialsignon/service/SocialSignOnProviderService.java → maxkey-starter/maxkey-starter-social/src/main/java/org/dromara/maxkey/authn/support/socialsignon/service/SocialSignOnProviderService.java


+ 0 - 0
maxkey-authentications/maxkey-authentication-social/src/main/java/org/dromara/maxkey/authn/support/socialsignon/service/SocialsAssociateService.java → maxkey-starter/maxkey-starter-social/src/main/java/org/dromara/maxkey/authn/support/socialsignon/service/SocialsAssociateService.java


+ 0 - 0
maxkey-authentications/maxkey-authentication-social/src/main/java/org/dromara/maxkey/authn/support/socialsignon/token/RedisTokenStore.java → maxkey-starter/maxkey-starter-social/src/main/java/org/dromara/maxkey/authn/support/socialsignon/token/RedisTokenStore.java


+ 1 - 2
maxkey-authentications/maxkey-authentication-social/src/main/java/org/dromara/maxkey/autoconfigure/SocialSignOnAutoConfiguration.java → maxkey-starter/maxkey-starter-social/src/main/java/org/dromara/maxkey/autoconfigure/SocialSignOnAutoConfiguration.java

@@ -56,8 +56,7 @@ public class SocialSignOnAutoConfiguration{
     }
     
     @Bean(name = "socialsAssociateService")
-    JdbcSocialsAssociateService socialsAssociateService(
-                JdbcTemplate jdbcTemplate) {
+    JdbcSocialsAssociateService socialsAssociateService(JdbcTemplate jdbcTemplate) {
         JdbcSocialsAssociateService socialsAssociateService = new JdbcSocialsAssociateService(jdbcTemplate);
         _logger.debug("JdbcSocialsAssociateService inited.");
         return socialsAssociateService;

+ 0 - 0
maxkey-authentications/maxkey-authentication-social/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports → maxkey-starter/maxkey-starter-social/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports


+ 1 - 1
maxkey-webs/maxkey-web-maxkey/build.gradle

@@ -43,10 +43,10 @@ dependencies {
    	implementation project(":maxkey-starter:maxkey-starter-ip2location")
 	implementation project(":maxkey-starter:maxkey-starter-otp")
 	implementation project(":maxkey-starter:maxkey-starter-sms")
+	implementation project(":maxkey-starter:maxkey-starter-social")
 	implementation project(":maxkey-starter:maxkey-starter-web")
 	
    	implementation project(":maxkey-authentications:maxkey-authentication-core")
-   	implementation project(":maxkey-authentications:maxkey-authentication-social")
 	implementation project(":maxkey-authentications:maxkey-authentication-provider")
 
    	implementation project(":maxkey-protocols:maxkey-protocol-authorize")

+ 2 - 2
maxkey-webs/maxkey-web-maxkey/config/build_docker.gradle

@@ -57,11 +57,11 @@ dependencies {
    	implementation project(":maxkey-starter:maxkey-starter-ip2location")
 	implementation project(":maxkey-starter:maxkey-starter-otp")
 	implementation project(":maxkey-starter:maxkey-starter-sms")
+	implementation project(":maxkey-starter:maxkey-starter-social")
 	implementation project(":maxkey-starter:maxkey-starter-web")
 	
    	implementation project(":maxkey-authentications:maxkey-authentication-core")
-   	implementation project(":maxkey-authentications:maxkey-authentication-social")
-	implementation project(":maxkey-authentications:maxkey-authentication-provider")
+   	implementation project(":maxkey-authentications:maxkey-authentication-provider")
 
    	implementation project(":maxkey-protocols:maxkey-protocol-authorize")
    	implementation project(":maxkey-protocols:maxkey-protocol-cas")

+ 2 - 2
maxkey-webs/maxkey-web-maxkey/config/build_standard.gradle

@@ -43,11 +43,11 @@ dependencies {
    	implementation project(":maxkey-starter:maxkey-starter-ip2location")
 	implementation project(":maxkey-starter:maxkey-starter-otp")
 	implementation project(":maxkey-starter:maxkey-starter-sms")
+	implementation project(":maxkey-starter:maxkey-starter-social")
 	implementation project(":maxkey-starter:maxkey-starter-web")
 	
    	implementation project(":maxkey-authentications:maxkey-authentication-core")
-   	implementation project(":maxkey-authentications:maxkey-authentication-social")
-	implementation project(":maxkey-authentications:maxkey-authentication-provider")
+   	implementation project(":maxkey-authentications:maxkey-authentication-provider")
 
    	implementation project(":maxkey-protocols:maxkey-protocol-authorize")
    	implementation project(":maxkey-protocols:maxkey-protocol-cas")

+ 2 - 2
maxkey-webs/maxkey-web-maxkey/config/build_tradition.gradle

@@ -12,11 +12,11 @@ dependencies {
    	implementation project(":maxkey-starter:maxkey-starter-ip2location")
 	implementation project(":maxkey-starter:maxkey-starter-otp")
 	implementation project(":maxkey-starter:maxkey-starter-sms")
+	implementation project(":maxkey-starter:maxkey-starter-social")
 	implementation project(":maxkey-starter:maxkey-starter-web")
 	
    	implementation project(":maxkey-authentications:maxkey-authentication-core")
-   	implementation project(":maxkey-authentications:maxkey-authentication-social")
-	implementation project(":maxkey-authentications:maxkey-authentication-provider")
+   	implementation project(":maxkey-authentications:maxkey-authentication-provider")
 
    	implementation project(":maxkey-protocols:maxkey-protocol-authorize")
    	implementation project(":maxkey-protocols:maxkey-protocol-cas")

+ 1 - 1
settings.gradle

@@ -30,12 +30,12 @@ include ('maxkey-starter:maxkey-starter-captcha')
 include ('maxkey-starter:maxkey-starter-ip2location')
 include ('maxkey-starter:maxkey-starter-otp')
 include ('maxkey-starter:maxkey-starter-sms')
+include ('maxkey-starter:maxkey-starter-social')
 include ('maxkey-starter:maxkey-starter-web')
 
 //authentications
 include ('maxkey-authentications:maxkey-authentication-core')
 include ('maxkey-authentications:maxkey-authentication-provider')
-include ('maxkey-authentications:maxkey-authentication-social')
 
 //rest apis
 include ('maxkey-web-apis:maxkey-web-api-rest')