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

Commit 30833b6

Browse files
authored
fixes #373 update service.yml to remove reference to AESDecryptor (#374)
1 parent ef53212 commit 30833b6

File tree

45 files changed

+0
-135
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+0
-135
lines changed

authorize/src/test/resources/config/service.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Singleton service factory configuration/IoC injection
22
singletons:
3-
# Default decryptor implementation
4-
- com.networknt.utility.Decryptor:
5-
- com.networknt.decrypt.AESDecryptor
63
# HandlerProvider implementation
74
- com.networknt.handler.HandlerProvider:
85
- com.networknt.oauth.authorize.PathHandlerProvider

client/src/test/resources/config/service.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Singleton service factory configuration/IoC injection
22
singletons:
3-
# Default decryptor implementation
4-
- com.networknt.utility.Decryptor:
5-
- com.networknt.decrypt.AESDecryptor
63
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
74
- com.networknt.server.StartupHookProvider:
85
- com.networknt.oauth.cache.CacheStartupHookProvider

code/src/test/resources/config/service.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Singleton service factory configuration/IoC injection
22
singletons:
3-
# Default decryptor implementation
4-
- com.networknt.utility.Decryptor:
5-
- com.networknt.decrypt.AESDecryptor
63
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
74
- com.networknt.server.StartupHookProvider:
85
- com.networknt.oauth.cache.CacheStartupHookProvider

db/mariadb/config/oauth2-client/service.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Singleton service factory configuration/IoC injection
22
singletons:
3-
# Default decryptor implementation
4-
- com.networknt.utility.Decryptor:
5-
- com.networknt.decrypt.AESDecryptor
63
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
74
- com.networknt.server.StartupHookProvider:
85
- com.networknt.oauth.cache.CacheStartupHookProvider

db/mariadb/config/oauth2-code/service.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Singleton service factory configuration/IoC injection
22
singletons:
3-
# Default decryptor implementation
4-
- com.networknt.utility.Decryptor:
5-
- com.networknt.decrypt.AESDecryptor
63
# HandlerProvider implementation
74
- com.networknt.handler.HandlerProvider:
85
- com.networknt.oauth.code.PathHandlerProvider

db/mariadb/config/oauth2-key/service.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Singleton service factory configuration/IoC injection
22
singletons:
3-
# Default decryptor implementation
4-
- com.networknt.utility.Decryptor:
5-
- com.networknt.decrypt.AESDecryptor
63
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
74
- com.networknt.server.StartupHookProvider:
85
- com.networknt.oauth.cache.CacheStartupHookProvider

db/mariadb/config/oauth2-refresh-token/service.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Singleton service factory configuration/IoC injection
22
singletons:
3-
# Default decryptor implementation
4-
- com.networknt.utility.Decryptor:
5-
- com.networknt.decrypt.AESDecryptor
63
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
74
- com.networknt.server.StartupHookProvider:
85
- com.networknt.oauth.cache.CacheStartupHookProvider

db/mariadb/config/oauth2-service/service.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Singleton service factory configuration/IoC injection
22
singletons:
3-
# Default decryptor implementation
4-
- com.networknt.utility.Decryptor:
5-
- com.networknt.decrypt.AESDecryptor
63
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
74
- com.networknt.server.StartupHookProvider:
85
- com.networknt.oauth.cache.CacheStartupHookProvider

db/mariadb/config/oauth2-token/service.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Singleton service factory configuration/IoC injection
22
singletons:
3-
# Default decryptor implementation
4-
- com.networknt.utility.Decryptor:
5-
- com.networknt.decrypt.AESDecryptor
63
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
74
- com.networknt.server.StartupHookProvider:
85
- com.networknt.oauth.cache.CacheStartupHookProvider

db/mariadb/config/oauth2-user/service.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Singleton service factory configuration/IoC injection
22
singletons:
3-
# Default decryptor implementation
4-
- com.networknt.utility.Decryptor:
5-
- com.networknt.decrypt.AESDecryptor
63
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
74
- com.networknt.server.StartupHookProvider:
85
- com.networknt.oauth.cache.CacheStartupHookProvider

db/mysql/config/oauth2-client/service.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Singleton service factory configuration/IoC injection
22
singletons:
3-
# Default decryptor implementation
4-
- com.networknt.utility.Decryptor:
5-
- com.networknt.decrypt.AESDecryptor
63
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
74
- com.networknt.server.StartupHookProvider:
85
- com.networknt.oauth.cache.CacheStartupHookProvider

