DefaultAuthenticationSuccessHandler
class DefaultAuthenticationSuccessHandler implements AuthenticationSuccessHandlerInterface
Class with the default authentication success handling logic.
Methods
onAuthenticationSuccess(Request $request, TokenInterface $token)
This is called when an interactive authentication attempt succeeds. This is called by authentication listeners inheriting from AbstractAuthenticationListener.
array
getOptions()
Gets the options.
setOptions(array $options)
Sets the options.
string
getProviderKey()
Get the provider key.
setProviderKey(string $providerKey)
Set the provider key.
Details
at line line 45
__construct(HttpUtils $httpUtils, array $options = array())
Constructor.
at line line 54
Response
onAuthenticationSuccess(Request $request, TokenInterface $token)
This is called when an interactive authentication attempt succeeds. This is called by authentication listeners inheriting from AbstractAuthenticationListener.
at line line 64
array
getOptions()
Gets the options.
at line line 74
setOptions(array $options)
Sets the options.
at line line 84
string
getProviderKey()
Get the provider key.
at line line 94
setProviderKey(string $providerKey)
Set the provider key.