PHP Neos\Flow\Security\Authentication Namespace

Nested Namespaces

Neos\Flow\Security\Authentication\Controller
Neos\Flow\Security\Authentication\EntryPoint
Neos\Flow\Security\Authentication\Provider
Neos\Flow\Security\Authentication\Token

Interfaces

Name Description
AuthenticationManagerInterface Contract for an authentication manager.
AuthenticationProviderInterface Contract for an authentication provider used by the AuthenticationProviderManager.
EntryPointInterface Contract for an authentication entry point
TokenInterface Contract for an authentication token.

Classes

Name Description
AuthenticationProviderManager The default authentication manager, which relies on Authentication Providers to authenticate the tokens stored in the security context.
AuthenticationProviderResolver The authentication provider resolver. It resolves the class name of a authentication provider based on names.