AuthenticationProviderInterface

interface AuthenticationProviderInterface implements

2016-10-28 06:06:29
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::supports()

bool supports(

2016-10-28 06:36:13
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
RememberMeAuthenticationProvider

class RememberMeAuthenticationProvider implements

2016-10-28 06:29:04
SimpleAuthenticationProvider::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:32:35
AnonymousAuthenticationProvider::supports()

bool supports(

2016-10-28 06:05:17
LdapBindAuthenticationProvider

class LdapBindAuthenticationProvider extends

2016-10-28 06:22:27
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
SimpleAuthenticationProvider::supports()

bool supports(

2016-10-28 06:32:35