Bridge\Propel1\Security\User

Classes PropelUserProvider Provides easy to use provisioning for Propel model users.

Component\Security\Core\Authentication

Namespaces Symfony\Component\Security\Core\Authentication\ProviderSymfony\Component\Security\Core\Authentication\RememberMeSymfony\Component\Security\Core\Authentication\Token Classes AuthenticationProviderManager AuthenticationProviderManager uses a list of AuthenticationProviderInterface instances to authenticate a Token. AuthenticationTrustResolver The default implementation of the authentication trust resolver. Interfaces AuthenticationManagerInterface AuthenticationManagerIn

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

Acl

class Acl implements AuditableAclInterface, NotifyPropertyChanged An ACL implementation. Each object identity has exactly one associated ACL. Each ACL can have four different types of ACEs (class ACEs, object ACEs, class field ACEs, object field ACEs). You should not iterate over the ACEs yourself, but instead use isGranted(), or isFieldGranted(). These will utilize an implementation of PermissionGrantingStrategy internally. Methods __construct(int $id, ObjectIdentityInterface $objectIde

ValueInterface::isCaseSensitive()

bool isCaseSensitive() Returns value case sensitivity. Return Value bool

DumpTokenParser::getTag()

getTag() {@inheritdoc}