Overview

Namespaces

  • AnalyseModule
    • Models
  • BaseModule
    • Exceptions
    • Models
    • Repository
    • Services
  • DispatchModule
    • Helpers
    • Models
    • Tools
  • PredictModule
  • SearchModule

Classes

  • Authenticator
  • BaseService
  • DbService
  • Overview
  • Namespace
  • Class

Class Authenticator

Users authenticator - very simple authentication for fixed username and password (used to manage RSS channel)

Nette\Object
Extended by BaseModule\Services\Authenticator implements Nette\Security\IAuthenticator
Namespace: BaseModule\Services
Located at BaseModule/services/Authenticator.php
Methods summary
public Nette\Security\Identity
# authenticate( array $credentials )

Performs an authentication.

Performs an authentication.

Parameters

$credentials
array with username and password

Returns

Nette\Security\Identity

Throws

Nette\Security\AuthenticationException
API documentation generated by ApiGen