Source for file SimpleAuthenticator.php
Documentation is available at SimpleAuthenticator.php
- 1: <?php
- 3: /**
- 4: * Nette Framework
- 5: *
- 11: */
- 15: /**
- 16: * Trivial implementation of IAuthenticator.
- 17: *
- 20: */
- 22: {
- 27: /**
- 29: */
- 31: {
- 33: }
- 37: /**
- 27: /**
- 28: * Performs an authentication against e.g. database.
- 29: * and returns IIdentity on success or throws AuthenticationException
- 30: *
- 44: */
- 46: {
- 51: // matched!
- 53: }
- 56: }
- 57: }
- 60: }
- 62: }