| Package | Description |
|---|---|
| org.sakaiproject.entitybroker.access | |
| org.sakaiproject.entitybroker.entityprovider.capabilities |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AccessFormats
Indicates that entity requests can be handled for certain formats which are indicated
NOTE: By default all entity view requests go through to the available access providers: EntityViewAccessProvider or HttpServletAccessProvider if nothing is specified here
or this interface is not implemented |
interface |
AccessViews
Indicates that entity requests can be handled for certain views which are indicated
NOTE: By default all entity view requests go through to the available access providers: EntityViewAccessProvider or HttpServletAccessProvider if nothing is specified here
or this interface is not implemented |
| Modifier and Type | Method and Description |
|---|---|
EntityViewAccessProvider |
EntityViewAccessProviderManager.getProvider(String prefix)
Get an entity view access provider for a prefix if one exists
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntityViewAccessProviderManager.registerProvider(String prefix,
EntityViewAccessProvider provider)
Register a provider as handling entity view requests and delivering responses
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RequestHandler
Indicates that this entity provider will handle its own entity view requests,
this would be very unusual but it allows the entity provider itself to redirect
requests to a tool and normally would be used if there is some special circumstance only
WARNING: This will be called before any other request handling and before the access provider is called and will cause all other processing to be skipped (includes REST calls, custom actions, formatting, etc.) |
Copyright © 2003–2021 Sakai Project. All rights reserved.