You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: oauth2-authorization-server/src/main/java/org/springframework/security/oauth2/server/authorization/client/JdbcRegisteredClientRepository.java
+29-6
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,7 @@
56
56
*
57
57
* @author Rafal Lewczuk
58
58
* @author Joe Grandja
59
+
* @author Ovidiu Popa
59
60
* @since 0.1.2
60
61
* @see RegisteredClientRepository
61
62
* @see RegisteredClient
@@ -81,13 +82,23 @@ public class JdbcRegisteredClientRepository implements RegisteredClientRepositor
Copy file name to clipboardExpand all lines: oauth2-authorization-server/src/test/java/org/springframework/security/oauth2/server/authorization/client/JdbcRegisteredClientRepositoryTests.java
0 commit comments