|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| setAuthenticationType ( $type) | |
| getAuthenticationType () | |
| setName ( $name) | |
| getName () | |
| isAuthenticated () | |
Data Fields | |
| $mName = '' | |
| $_mAuthenticationType = '' | |
Definition at line 13 of file XCube_Identity.class.php.
| __construct | ( | ) |
Definition at line 26 of file XCube_Identity.class.php.
| getAuthenticationType | ( | ) |
| getName | ( | ) |
| isAuthenticated | ( | ) |
Gets a value that indicates whether the user has been authenticated.
Reimplemented in Legacy_AnonymousIdentity, and Legacy_Identity.
Definition at line 69 of file XCube_Identity.class.php.
| setAuthenticationType | ( | $type | ) |
Sets the authentication type.
| string | $type |
Definition at line 34 of file XCube_Identity.class.php.
| setName | ( | $name | ) |
Sets a name of this object.
| $name |
Definition at line 51 of file XCube_Identity.class.php.
| $_mAuthenticationType = '' |
Definition at line 24 of file XCube_Identity.class.php.
| $mName = '' |
Definition at line 18 of file XCube_Identity.class.php.