Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
fixes #373 update service.yml to remove reference to AESDecryptor
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehu committed Apr 1, 2023
1 parent ef53212 commit f9ab2b0
Show file tree
Hide file tree
Showing 45 changed files with 0 additions and 135 deletions.
3 changes: 0 additions & 3 deletions authorize/src/test/resources/config/service.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Singleton service factory configuration/IoC injection
singletons:
# Default decryptor implementation
- com.networknt.utility.Decryptor:
- com.networknt.decrypt.AESDecryptor
# HandlerProvider implementation
- com.networknt.handler.HandlerProvider:
- com.networknt.oauth.authorize.PathHandlerProvider
Expand Down
3 changes: 0 additions & 3 deletions client/src/test/resources/config/service.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Singleton service factory configuration/IoC injection
singletons:
# Default decryptor implementation
- com.networknt.utility.Decryptor:
- com.networknt.decrypt.AESDecryptor
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
- com.networknt.server.StartupHookProvider:
- com.networknt.oauth.cache.CacheStartupHookProvider
Expand Down
3 changes: 0 additions & 3 deletions code/src/test/resources/config/service.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Singleton service factory configuration/IoC injection
singletons:
# Default decryptor implementation
- com.networknt.utility.Decryptor:
- com.networknt.decrypt.AESDecryptor
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
- com.networknt.server.StartupHookProvider:
- com.networknt.oauth.cache.CacheStartupHookProvider
Expand Down
3 changes: 0 additions & 3 deletions db/mariadb/config/oauth2-client/service.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Singleton service factory configuration/IoC injection
singletons:
# Default decryptor implementation
- com.networknt.utility.Decryptor:
- com.networknt.decrypt.AESDecryptor
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
- com.networknt.server.StartupHookProvider:
- com.networknt.oauth.cache.CacheStartupHookProvider
Expand Down
3 changes: 0 additions & 3 deletions db/mariadb/config/oauth2-code/service.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Singleton service factory configuration/IoC injection
singletons:
# Default decryptor implementation
- com.networknt.utility.Decryptor:
- com.networknt.decrypt.AESDecryptor
# HandlerProvider implementation
- com.networknt.handler.HandlerProvider:
- com.networknt.oauth.code.PathHandlerProvider
Expand Down
3 changes: 0 additions & 3 deletions db/mariadb/config/oauth2-key/service.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Singleton service factory configuration/IoC injection
singletons:
# Default decryptor implementation
- com.networknt.utility.Decryptor:
- com.networknt.decrypt.AESDecryptor
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
- com.networknt.server.StartupHookProvider:
- com.networknt.oauth.cache.CacheStartupHookProvider
Expand Down
3 changes: 0 additions & 3 deletions db/mariadb/config/oauth2-refresh-token/service.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Singleton service factory configuration/IoC injection
singletons:
# Default decryptor implementation
- com.networknt.utility.Decryptor:
- com.networknt.decrypt.AESDecryptor
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
- com.networknt.server.StartupHookProvider:
- com.networknt.oauth.cache.CacheStartupHookProvider
Expand Down
3 changes: 0 additions & 3 deletions db/mariadb/config/oauth2-service/service.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Singleton service factory configuration/IoC injection
singletons:
# Default decryptor implementation
- com.networknt.utility.Decryptor:
- com.networknt.decrypt.AESDecryptor
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
- com.networknt.server.StartupHookProvider:
- com.networknt.oauth.cache.CacheStartupHookProvider
Expand Down
3 changes: 0 additions & 3 deletions db/mariadb/config/oauth2-token/service.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Singleton service factory configuration/IoC injection
singletons:
# Default decryptor implementation
- com.networknt.utility.Decryptor:
- com.networknt.decrypt.AESDecryptor
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
- com.networknt.server.StartupHookProvider:
- com.networknt.oauth.cache.CacheStartupHookProvider
Expand Down
3 changes: 0 additions & 3 deletions db/mariadb/config/oauth2-user/service.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Singleton service factory configuration/IoC injection
singletons:
# Default decryptor implementation
- com.networknt.utility.Decryptor:
- com.networknt.decrypt.AESDecryptor
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
- com.networknt.server.StartupHookProvider:
- com.networknt.oauth.cache.CacheStartupHookProvider
Expand Down
3 changes: 0 additions & 3 deletions db/mysql/config/oauth2-client/service.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Singleton service factory configuration/IoC injection
singletons:
# Default decryptor implementation
- com.networknt.utility.Decryptor:
- com.networknt.decrypt.AESDecryptor
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
- com.networknt.server.StartupHookProvider:
- com.networknt.oauth.cache.CacheStartupHookProvider
Expand Down
3 changes: 0 additions & 3 deletions db/mysql/config/oauth2-code/service.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Singleton service factory configuration/IoC injection
singletons:
# Default decryptor implementation
- com.networknt.utility.Decryptor:
- com.networknt.decrypt.AESDecryptor
# HandlerProvider implementation
- com.networknt.handler.HandlerProvider:
- com.networknt.oauth.code.PathHandlerProvider
Expand Down
3 changes: 0 additions & 3 deletions db/mysql/config/oauth2-key/service.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Singleton service factory configuration/IoC injection
singletons:
# Default decryptor implementation
- com.networknt.utility.Decryptor:
- com.networknt.decrypt.AESDecryptor
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
- com.networknt.server.StartupHookProvider:
- com.networknt.oauth.cache.CacheStartupHookProvider
Expand Down
3 changes: 0 additions & 3 deletions db/mysql/config/oauth2-refresh-token/service.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Singleton service factory configuration/IoC injection
singletons:
# Default decryptor implementation
- com.networknt.utility.Decryptor:
- com.networknt.decrypt.AESDecryptor
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
- com.networknt.server.StartupHookProvider:
- com.networknt.oauth.cache.CacheStartupHookProvider
Expand Down
3 changes: 0 additions & 3 deletions db/mysql/config/oauth2-service/service.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Singleton service factory configuration/IoC injection
singletons:
# Default decryptor implementation
- com.networknt.utility.Decryptor:
- com.networknt.decrypt.AESDecryptor
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
- com.networknt.server.StartupHookProvider:
- com.networknt.oauth.cache.CacheStartupHookProvider
Expand Down
3 changes: 0 additions & 3 deletions db/mysql/config/oauth2-token/service.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Singleton service factory configuration/IoC injection
singletons:
# Default decryptor implementation
- com.networknt.utility.Decryptor:
- com.networknt.decrypt.AESDecryptor
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
- com.networknt.server.StartupHookProvider:
- com.networknt.oauth.cache.CacheStartupHookProvider
Expand Down
3 changes: 0 additions & 3 deletions db/mysql/config/oauth2-user/service.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Singleton service factory configuration/IoC injection
singletons:
# Default decryptor implementation
- com.networknt.utility.Decryptor:
- com.networknt.decrypt.AESDecryptor
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
- com.networknt.server.StartupHookProvider:
- com.networknt.oauth.cache.CacheStartupHookProvider
Expand Down
3 changes: 0 additions & 3 deletions db/oracle/config/oauth2-client/service.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Singleton service factory configuration/IoC injection
singletons:
# Default decryptor implementation
- com.networknt.utility.Decryptor:
- com.networknt.decrypt.AESDecryptor
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
- com.networknt.server.StartupHookProvider:
- com.networknt.oauth.cache.CacheStartupHookProvider
Expand Down
3 changes: 0 additions & 3 deletions db/oracle/config/oauth2-code/service.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Singleton service factory configuration/IoC injection
singletons:
# Default decryptor implementation
- com.networknt.utility.Decryptor:
- com.networknt.decrypt.AESDecryptor
# HandlerProvider implementation
- com.networknt.handler.HandlerProvider:
- com.networknt.oauth.code.PathHandlerProvider
Expand Down
3 changes: 0 additions & 3 deletions db/oracle/config/oauth2-key/service.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Singleton service factory configuration/IoC injection
singletons:
# Default decryptor implementation
- com.networknt.utility.Decryptor:
- com.networknt.decrypt.AESDecryptor
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
- com.networknt.server.StartupHookProvider:
- com.networknt.oauth.cache.CacheStartupHookProvider
Expand Down
3 changes: 0 additions & 3 deletions db/oracle/config/oauth2-refresh-token/service.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Singleton service factory configuration/IoC injection
singletons:
# Default decryptor implementation
- com.networknt.utility.Decryptor:
- com.networknt.decrypt.AESDecryptor
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
- com.networknt.server.StartupHookProvider:
- com.networknt.oauth.cache.CacheStartupHookProvider
Expand Down
3 changes: 0 additions & 3 deletions db/oracle/config/oauth2-service/service.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Singleton service factory configuration/IoC injection
singletons:
# Default decryptor implementation
- com.networknt.utility.Decryptor:
- com.networknt.decrypt.AESDecryptor
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
- com.networknt.server.StartupHookProvider:
- com.networknt.oauth.cache.CacheStartupHookProvider
Expand Down
3 changes: 0 additions & 3 deletions db/oracle/config/oauth2-token/service.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Singleton service factory configuration/IoC injection
singletons:
# Default decryptor implementation
- com.networknt.utility.Decryptor:
- com.networknt.decrypt.AESDecryptor
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
- com.networknt.server.StartupHookProvider:
- com.networknt.oauth.cache.CacheStartupHookProvider
Expand Down
3 changes: 0 additions & 3 deletions db/oracle/config/oauth2-user/service.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Singleton service factory configuration/IoC injection
singletons:
# Default decryptor implementation
- com.networknt.utility.Decryptor:
- com.networknt.decrypt.AESDecryptor
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
- com.networknt.server.StartupHookProvider:
- com.networknt.oauth.cache.CacheStartupHookProvider
Expand Down
3 changes: 0 additions & 3 deletions db/postgres/config/oauth2-client/service.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Singleton service factory configuration/IoC injection
singletons:
# Default decryptor implementation
- com.networknt.utility.Decryptor:
- com.networknt.decrypt.AESDecryptor
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
- com.networknt.server.StartupHookProvider:
- com.networknt.oauth.cache.CacheStartupHookProvider
Expand Down
3 changes: 0 additions & 3 deletions db/postgres/config/oauth2-code/service.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Singleton service factory configuration/IoC injection
singletons:
# Default decryptor implementation
- com.networknt.utility.Decryptor:
- com.networknt.decrypt.AESDecryptor
# HandlerProvider implementation
- com.networknt.handler.HandlerProvider:
- com.networknt.oauth.code.PathHandlerProvider
Expand Down
3 changes: 0 additions & 3 deletions db/postgres/config/oauth2-key/service.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Singleton service factory configuration/IoC injection
singletons:
# Default decryptor implementation
- com.networknt.utility.Decryptor:
- com.networknt.decrypt.AESDecryptor
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
- com.networknt.server.StartupHookProvider:
- com.networknt.oauth.cache.CacheStartupHookProvider
Expand Down
3 changes: 0 additions & 3 deletions db/postgres/config/oauth2-refresh-token/service.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Singleton service factory configuration/IoC injection
singletons:
# Default decryptor implementation
- com.networknt.utility.Decryptor:
- com.networknt.decrypt.AESDecryptor
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
- com.networknt.server.StartupHookProvider:
- com.networknt.oauth.cache.CacheStartupHookProvider
Expand Down
3 changes: 0 additions & 3 deletions db/postgres/config/oauth2-service/service.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Singleton service factory configuration/IoC injection
singletons:
# Default decryptor implementation
- com.networknt.utility.Decryptor:
- com.networknt.decrypt.AESDecryptor
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
- com.networknt.server.StartupHookProvider:
- com.networknt.oauth.cache.CacheStartupHookProvider
Expand Down
3 changes: 0 additions & 3 deletions db/postgres/config/oauth2-token/service.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Singleton service factory configuration/IoC injection
singletons:
# Default decryptor implementation
- com.networknt.utility.Decryptor:
- com.networknt.decrypt.AESDecryptor
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
- com.networknt.server.StartupHookProvider:
- com.networknt.oauth.cache.CacheStartupHookProvider
Expand Down
3 changes: 0 additions & 3 deletions db/postgres/config/oauth2-user/service.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Singleton service factory configuration/IoC injection
singletons:
# Default decryptor implementation
- com.networknt.utility.Decryptor:
- com.networknt.decrypt.AESDecryptor
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
- com.networknt.server.StartupHookProvider:
- com.networknt.oauth.cache.CacheStartupHookProvider
Expand Down
3 changes: 0 additions & 3 deletions db/sqlserver/config/oauth2-client/service.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Singleton service factory configuration/IoC injection
singletons:
# Default decryptor implementation
- com.networknt.utility.Decryptor:
- com.networknt.decrypt.AESDecryptor
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
- com.networknt.server.StartupHookProvider:
- com.networknt.oauth.cache.CacheStartupHookProvider
Expand Down
3 changes: 0 additions & 3 deletions db/sqlserver/config/oauth2-code/service.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Singleton service factory configuration/IoC injection
singletons:
# Default decryptor implementation
- com.networknt.utility.Decryptor:
- com.networknt.decrypt.AESDecryptor
# HandlerProvider implementation
- com.networknt.handler.HandlerProvider:
- com.networknt.oauth.code.PathHandlerProvider
Expand Down
3 changes: 0 additions & 3 deletions db/sqlserver/config/oauth2-key/service.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Singleton service factory configuration/IoC injection
singletons:
# Default decryptor implementation
- com.networknt.utility.Decryptor:
- com.networknt.decrypt.AESDecryptor
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
- com.networknt.server.StartupHookProvider:
- com.networknt.oauth.cache.CacheStartupHookProvider
Expand Down
3 changes: 0 additions & 3 deletions db/sqlserver/config/oauth2-refresh-token/service.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Singleton service factory configuration/IoC injection
singletons:
# Default decryptor implementation
- com.networknt.utility.Decryptor:
- com.networknt.decrypt.AESDecryptor
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
- com.networknt.server.StartupHookProvider:
- com.networknt.oauth.cache.CacheStartupHookProvider
Expand Down
3 changes: 0 additions & 3 deletions db/sqlserver/config/oauth2-service/service.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Singleton service factory configuration/IoC injection
singletons:
# Default decryptor implementation
- com.networknt.utility.Decryptor:
- com.networknt.decrypt.AESDecryptor
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
- com.networknt.server.StartupHookProvider:
- com.networknt.oauth.cache.CacheStartupHookProvider
Expand Down
3 changes: 0 additions & 3 deletions db/sqlserver/config/oauth2-token/service.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Singleton service factory configuration/IoC injection
singletons:
# Default decryptor implementation
- com.networknt.utility.Decryptor:
- com.networknt.decrypt.AESDecryptor
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
- com.networknt.server.StartupHookProvider:
- com.networknt.oauth.cache.CacheStartupHookProvider
Expand Down
3 changes: 0 additions & 3 deletions db/sqlserver/config/oauth2-user/service.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Singleton service factory configuration/IoC injection
singletons:
# Default decryptor implementation
- com.networknt.utility.Decryptor:
- com.networknt.decrypt.AESDecryptor
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
- com.networknt.server.StartupHookProvider:
- com.networknt.oauth.cache.CacheStartupHookProvider
Expand Down
3 changes: 0 additions & 3 deletions key/src/test/resources/config/service.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Singleton service factory configuration/IoC injection
singletons:
# Default decryptor implementation
- com.networknt.utility.Decryptor:
- com.networknt.decrypt.AESDecryptor
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
- com.networknt.server.StartupHookProvider:
- com.networknt.oauth.cache.CacheStartupHookProvider
Expand Down
3 changes: 0 additions & 3 deletions provider/src/test/resources/config/service.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Singleton service factory configuration/IoC injection
singletons:
# Default decryptor implementation
- com.networknt.utility.Decryptor:
- com.networknt.decrypt.AESDecryptor
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
- com.networknt.server.StartupHookProvider:
- com.networknt.oauth.cache.CacheStartupHookProvider
Expand Down
3 changes: 0 additions & 3 deletions refresh-token/src/test/resources/config/service.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Singleton service factory configuration/IoC injection
singletons:
# Default decryptor implementation
- com.networknt.utility.Decryptor:
- com.networknt.decrypt.AESDecryptor
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
- com.networknt.server.StartupHookProvider:
- com.networknt.oauth.cache.CacheStartupHookProvider
Expand Down
3 changes: 0 additions & 3 deletions service/src/test/resources/config/service.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Singleton service factory configuration/IoC injection
singletons:
# Default decryptor implementation
- com.networknt.utility.Decryptor:
- com.networknt.decrypt.AESDecryptor
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
- com.networknt.server.StartupHookProvider:
- com.networknt.oauth.cache.CacheStartupHookProvider
Expand Down
3 changes: 0 additions & 3 deletions token/src/main/resources/config/service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ singletons:
- com.networknt.balance.RoundRobinLoadBalance
- com.networknt.cluster.Cluster:
- com.networknt.cluster.LightCluster
# Default decryptor implementation
- com.networknt.utility.Decryptor:
- com.networknt.decrypt.AESDecryptor
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
# - com.networknt.server.StartupHookProvider:
# - com.networknt.oauth.cache.CacheStartupHookProvider
Expand Down
3 changes: 0 additions & 3 deletions token/src/test/resources/config/service.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Singleton service factory configuration/IoC injection
singletons:
# Default decryptor implementation
- com.networknt.utility.Decryptor:
- com.networknt.decrypt.AESDecryptor
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
- com.networknt.server.StartupHookProvider:
- com.networknt.oauth.cache.CacheStartupHookProvider
Expand Down
Loading

0 comments on commit f9ab2b0

Please sign in to comment.