db/mysql/config/oauth2-code/service.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Singleton service factory configuration/IoC injection
22
singletons:
3-
# Default decryptor implementation
4-
- com.networknt.utility.Decryptor:
5-
- com.networknt.decrypt.AESDecryptor
63
# HandlerProvider implementation
74
- com.networknt.handler.HandlerProvider:
85
- com.networknt.oauth.code.PathHandlerProvider

db/mysql/config/oauth2-key/service.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Singleton service factory configuration/IoC injection
22
singletons:
3-
# Default decryptor implementation
4-
- com.networknt.utility.Decryptor:
5-
- com.networknt.decrypt.AESDecryptor
63
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
74
- com.networknt.server.StartupHookProvider:
85
- com.networknt.oauth.cache.CacheStartupHookProvider

db/mysql/config/oauth2-refresh-token/service.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Singleton service factory configuration/IoC injection
22
singletons:
3-
# Default decryptor implementation
4-
- com.networknt.utility.Decryptor:
5-
- com.networknt.decrypt.AESDecryptor
63
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
74
- com.networknt.server.StartupHookProvider:
85
- com.networknt.oauth.cache.CacheStartupHookProvider

db/mysql/config/oauth2-service/service.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Singleton service factory configuration/IoC injection
22
singletons:
3-
# Default decryptor implementation
4-
- com.networknt.utility.Decryptor:
5-
- com.networknt.decrypt.AESDecryptor
63
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
74
- com.networknt.server.StartupHookProvider:
85
- com.networknt.oauth.cache.CacheStartupHookProvider

db/mysql/config/oauth2-token/service.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Singleton service factory configuration/IoC injection
22
singletons:
3-
# Default decryptor implementation
4-
- com.networknt.utility.Decryptor:
5-
- com.networknt.decrypt.AESDecryptor
63
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
74
- com.networknt.server.StartupHookProvider:
85
- com.networknt.oauth.cache.CacheStartupHookProvider

db/mysql/config/oauth2-user/service.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Singleton service factory configuration/IoC injection
22
singletons:
3-
# Default decryptor implementation
4-
- com.networknt.utility.Decryptor:
5-
- com.networknt.decrypt.AESDecryptor
63
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
74
- com.networknt.server.StartupHookProvider:
85
- com.networknt.oauth.cache.CacheStartupHookProvider

db/oracle/config/oauth2-client/service.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Singleton service factory configuration/IoC injection
22
singletons:
3-
# Default decryptor implementation
4-
- com.networknt.utility.Decryptor:
5-
- com.networknt.decrypt.AESDecryptor
63
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
74
- com.networknt.server.StartupHookProvider:
85
- com.networknt.oauth.cache.CacheStartupHookProvider

db/oracle/config/oauth2-code/service.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Singleton service factory configuration/IoC injection
22
singletons:
3-
# Default decryptor implementation
4-
- com.networknt.utility.Decryptor:
5-
- com.networknt.decrypt.AESDecryptor
63
# HandlerProvider implementation
74
- com.networknt.handler.HandlerProvider:
85
- com.networknt.oauth.code.PathHandlerProvider

db/oracle/config/oauth2-key/service.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Singleton service factory configuration/IoC injection
22
singletons:
3-
# Default decryptor implementation
4-
- com.networknt.utility.Decryptor:
5-
- com.networknt.decrypt.AESDecryptor
63
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
74
- com.networknt.server.StartupHookProvider:
85
- com.networknt.oauth.cache.CacheStartupHookProvider

db/oracle/config/oauth2-refresh-token/service.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Singleton service factory configuration/IoC injection
22
singletons:
3-
# Default decryptor implementation
4-
- com.networknt.utility.Decryptor:
5-
- com.networknt.decrypt.AESDecryptor
63
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
74
- com.networknt.server.StartupHookProvider:
85
- com.networknt.oauth.cache.CacheStartupHookProvider

db/oracle/config/oauth2-service/service.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Singleton service factory configuration/IoC injection
22
singletons:
3-
# Default decryptor implementation
4-
- com.networknt.utility.Decryptor:
5-
- com.networknt.decrypt.AESDecryptor
63
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
74
- com.networknt.server.StartupHookProvider:
85
- com.networknt.oauth.cache.CacheStartupHookProvider

