Interface RequestAuthorizer
- All Known Implementing Classes:
ApplicationRequestAuthorizer
,EngineRequestAuthorizer
,RequestAuthorizer.AnnonymousAuthorizer
public interface RequestAuthorizer
The interface for request authorizers.
- Author:
- nico.rehwaldt
-
Nested Class Summary
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionAuthorize a request with the given parameters by returning a validAuthentication
.
-
Field Details
-
AUTHORIZE_ANNONYMOUS
-
-
Method Details
-
authorize
Authorize a request with the given parameters by returning a validAuthentication
.- Parameters:
parameters
-- Returns:
- a valid
Authentication
ornull
if authorization to this request has not been granted
-