Explorar el Código

Update javadoc InMemoryRegisteredClientRepository

Issue gh-40
Joe Grandja hace 5 años
padre
commit
bfb5432b46

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

@@ -25,6 +25,9 @@ import java.util.concurrent.ConcurrentHashMap;
 /**
  * A {@link RegisteredClientRepository} that stores {@link RegisteredClient}(s) in-memory.
  *
+ * <p>
+ * <b>NOTE:</b> This implementation is recommended ONLY to be used during development/testing.
+ *
  * @author Anoop Garlapati
  * @see RegisteredClientRepository
  * @see RegisteredClient