| Interface | Description |
|---|---|
| BrooklynSecurityProviderFilterHelper.Responder |
| Class | Description |
|---|---|
| BrooklynSecurityProviderFilterHelper |
Provides a filter that performs authentication with the
SecurityProvider
as configured according to BrooklynWebConfig.SECURITY_PROVIDER_CLASSNAME. |
| BrooklynSecurityProviderFilterJavax | |
| BrooklynSecurityProviderFilterJersey | |
| CorsImplSupplierFilter |
Enables support for Cross Origin Resource Sharing (CORS) filtering on Apache Brooklyn REST API.
|
| CsrfTokenFilter |
Causes the server to return a "Csrf-Token" cookie in certain circumstances,
and thereafter to require clients to send that token as an "X-Csrf-Token" header on certain requests.
|
| EntitlementContextFilter | |
| HaHotCheckHelperAbstract | |
| HaHotCheckResourceFilter |
Checks that if the method or resource class corresponding to a request
has a
HaHotStateRequired annotation,
that the server is in that state (and up). |
| HaMasterCheckFilter | Deprecated
since 0.9.0.
|
| LoggingFilter |
Handles logging of request information.
|
| LoggingResourceFilter |
Logs inbound REST api calls, and their responses.
|
| NoCacheFilter | |
| RequestTaggingFilter |
Tags each request with a probabilistically unique id.
|
| RequestTaggingRsFilter |
Tags each request with a probabilistically unique id.
|
| Enum | Description |
|---|---|
| CsrfTokenFilter.CsrfTokenRequiredForRequests |
| Annotation Type | Description |
|---|---|
| HaHotStateRequired |
When a REST method (or its containing class) is marked with this annotation
requests to it will fail with a 403 response if the instance is not in MASTER
mode (or has recently switched or is still rebinding).
|