public interface ScopeProvider
| Modifier and Type | Field and Description |
|---|---|
static ScopeProvider |
instance
Shared
ScopeProvider. |
| Modifier and Type | Method and Description |
|---|---|
String |
get()
Returns the scope in the caller's context.
|
void |
reset()
Resets the scope in the caller's context.
|
void |
set(String scope)
Sets the scope in the caller's context.
|
static final ScopeProvider instance
ScopeProvider.Copyright © 2020. All Rights Reserved.