db/oracle/config/oauth2-token/service.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Singleton service factory configuration/IoC injection
22
singletons:
3-
# Default decryptor implementation
4-
- com.networknt.utility.Decryptor:
5-
- com.networknt.decrypt.AESDecryptor
63
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
74
- com.networknt.server.StartupHookProvider:
85
- com.networknt.oauth.cache.CacheStartupHookProvider

db/oracle/config/oauth2-user/service.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Singleton service factory configuration/IoC injection
22
singletons:
3-
# Default decryptor implementation
4-
- com.networknt.utility.Decryptor:
5-
- com.networknt.decrypt.AESDecryptor
63
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
74
- com.networknt.server.StartupHookProvider:
85
- com.networknt.oauth.cache.CacheStartupHookProvider

db/postgres/config/oauth2-client/service.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Singleton service factory configuration/IoC injection
22
singletons:
3-
# Default decryptor implementation
4-
- com.networknt.utility.Decryptor:
5-
- com.networknt.decrypt.AESDecryptor
63
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
74
- com.networknt.server.StartupHookProvider:
85
- com.networknt.oauth.cache.CacheStartupHookProvider

db/postgres/config/oauth2-code/service.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Singleton service factory configuration/IoC injection
22
singletons:
3-
# Default decryptor implementation
4-
- com.networknt.utility.Decryptor:
5-
- com.networknt.decrypt.AESDecryptor
63
# HandlerProvider implementation
74
- com.networknt.handler.HandlerProvider:
85
- com.networknt.oauth.code.PathHandlerProvider

db/postgres/config/oauth2-key/service.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Singleton service factory configuration/IoC injection
22
singletons:
3-
# Default decryptor implementation
4-
- com.networknt.utility.Decryptor:
5-
- com.networknt.decrypt.AESDecryptor
63
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
74
- com.networknt.server.StartupHookProvider:
85
- com.networknt.oauth.cache.CacheStartupHookProvider

db/postgres/config/oauth2-refresh-token/service.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Singleton service factory configuration/IoC injection
22
singletons:
3-
# Default decryptor implementation
4-
- com.networknt.utility.Decryptor:
5-
- com.networknt.decrypt.AESDecryptor
63
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
74
- com.networknt.server.StartupHookProvider:
85
- com.networknt.oauth.cache.CacheStartupHookProvider

db/postgres/config/oauth2-service/service.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Singleton service factory configuration/IoC injection
22
singletons:
3-
# Default decryptor implementation
4-
- com.networknt.utility.Decryptor:
5-
- com.networknt.decrypt.AESDecryptor
63
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
74
- com.networknt.server.StartupHookProvider:
85
- com.networknt.oauth.cache.CacheStartupHookProvider

db/postgres/config/oauth2-token/service.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Singleton service factory configuration/IoC injection
22
singletons:
3-
# Default decryptor implementation
4-
- com.networknt.utility.Decryptor:
5-
- com.networknt.decrypt.AESDecryptor
63
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
74
- com.networknt.server.StartupHookProvider:
85
- com.networknt.oauth.cache.CacheStartupHookProvider

db/postgres/config/oauth2-user/service.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Singleton service factory configuration/IoC injection
22
singletons:
3-
# Default decryptor implementation
4-
- com.networknt.utility.Decryptor:
5-
- com.networknt.decrypt.AESDecryptor
63
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
74
- com.networknt.server.StartupHookProvider:
85
- com.networknt.oauth.cache.CacheStartupHookProvider

db/sqlserver/config/oauth2-client/service.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Singleton service factory configuration/IoC injection
22
singletons:
3-
# Default decryptor implementation
4-
- com.networknt.utility.Decryptor:
5-
- com.networknt.decrypt.AESDecryptor
63
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
74
- com.networknt.server.StartupHookProvider:
85
- com.networknt.oauth.cache.CacheStartupHookProvider

db/sqlserver/config/oauth2-code/service.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Singleton service factory configuration/IoC injection
22
singletons:
3-
# Default decryptor implementation
4-
- com.networknt.utility.Decryptor:
5-
- com.networknt.decrypt.AESDecryptor
63
# HandlerProvider implementation
74
- com.networknt.handler.HandlerProvider:
85
- com.networknt.oauth.code.PathHandlerProvider

