Object -
http
:
AuthnFilter
Representation of the Authentication filter.
Constructor
__init
(InboundAuthHandlers authHandlers)
- authHandlers InboundAuthHandlers
-
An array of authentication handlers or an array consisting of arrays of authentication handlers
Methods
Fields
- authHandlers InboundAuthHandlers
-
An array of authentication handlers or an array consisting of arrays 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
-
FilterContext
instance
-
Return Type
(boolean) A flag to indicate if the request flow should be continued(true) or aborted(false)