| Modifier and Type | Method and Description | 
|---|---|
static ScopeAuthorization | 
ScopeAuthorization.create()
Factory method to create a Authorization provider for Oauth 2.0 scopes using the default separator  
" ". | 
static ScopeAuthorization | 
ScopeAuthorization.create(String scopeSeparator)
Factory method to create a Authorization provider for Oauth 2.0 scopes. 
 | 
static ScopeAuthorization | 
ScopeAuthorization.create(String scopeSeparator,
      String claimKey)
Factory method to create a Authorization provider for OpenID Connect scopes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ScopeAuthorization | 
ScopeAuthorization.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static ScopeAuthorization | 
ScopeAuthorization.newInstance(ScopeAuthorization arg)  | 
| Constructor and Description | 
|---|
ScopeAuthorization(ScopeAuthorization delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
ScopeAuthorization | 
ScopeAuthorization.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static ScopeAuthorization | 
ScopeAuthorization.newInstance(ScopeAuthorization arg)  | 
| Constructor and Description | 
|---|
ScopeAuthorization(ScopeAuthorization delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
ScopeAuthorization | 
ScopeAuthorization.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static ScopeAuthorization | 
ScopeAuthorization.newInstance(ScopeAuthorization arg)  | 
| Constructor and Description | 
|---|
ScopeAuthorization(ScopeAuthorization delegate)  | 
Copyright © 2023 Eclipse. All rights reserved.