◆ fromStrings()
Set<SystemScope> org.mitre.oauth2.service.SystemScopeService.fromStrings |
( |
Set< String > |
scope | ) |
|
◆ getAll()
Set<SystemScope> org.mitre.oauth2.service.SystemScopeService.getAll |
( |
| ) |
|
◆ getById()
SystemScope org.mitre.oauth2.service.SystemScopeService.getById |
( |
Long |
id | ) |
|
◆ getByValue()
SystemScope org.mitre.oauth2.service.SystemScopeService.getByValue |
( |
String |
value | ) |
|
◆ getDefaults()
Set<SystemScope> org.mitre.oauth2.service.SystemScopeService.getDefaults |
( |
| ) |
|
◆ getReserved()
Set<SystemScope> org.mitre.oauth2.service.SystemScopeService.getReserved |
( |
| ) |
|
◆ getRestricted()
Set<SystemScope> org.mitre.oauth2.service.SystemScopeService.getRestricted |
( |
| ) |
|
◆ getUnrestricted()
Set<SystemScope> org.mitre.oauth2.service.SystemScopeService.getUnrestricted |
( |
| ) |
|
◆ remove()
void org.mitre.oauth2.service.SystemScopeService.remove |
( |
SystemScope |
scope | ) |
|
◆ removeReservedScopes()
Set<SystemScope> org.mitre.oauth2.service.SystemScopeService.removeReservedScopes |
( |
Set< SystemScope > |
scopes | ) |
|
◆ removeRestrictedAndReservedScopes()
Set<SystemScope> org.mitre.oauth2.service.SystemScopeService.removeRestrictedAndReservedScopes |
( |
Set< SystemScope > |
scopes | ) |
|
◆ save()
◆ scopesMatch()
boolean org.mitre.oauth2.service.SystemScopeService.scopesMatch |
( |
Set< String > |
expected, |
|
|
Set< String > |
actual |
|
) |
| |
◆ toStrings()
Set<String> org.mitre.oauth2.service.SystemScopeService.toStrings |
( |
Set< SystemScope > |
scope | ) |
|
◆ OFFLINE_ACCESS
final String org.mitre.oauth2.service.SystemScopeService.OFFLINE_ACCESS = "offline_access" |
|
static |
◆ OPENID_SCOPE
final String org.mitre.oauth2.service.SystemScopeService.OPENID_SCOPE = "openid" |
|
static |
◆ REGISTRATION_TOKEN_SCOPE
final String org.mitre.oauth2.service.SystemScopeService.REGISTRATION_TOKEN_SCOPE = "registration-token" |
|
static |
◆ reservedScopes
final Set<SystemScope> org.mitre.oauth2.service.SystemScopeService.reservedScopes |
|
static |
◆ RESOURCE_TOKEN_SCOPE
final String org.mitre.oauth2.service.SystemScopeService.RESOURCE_TOKEN_SCOPE = "resource-token" |
|
static |
◆ UMA_AUTHORIZATION_SCOPE
final String org.mitre.oauth2.service.SystemScopeService.UMA_AUTHORIZATION_SCOPE = "uma_authorization" |
|
static |
◆ UMA_PROTECTION_SCOPE
final String org.mitre.oauth2.service.SystemScopeService.UMA_PROTECTION_SCOPE = "uma_protection" |
|
static |
このインタフェース詳解は次のファイルから抽出されました:
- D:/AppData/OpenId/mitreid-connect/src/openid-connect-common/src/main/java/org/mitre/oauth2/service/SystemScopeService.java