|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use org.sakaiproject.entitybroker.access | |
|---|---|
| org.sakaiproject.entitybroker | |
| org.sakaiproject.entitybroker.access | |
| org.sakaiproject.entitybroker.entityprovider.capabilities | |
| Classes in org.sakaiproject.entitybroker.access used by org.sakaiproject.entitybroker | |
|---|---|
| EntityViewAccessProviderManager
Manages all the access providers for the entity views in the system Use this to register yourself as handling the entity views for a set of entites (based on the prefix) This will be used by the entity broker to determine if anyone is handling entity views for an entity type |
|
| Classes in org.sakaiproject.entitybroker.access used by org.sakaiproject.entitybroker.access | |
|---|---|
| EntityViewAccessProvider
Represents a bean which is capable of handling access for an EntityView,
this replaces the HttpServletAccessProvider as all entity URLs are now being parsed
so more information can be provided through the EntityViewThis interface would be typically implemented from a tool (webapp) context, and registered with the EntityViewAccessProviderManager in a context loader listenerIf the implementation throws a SecurityException during the course of this method, the
access will be directed to a login page or authentication method before being redirected back to
the implementation methodIf you want to control the requests which make it through to this by format type you can optionally implement AccessFormats |
|
| HttpServletAccessProvider
Deprecated. Use EntityViewAccessProvider instead |
|
| Classes in org.sakaiproject.entitybroker.access used by org.sakaiproject.entitybroker.entityprovider.capabilities | |
|---|---|
| EntityViewAccessProvider
Represents a bean which is capable of handling access for an EntityView,
this replaces the HttpServletAccessProvider as all entity URLs are now being parsed
so more information can be provided through the EntityViewThis interface would be typically implemented from a tool (webapp) context, and registered with the EntityViewAccessProviderManager in a context loader listenerIf the implementation throws a SecurityException during the course of this method, the
access will be directed to a login page or authentication method before being redirected back to
the implementation methodIf you want to control the requests which make it through to this by format type you can optionally implement AccessFormats |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||