Interface SecurityFilterRule
- All Known Implementing Classes:
PathFilterRule
public interface SecurityFilterRule
This interface is used by the SecurityFilter to authorize incoming requests.
- Author:
- Daniel Meyer, nico.rehwaldt
-
Method Summary
Modifier and TypeMethodDescriptionAuthorize the given request and return aAuthorizationas a result.
-
Method Details
-
authorize
Authorize the given request and return aAuthorizationas a result. May returnnullif the request could not be authorized.- Parameters:
requestMethod-requestUri-- Returns:
- the authorization for the given request or
nullif the authorization for the request could not be checked
-