db/sqlserver/config/oauth2-key/service.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Singleton service factory configuration/IoC injection
22
singletons:
3-
# Default decryptor implementation
4-
- com.networknt.utility.Decryptor:
5-
- com.networknt.decrypt.AESDecryptor
63
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
74
- com.networknt.server.StartupHookProvider:
85
- com.networknt.oauth.cache.CacheStartupHookProvider

db/sqlserver/config/oauth2-refresh-token/service.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Singleton service factory configuration/IoC injection
22
singletons:
3-
# Default decryptor implementation
4-
- com.networknt.utility.Decryptor:
5-
- com.networknt.decrypt.AESDecryptor
63
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
74
- com.networknt.server.StartupHookProvider:
85
- com.networknt.oauth.cache.CacheStartupHookProvider

db/sqlserver/config/oauth2-service/service.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Singleton service factory configuration/IoC injection
22
singletons:
3-
# Default decryptor implementation
4-
- com.networknt.utility.Decryptor:
5-
- com.networknt.decrypt.AESDecryptor
63
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
74
- com.networknt.server.StartupHookProvider:
85
- com.networknt.oauth.cache.CacheStartupHookProvider

db/sqlserver/config/oauth2-token/service.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Singleton service factory configuration/IoC injection
22
singletons:
3-
# Default decryptor implementation
4-
- com.networknt.utility.Decryptor:
5-
- com.networknt.decrypt.AESDecryptor
63
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
74
- com.networknt.server.StartupHookProvider:
85
- com.networknt.oauth.cache.CacheStartupHookProvider

db/sqlserver/config/oauth2-user/service.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Singleton service factory configuration/IoC injection
22
singletons:
3-
# Default decryptor implementation
4-
- com.networknt.utility.Decryptor:
5-
- com.networknt.decrypt.AESDecryptor
63
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
74
- com.networknt.server.StartupHookProvider:
85
- com.networknt.oauth.cache.CacheStartupHookProvider

key/src/test/resources/config/service.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Singleton service factory configuration/IoC injection
22
singletons:
3-
# Default decryptor implementation
4-
- com.networknt.utility.Decryptor:
5-
- com.networknt.decrypt.AESDecryptor
63
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
74
- com.networknt.server.StartupHookProvider:
85
- com.networknt.oauth.cache.CacheStartupHookProvider

provider/src/test/resources/config/service.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Singleton service factory configuration/IoC injection
22
singletons:
3-
# Default decryptor implementation
4-
- com.networknt.utility.Decryptor:
5-
- com.networknt.decrypt.AESDecryptor
63
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
74
- com.networknt.server.StartupHookProvider:
85
- com.networknt.oauth.cache.CacheStartupHookProvider

refresh-token/src/test/resources/config/service.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Singleton service factory configuration/IoC injection
22
singletons:
3-
# Default decryptor implementation
4-
- com.networknt.utility.Decryptor:
5-
- com.networknt.decrypt.AESDecryptor
63
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
74
- com.networknt.server.StartupHookProvider:
85
- com.networknt.oauth.cache.CacheStartupHookProvider

service/src/test/resources/config/service.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Singleton service factory configuration/IoC injection
22
singletons:
3-
# Default decryptor implementation
4-
- com.networknt.utility.Decryptor:
5-
- com.networknt.decrypt.AESDecryptor
63
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
74
- com.networknt.server.StartupHookProvider:
85
- com.networknt.oauth.cache.CacheStartupHookProvider

token/src/main/resources/config/service.yml

-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ singletons:
1111
- com.networknt.balance.RoundRobinLoadBalance
1212
- com.networknt.cluster.Cluster:
1313
- com.networknt.cluster.LightCluster
14-
# Default decryptor implementation
15-
- com.networknt.utility.Decryptor:
16-
- com.networknt.decrypt.AESDecryptor
1714
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
1815
# - com.networknt.server.StartupHookProvider:
1916
# - com.networknt.oauth.cache.CacheStartupHookProvider

token/src/test/resources/config/service.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Singleton service factory configuration/IoC injection
22
singletons:
3-
# Default decryptor implementation
4-
- com.networknt.utility.Decryptor:
5-
- com.networknt.decrypt.AESDecryptor
63
# StartupHookProvider implementations, there are one to many and they are called in the same sequence defined.
74
- com.networknt.server.StartupHookProvider:
85
- com.networknt.oauth.cache.CacheStartupHookProvider

0 commit comments

Comments
 (0)