PHP Class Sulu\Bundle\SecurityBundle\Entity\BaseUser

Inheritance: extends Sulu\Bundle\CoreBundle\Entity\ApiEntity, implements Sulu\Component\Security\Authentication\UserInterface, implements Serializabl\Serializable
Afficher le fichier Open project: sulu/sulu Class Usage Examples

Protected Properties

Свойство Type Description
$apiKey string
$confirmationKey string
$email string
$enabled boolean
$id integer
$lastLogin DateTime
$locale string
$locked boolean
$password string
$passwordResetToken string
$privateKey string
$salt string
$username string

Méthodes publiques

Méthode Description
__construct ( ) Constructor.
eraseCredentials ( ) Removes the password of the user.
getApiKey ( ) : string Get apiKey.
getConfirmationKey ( ) : string Get confirmationKey.
getEmail ( ) : string Get email.
getEnabled ( )
getFullName ( ) : string
getId ( ) : integer Get id.
getLastLogin ( ) : DateTime Get lastLogin.
getLocale ( ) : string Get locale.
getLocked ( )
getPassword ( ) : string Get password.
getPasswordResetToken ( ) : string Get passwordResetToken.
getPasswordResetTokenEmailsSent ( ) : integer Get passwordResetTokenEmailsSent.
getPasswordResetTokenExpiresAt ( ) : DateTime Get passwordResetTokenExpiresAt.
getPrivateKey ( ) : string Get privateKey.
getRoles ( ) : array Returns just the default symfony user role, so that the user get recognized as authenticated by symfony.
getSalt ( ) : string Get salt.
getUsername ( ) : string Get username.
serialize ( ) : string Serializes the user just with the id, as it is enough.
setApiKey ( string $apiKey ) : self Set apiKey.
setConfirmationKey ( string $confirmationKey ) : self Set confirmationKey.
setEmail ( string $email ) : BaseUser Set email.
setEnabled ( boolean $enabled ) : self Set enabled.
setLastLogin ( DateTime $lastLogin ) : self Set lastLogin.
setLocale ( string $locale ) : self Set locale.
setLocked ( boolean $locked ) : self Set locked.
setPassword ( string $password ) : self Set password.
setPasswordResetToken ( string $passwordResetToken ) : self Set passwordResetToken.
setPasswordResetTokenEmailsSent ( integer $passwordResetTokenEmailsSent ) : BaseUser Set passwordResetTokenEmailsSent.
setPasswordResetTokenExpiresAt ( DateTime $passwordResetTokenExpiresAt ) : BaseUser Set tokenExpiresAt.
setPrivateKey ( string $privateKey ) : self Set privateKey.
setSalt ( string $salt ) : self Set salt.
setUsername ( string $username ) : self Set username.
unserialize ( string $serialized ) Constructs the object.

Method Details

__construct() public méthode

Constructor.
public __construct ( )

eraseCredentials() public méthode

Removes the password of the user.
public eraseCredentials ( )

getApiKey() public méthode

Get apiKey.
public getApiKey ( ) : string
Résultat string

getConfirmationKey() public méthode

Get confirmationKey.
public getConfirmationKey ( ) : string
Résultat string

getEmail() public méthode

Get email.
public getEmail ( ) : string
Résultat string

getEnabled() public méthode

public getEnabled ( )

getFullName() public méthode

public getFullName ( ) : string
Résultat string

getId() public méthode

Get id.
public getId ( ) : integer
Résultat integer

getLastLogin() public méthode

Get lastLogin.
public getLastLogin ( ) : DateTime
Résultat DateTime

getLocale() public méthode

Get locale.
public getLocale ( ) : string
Résultat string

getLocked() public méthode

public getLocked ( )

getPassword() public méthode

Get password.
public getPassword ( ) : string
Résultat string

getPasswordResetToken() public méthode

Get passwordResetToken.
public getPasswordResetToken ( ) : string
Résultat string

