| Modifier and Type | Method and Description |
|---|---|
AuthScope |
AuthScopeStore.read(String authScopeName)
Read authScope for given scope key.
|
| Modifier and Type | Method and Description |
|---|---|
List<AuthScope> |
AuthScopeStore.readAll()
Read all authScopes.
|
| Modifier and Type | Method and Description |
|---|---|
AuthScope |
AuthScopeStoreImpl.read(String authScopeName) |
| Modifier and Type | Method and Description |
|---|---|
List<AuthScope> |
AuthScopeStoreImpl.readAll() |
| Modifier and Type | Method and Description |
|---|---|
abstract AuthScope |
AuthScopeDao.read(String scopeName)
Read scope for given scope name
|
| Modifier and Type | Method and Description |
|---|---|
abstract List<AuthScope> |
AuthScopeDao.readAll()
Read all scopes
|
| Modifier and Type | Method and Description |
|---|---|
AuthScope |
AuthScopeRdbmsDao.read(String scopeName) |
| Modifier and Type | Method and Description |
|---|---|
List<AuthScope> |
AuthScopeRdbmsDao.readAll() |
Copyright © 2018 WSO2. All rights reserved.