Neos\Flow\Security\Authentication
Namespaces
Neos\Flow\Security\Authentication\ControllerNeos\Flow\Security\Authentication\EntryPointNeos\Flow\Security\Authentication\ProviderNeos\Flow\Security\Authentication\Token
Classes
The default authentication manager, which relies on Authentication Providers to authenticate the tokens stored in the security context.
The authentication provider resolver. It resolves the class name of a authentication provider based on names.
The authentication token resolver. It resolves the class name of a authentication token based on names.
Default factory for providers and tokens.
Interfaces
Contract for an authentication manager.
Contract for an authentication provider used by the AuthenticationProviderManager.
Contract for an authentication entry point
Factory contract for providers and their tokens.
Contract for an authentication token.