Package com.datahub.authentication
Class AuthenticationRequest
java.lang.Object
com.datahub.authentication.AuthenticationRequest
Request context provided to each
Authenticator to perform Authentication.
Currently, this class only hold the inbound request's headers, but could certainly be extended to contain additional information like the request parameters, body, ip, etc as needed.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AuthenticationRequest
-
AuthenticationRequest
-
-
Method Details
-
getRequestHeaders
- Returns:
- Returns a case-insensitive map of the inbound request's headers.
-