Skip to content

Commit 3a56930

Browse files
committed
Update javadoc InMemoryRegisteredClientRepository
Issue spring-projectsgh-40
1 parent 57c053a commit 3a56930

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

oauth2-authorization-server/src/main/java/org/springframework/security/oauth2/server/authorization/client/InMemoryRegisteredClientRepository.java

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
/**
2626
* A {@link RegisteredClientRepository} that stores {@link RegisteredClient}(s) in-memory.
2727
*
28+
* <p>
29+
* <b>NOTE:</b> This implementation is recommended ONLY to be used during development/testing.
30+
*
2831
* @author Anoop Garlapati
2932
* @see RegisteredClientRepository
3033
* @see RegisteredClient

0 commit comments

Comments
 (0)