Object -
http
:
AuthnFilter
Representation of the Authentication filter.
Constructor
__init
(InboundAuthHandler[] | InboundAuthHandler[][] authHandlers)
- authHandlers InboundAuthHandler[] | InboundAuthHandler[][]
Methods
Fields
- authHandlers InboundAuthHandler[] | InboundAuthHandler[][]
-
An array of authentication handlers
The request filter method, which attempts to authenticate the request.
Parameters
- caller Caller
-
Caller for outbound HTTP responses
- request Request
-
An inbound HTTP request message
- context FilterContext
-
A filter context
-
Return Type
(boolean) Returns
true
if the filter succeeds. Else, returnsfalse
.
-
Return Type
(boolean)