getPasswordResetTokenEmailsSent() public méthode

Get passwordResetTokenEmailsSent.

getPasswordResetTokenExpiresAt() public méthode

Get passwordResetTokenExpiresAt.
public getPasswordResetTokenExpiresAt ( ) : DateTime
Résultat DateTime

getPrivateKey() public méthode

Get privateKey.
public getPrivateKey ( ) : string
Résultat string

getRoles() public méthode

Returns just the default symfony user role, so that the user get recognized as authenticated by symfony.
public getRoles ( ) : array
Résultat array The user roles

getSalt() public méthode

Get salt.
public getSalt ( ) : string
Résultat string

getUsername() public méthode

Get username.
public getUsername ( ) : string
Résultat string

serialize() public méthode

Serializes the user just with the id, as it is enough.
public serialize ( ) : string
Résultat string The string representation of the object or null

setApiKey() public méthode

Set apiKey.
public setApiKey ( string $apiKey ) : self
$apiKey string
Résultat self

setConfirmationKey() public méthode

Set confirmationKey.
public setConfirmationKey ( string $confirmationKey ) : self
$confirmationKey string
Résultat self

setEmail() public méthode

Set email.
public setEmail ( string $email ) : BaseUser
$email string
Résultat BaseUser

setEnabled() public méthode

Set enabled.
public setEnabled ( boolean $enabled ) : self
$enabled boolean
Résultat self

setLastLogin() public méthode

Set lastLogin.
public setLastLogin ( DateTime $lastLogin ) : self
$lastLogin DateTime
Résultat self

setLocale() public méthode

Set locale.
public setLocale ( string $locale ) : self
$locale string
Résultat self

setLocked() public méthode

Set locked.
public setLocked ( boolean $locked ) : self
$locked boolean
Résultat self

setPassword() public méthode

Set password.
public setPassword ( string $password ) : self
$password string
Résultat self

setPasswordResetToken() public méthode

Set passwordResetToken.
public setPasswordResetToken ( string $passwordResetToken ) : self
$passwordResetToken string
Résultat self

setPasswordResetTokenEmailsSent() public méthode

Set passwordResetTokenEmailsSent.
public setPasswordResetTokenEmailsSent ( integer $passwordResetTokenEmailsSent ) : BaseUser
$passwordResetTokenEmailsSent integer
Résultat BaseUser

setPasswordResetTokenExpiresAt() public méthode

Set tokenExpiresAt.
public setPasswordResetTokenExpiresAt ( DateTime $passwordResetTokenExpiresAt ) : BaseUser
$passwordResetTokenExpiresAt DateTime
Résultat BaseUser

setPrivateKey() public méthode

Set privateKey.
public setPrivateKey ( string $privateKey ) : self
$privateKey string
Résultat self

setSalt() public méthode

Set salt.
public setSalt ( string $salt ) : self
$salt string
Résultat self

setUsername() public méthode

Set username.
public setUsername ( string $username ) : self
$username string
Résultat self

unserialize() public méthode

Constructs the object.
public unserialize ( string $serialized )
$serialized string The string representation of the object

Property Details

$apiKey protected_oe property

protected string $apiKey
Résultat string

$confirmationKey protected_oe property

protected string $confirmationKey
Résultat string

$email protected_oe property

protected string $email
Résultat string

$enabled protected_oe property

protected bool $enabled
Résultat boolean

$id protected_oe property

protected int $id
Résultat integer

$lastLogin protected_oe property

protected DateTime $lastLogin
Résultat DateTime

$locale protected_oe property

protected string $locale
Résultat string

$locked protected_oe property

protected bool $locked
Résultat boolean

$password protected_oe property

protected string $password
Résultat string

$passwordResetToken protected_oe property

protected string $passwordResetToken
Résultat string

$privateKey protected_oe property

protected string $privateKey
Résultat string

$salt protected_oe property

protected string $salt
Résultat string

$username protected_oe property

protected string $username
Résultat string