/libraries/joomla/user/authentication.php

Description
  • copyright: Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
  • license: GNU
Classes
Class Description
JAuthentication Authentication class, provides an interface for the Joomla authentication system
JAuthenticationResponse Authentication response class, provides an object for storing user and error details
Constants
JAUTHENTICATE_STATUS_CANCEL = 2 (line 24)

Status to indicate cancellation of authentication (unused)

  • deprecated:
JAUTHENTICATE_STATUS_FAILURE = 4 (line 30)

This is the status code returned when the authentication failed (prevent login if no success)

  • deprecated: Use JAuthentication::STATUS_FAILURE
JAUTHENTICATE_STATUS_SUCCESS = 1 (line 18)

This is the status code returned when the authentication is success (permit login)

  • deprecated: Use JAuthentication::STATUS_SUCCESS

Documentation generated on Mon, 25 Jun 2012 13:52:28 -0500 by phpDocumentor 1.4.4