interface AuthenticatorManagerInterface

Methods

bool|null
supports(Request$request)

Called to see if authentication should be attempted on this request.

Response|null
authenticateRequest(Request$request)

Tries to authenticate the request and returns a response - if any authenticator set one.

Details

bool|null supports(Request$request)

Called to see if authentication should be attempted on this request.

Parameters

Request $request

Return Value

bool|null

See also

FirewallListenerInterface::supports

Response|null authenticateRequest(Request$request)

Tries to authenticate the request and returns a response - if any authenticator set one.

Parameters

Request $request

Return Value

Response|null