Class | Description |
---|---|
AuthContextFilter |
Filter rejecting all non-HTTP requests and responses as well as log in the remote user.
|
HttpAllowOriginHeaderFilter |
Adjusts the headers of
HttpServletRequest and HttpServletResponse . |
HttpCachingHeaderFilter |
Activates caching in the
ServletResponse , if applicable. |
HttpCachingHeaderWrapper |
Wraps a
HttpServletResponse , adapting content type to support caching, if applicable. |
HttpSecurityHeadersFilter |
Rejects non-
HttpServletResponse responses and extends the header with some security settings. |
ProviderAccountFilter |
Filter rejecting every non-HTTP request and response as well as confirming that the current tenant can access the
configured Neo platform.
|
RoleFilter |
Rejects a
HttpServletRequest /HttpServletResponse pair, if the request was not send by a user of a
specified role. |
Copyright © 2018 SAP SE. All rights reserved.