Class | Description |
---|---|
BrooklynPropertiesSecurityFilter |
Provides basic HTTP authentication.
|
HaHotCheckResourceFilter | |
HaMasterCheckFilter |
Checks that the request is appropriate given the high availability status of the server.
|
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).
|