Эх сурвалжийг харах

Update javadoc InMemoryOAuth2AuthorizationService

Issue gh-43
Joe Grandja 5 жил өмнө
parent
commit
06bf391bfa

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

@@ -27,6 +27,9 @@ import java.util.concurrent.ConcurrentHashMap;
 /**
  * An {@link OAuth2AuthorizationService} that stores {@link OAuth2Authorization}'s in-memory.
  *
+ * <p>
+ * <b>NOTE:</b> This implementation should ONLY be used during development/testing.
+ *
  * @author Krisztian Toth
  * @author Joe Grandja
  * @since 0.0.1