| Interface | Description |
|---|---|
| ScopeChecker |
Provides a programmatic interface for applications to check scope
authorization in a JAX-RS request.
|
| Annotation Type | Description |
|---|---|
| RequiresNoScope |
Declares that a method on a JAX-RS resource does not need a scope to be
authorized.
|
| RequiresScope |
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.
|