Skip navigation links
C R S 

C

checkAllScopes(String...) - Method in interface com.liferay.oauth2.provider.scope.ScopeChecker
Returns true if the current request has been authorized for all given scopes.
checkAnyScope(String...) - Method in interface com.liferay.oauth2.provider.scope.ScopeChecker
Returns true if the current request has been authorized for any of the given scopes.
checkScope(String) - Method in interface com.liferay.oauth2.provider.scope.ScopeChecker
Returns true if the current request has been authorized for the given scope.
com.liferay.oauth2.provider.scope - package com.liferay.oauth2.provider.scope
 

R

RequiresNoScope - Annotation Type in com.liferay.oauth2.provider.scope
Declares that a method on a JAX-RS resource does not need a scope to be authorized.
RequiresScope - Annotation Type in com.liferay.oauth2.provider.scope
Declares that a method on a JAX-RS resource may only be executed if the incoming request is authorized for the scopes given in the value of the annotation.

S

ScopeChecker - Interface in com.liferay.oauth2.provider.scope
Provides a programmatic interface for applications to check scope authorization in a JAX-RS request.
C R S 
Skip navigation links