| Modifier and Type | Method and Description |
|---|---|
AuthResource |
Authorizer.getAuthResource(String resourceType,
String resourceName)
Query auth resource.
|
abstract AuthResource |
DiscretionaryAccessController.getAuthResource(String resourceType,
String resourceName)
Get auth resource.
|
| Modifier and Type | Method and Description |
|---|---|
AuthResource |
NoOpAuthorizer.getAuthResource(String resourceType,
String resourceName) |
| Modifier and Type | Method and Description |
|---|---|
AuthResource |
DefaultAuthorizer.getAuthResource(String resourceType,
String resourceName) |
| Modifier and Type | Method and Description |
|---|---|
AuthResource |
AuthResourceDao.read(String resourceType,
String resource)
Get resource for given resource type and name.
|
| Modifier and Type | Method and Description |
|---|---|
List<AuthResource> |
AuthResourceDao.readAll(String resourceType,
String ownerId)
Get all resource for given resource type.
|
List<AuthResource> |
AuthResourceDao.readAll(String resourceType,
String action,
String ownerId,
List<String> userGroups)
Get all resource for given resource type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthResourceDao.persist(AuthResource authResource)
Persist resource in the database
|
void |
AuthResourceDao.update(AuthResource authResource)
Update resource owner in the database
|
| Modifier and Type | Method and Description |
|---|---|
AuthResource |
AuthResourceRdbmsDao.read(String resourceType,
String resourceName) |
AuthResource |
AuthResourceInMemoryDao.read(String resourceType,
String resource) |
| Modifier and Type | Method and Description |
|---|---|
List<AuthResource> |
AuthResourceRdbmsDao.readAll(String resourceType,
String ownerId) |
List<AuthResource> |
AuthResourceInMemoryDao.readAll(String resourceType,
String ownerId) |
List<AuthResource> |
AuthResourceRdbmsDao.readAll(String resourceType,
String action,
String ownerId,
List<String> userGroups) |
List<AuthResource> |
AuthResourceInMemoryDao.readAll(String resourceType,
String action,
String ownerId,
List<String> userGroups) |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthResourceRdbmsDao.persist(AuthResource authResource) |
void |
AuthResourceInMemoryDao.persist(AuthResource authResource) |
void |
AuthResourceRdbmsDao.update(AuthResource authResource) |
void |
AuthResourceInMemoryDao.update(AuthResource authResource) |
| Modifier and Type | Method and Description |
|---|---|
AuthResource |
RdbmsDacHandler.getAuthResource(String resourceType,
String resourceName) |
AuthResource |
MemoryDacHandler.getAuthResource(String resourceType,
String resourceName) |
Copyright © 2018 WSO2. All rights reserved.