AnonymousToken

class AnonymousToken extends AbstractToken AnonymousToken represents an anonymous token. Methods __construct(string $secret, string|object $user, array $roles = array()) Constructor. RoleInterface[] getRoles() Returns the user roles. from AbstractToken string getUsername() Returns the username. from AbstractToken mixed getUser() Returns a user representation. from AbstractToken setUser(mixed $user) Sets a user. from AbstractToken bool isAuthenticated() Returns whethe

Finder::create()

static Finder create() Creates a new Finder. Return Value Finder A new Finder instance

Acl::updateObjectFieldAce()

updateObjectFieldAce(int $index, string $field, int $mask, string $strategy = null) Updates an object-field-based ACE Parameters int $index string $field int $mask string $strategy if null the strategy should not be changed

ParserCacheInterface

interface ParserCacheInterface Methods save(string $key, ParsedExpression $expression) Saves an expression in the cache. ParsedExpression|null fetch(string $key) Fetches an expression from the cache. Details save(string $key, ParsedExpression $expression) Saves an expression in the cache. Parameters string $key The cache key ParsedExpression $expression A ParsedExpression instance to store in the cache ParsedExpr

AuthenticationUtils::getLastAuthenticationError()

AuthenticationException|null getLastAuthenticationError(bool $clearSession = true) Parameters bool $clearSession Return Value AuthenticationException|null

ConstraintViolation::getMessage()

string getMessage() Returns the violation message. Return Value string The violation message

JsonEncode::supportsEncoding()

bool supportsEncoding(string $format) Checks whether the serializer can encode to given format. Parameters string $format format name Return Value bool

PropertyAccessorBuilder::enableMagicCall()

PropertyAccessorBuilder enableMagicCall() Enables the use of "__call" by the PropertyAccessor. Return Value PropertyAccessorBuilder The builder object

Component\Security\Guard\Provider

Classes GuardAuthenticationProvider Responsible for accepting the PreAuthenticationGuardToken and calling the correct authenticator to retrieve the authenticated token.

RememberMeListener

class RememberMeListener implements ListenerInterface RememberMeListener implements authentication capabilities via a cookie. Methods __construct(TokenStorageInterface $tokenStorage, RememberMeServicesInterface $rememberMeServices, AuthenticationManagerInterface $authenticationManager, LoggerInterface $logger = null, EventDispatcherInterface $dispatcher = null, bool $catchExceptions = true, SessionAuthenticationStrategyInterface $sessionStrategy = null) Constructor. handle(GetRespon