AuthenticationProviderInterface

interface AuthenticationProviderInterface implements

2016-10-28 06:06:29
RememberMeAuthenticationProvider

class RememberMeAuthenticationProvider implements

2016-10-28 06:29:04
AnonymousAuthenticationProvider::authenticate()

TokenInterface authenticate(TokenInterface $token) Attempts to authenticate a TokenInterface object. Parameters TokenInterface $token The TokenInterface instance to authenticate Return Value TokenInterface An authenticated TokenInterface instance, never null Exceptions AuthenticationException if the authentication fails

2016-10-28 06:05:16
UserAuthenticationProvider::authenticate()

TokenInterface authenticate(TokenInterface $token) Attempts to authenticate a TokenInterface object. Parameters TokenInterface $token The TokenInterface instance to authenticate Return Value TokenInterface An authenticated TokenInterface instance, never null Exceptions AuthenticationException if the authentication fails

2016-10-28 06:36:13
UserAuthenticationProvider::supports()

bool supports(

2016-10-28 06:36:13
PreAuthenticatedAuthenticationProvider::supports()

bool supports(

2016-10-28 06:26:41
AnonymousAuthenticationProvider::supports()

bool supports(

2016-10-28 06:05:17
PreAuthenticatedAuthenticationProvider::authenticate()

TokenInterface authenticate(TokenInterface $token) Attempts to authenticate a TokenInterface object. Parameters TokenInterface $token The TokenInterface instance to authenticate Return Value TokenInterface An authenticated TokenInterface instance, never null Exceptions AuthenticationException if the authentication fails

2016-10-28 06:26:40
SimpleAuthenticationProvider::supports()

bool supports(

2016-10-28 06:32:35
RememberMeAuthenticationProvider::authenticate()

TokenInterface authenticate(TokenInterface $token) Attempts to authenticate a TokenInterface object. Parameters TokenInterface $token The TokenInterface instance to authenticate Return Value TokenInterface An authenticated TokenInterface instance, never null Exceptions AuthenticationException if the authentication fails

2016-10-28 06:29:04