JAuthenticationResponse
Authorization response class, provides an object for storing user and error details
Located in /joomla/user/authentication.php (line 155)
JObject (Subpackage Base)
![]()
JAuthenticationResponse (Subpackage User)
fullname
$birthdate
= '' (line 225)
The End User's date of birth as YYYY-MM-DD. Any values whose representation uses fewer than the specified number of digits should be zero-padded. The length of this value MUST always be 10. If the End User user does not want to reveal any particular component of this value, it MUST be set to zero.
For instance, if a End User wants to specify that his date of birth is in 1980, but not the month or day, the value returned SHALL be "1980-00-00".
fullname
$country
= '' (line 249)
The End User's country of residence as specified by ISO3166.
email
$email
= '' (line 203)
The email address of the End User as specified in section 3.4.1 of [RFC2822]
error_message
$error_message
= '' (line 179)
The error message
fullname
$fullname
= '' (line 211)
UTF-8 string free text representation of the End User's full name.
fullname
$gender
= '' (line 233)
The End User's gender, "M" for male, "F" for female.
fullname
$language
= '' (line 257)
End User's preferred language as specified by ISO639.
password
$password
= '' (line 195)
Any UTF-8 string that the End User wants to use as a password.
fullname
$postcode
= '' (line 241)
UTF-8 string free text that SHOULD conform to the End User's country's postal system.
type
$status
= JAUTHENTICATE_STATUS_FAILURE (line 163)
Response status (see status codes)
fullname
$timezone
= '' (line 265)
ASCII string from TimeZone database
type
$type
= '' (line 171)
The type of authentication that was successful
fullname
$username
= '' (line 187)
Any UTF-8 string that the End User wants to use as a username.
Inherited Variables
Inherited from JObject
JObject::$_errors
Constructor
- string $name: The type of the response
- JObject::__construct()
- Class constructor, overridden in descendant classes.
Inherited Methods
Inherited From JObject
JObject::JObject()
JObject::__construct()
JObject::get()
JObject::getError()
JObject::getErrors()
JObject::getProperties()
JObject::getPublicProperties()
JObject::set()
JObject::setError()
JObject::setProperties()
JObject::toString()
Documentation generated on Tue, 29 Jan 2008 18:44:32 +0000 by phpDocumentor 1.3.1



