Package com.atlassian.oauth2.scopes.api
Class ScopesRequestCache.RequestCache
java.lang.Object
com.atlassian.oauth2.scopes.api.ScopesRequestCache.RequestCache
- Enclosing interface:
- ScopesRequestCache
The state of the ScopesRequestCache
-
Constructor Summary
ConstructorsConstructorDescriptionRequestCache(Collection<Permission> permissions, Supplier<Optional<String>> applicationNameSupplier) -
Method Summary
-
Constructor Details
-
RequestCache
public RequestCache() -
RequestCache
public RequestCache(Collection<Permission> permissions, Supplier<Optional<String>> applicationNameSupplier)
-
-
Method Details