Update javadoc InMemoryOAuth2AuthorizationService
Issue gh-43
This commit is contained in:
parent
bfb5432b46
commit
06bf391bfa
@ -27,6 +27,9 @@ import java.util.concurrent.ConcurrentHashMap;
|
|||||||
/**
|
/**
|
||||||
* An {@link OAuth2AuthorizationService} that stores {@link OAuth2Authorization}'s in-memory.
|
* 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 Krisztian Toth
|
||||||
* @author Joe Grandja
|
* @author Joe Grandja
|
||||||
* @since 0.0.1
|
* @since 0.0.1
|
||||||
|
Loading…
Reference in New Issue
Block a user