Uses of Interface
com.atlassian.oauth2.scopes.api.Scope
-
Uses of Scope in com.atlassian.oauth2.scopes.api
Classes in com.atlassian.oauth2.scopes.api that implement ScopeMethods in com.atlassian.oauth2.scopes.api that return ScopeModifier and TypeMethodDescriptionWill try to get the scope from the name.Methods in com.atlassian.oauth2.scopes.api that return types with arguments of type ScopeModifier and TypeMethodDescriptionScopeResolver.getAvailableScopes()Gets the set of scopes for this productCompositeScope.getScopeAndInheritedScopes()Scope.getScopeAndInheritedScopes()Methods in com.atlassian.oauth2.scopes.api with parameters of type ScopeModifier and TypeMethodDescriptionbooleanScopesRequestCache.containsOnlyThisScope(Scope scope) Checks if the cache contains only the passed scopebooleanScopeResolver.hasScopePermission(Scope tokenScope, Scope configScope) Will check if the tokenScope has permission against the configScope If the tokenScope is higher than the configScope then this will return falseScopesRequestCache.withScopes(Scope scope, Supplier<Optional<String>> applicationNameSupplier) Applies scopes to Request cache.Constructor parameters in com.atlassian.oauth2.scopes.api with type arguments of type Scope