Class InMemoryOAuth2AuthorizationConsentService

java.lang.Object
org.springframework.security.oauth2.server.authorization.InMemoryOAuth2AuthorizationConsentService
All Implemented Interfaces:
OAuth2AuthorizationConsentService

public final class InMemoryOAuth2AuthorizationConsentService extends Object implements OAuth2AuthorizationConsentService
An OAuth2AuthorizationConsentService that stores OAuth2AuthorizationConsent's in-memory.

NOTE: This implementation should ONLY be used during development/testing.

Since:
0.1.2
See Also: