XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
XCube_Identity Class Reference
Inheritance diagram for XCube_Identity:
Legacy_AnonymousIdentity Legacy_Identity

Public Member Functions

 setAuthenticationType ( $type)
 
 getAuthenticationType ()
 
 setName ( $name)
 
 getName ()
 
 isAuthenticated ()
 

Data Fields

 $mName = ''
 
 $_mAuthenticationType = ''
 

Detailed Description

Definition at line 13 of file XCube_Identity.class.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( )

Definition at line 26 of file XCube_Identity.class.php.

Member Function Documentation

◆ getAuthenticationType()

getAuthenticationType ( )

Gets the authentication type.

Returns
string

Definition at line 42 of file XCube_Identity.class.php.

◆ getName()

getName ( )

Gets a name of this object.

Returns
string

Definition at line 60 of file XCube_Identity.class.php.

◆ isAuthenticated()

isAuthenticated ( )

Gets a value that indicates whether the user has been authenticated.

Returns
void

Reimplemented in Legacy_AnonymousIdentity, and Legacy_Identity.

Definition at line 69 of file XCube_Identity.class.php.

◆ setAuthenticationType()

setAuthenticationType ( $type)

Sets the authentication type.

Parameters
string$type

Definition at line 34 of file XCube_Identity.class.php.

◆ setName()

setName ( $name)

Sets a name of this object.

Parameters
$name

Definition at line 51 of file XCube_Identity.class.php.

Field Documentation

◆ $_mAuthenticationType

$_mAuthenticationType = ''

Definition at line 24 of file XCube_Identity.class.php.

◆ $mName

$mName = ''

Definition at line 18 of file XCube_Identity.class.php.


The documentation for this class was generated from the following file: