Index
All Classes and Interfaces|All Packages
A
- allNeeded() - Element in annotation interface com.liferay.oauth2.provider.scope.RequiresScope
-
Returns
trueif the returned scopes inRequiresScope.value()must all be authorized.
C
- checkAllScopes(String...) - Method in interface com.liferay.oauth2.provider.scope.ScopeChecker
-
Returns
trueif the current request has been authorized for all given scopes. - checkAnyScope(String...) - Method in interface com.liferay.oauth2.provider.scope.ScopeChecker
-
Returns
trueif the current request has been authorized for any of the given scopes. - checkScope(String) - Method in interface com.liferay.oauth2.provider.scope.ScopeChecker
-
Returns
trueif the current request has been authorized for the given scope. - com.liferay.oauth2.provider.scope - package com.liferay.oauth2.provider.scope
R
- RequiresNoScope - Annotation Interface 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 Interface 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.
V
- value() - Element in annotation interface com.liferay.oauth2.provider.scope.RequiresScope
-
Returns the list of scopes requiring authorization to execute this method.
All Classes and Interfaces|All Packages