Class | Description |
---|---|
BrooklynPropertiesSecurityFilter |
Provides basic HTTP authentication.
|
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 |
Checks that for requests that want HA master state, the server is up and in that state.
|
LoggingFilter |
Handles logging of request information.
|
NoCacheFilter | |
RequestTaggingFilter |
Tags each request with a probabilistically unique id.
|
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).
|