PHP 클래스 eZ\Publish\Core\MVC\Symfony\Security\User\Identity

Instance can be transformed to a hash and used as an identity token.
사용 중단: since 5.4. Will be removed in 6.0. Use FOSHttpCacheBundle user context feature instead.
상속: implements eZ\Publish\SPI\User\Identity
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$hash string
$identityInfo array

공개 메소드들

메소드 설명
__construct ( )
addInformation ( array $information ) Registers several pieces of information in the identity.
getHash ( ) : string Returns the hash of the current identity (e.g. md5, sha1.
getInformation ( ) : array Returns registered information.
replaceInformation ( array $information ) Replaces the information already registered in the identity.
setInformation ( string $informationName, scalar $informationValue ) Registers an information in the identity.

보호된 메소드들

메소드 설명
resetHash ( ) Resets current hash.

메소드 상세

__construct() 공개 메소드

public __construct ( )

addInformation() 공개 메소드

Registers several pieces of information in the identity.
public addInformation ( array $information )
$information array Hash where key is the information type and value is a scalar.

getHash() 공개 메소드

..).
public getHash ( ) : string
리턴 string

getInformation() 공개 메소드

Returns registered information.
public getInformation ( ) : array
리턴 array

replaceInformation() 공개 메소드

Replaces the information already registered in the identity.
public replaceInformation ( array $information )
$information array Hash where key is the information type and value is a scalar.

resetHash() 보호된 메소드

Resets current hash.
protected resetHash ( )

setInformation() 공개 메소드

Registers an information in the identity.
public setInformation ( string $informationName, scalar $informationValue )
$informationName string
$informationValue scalar

프로퍼티 상세

$hash 보호되어 있는 프로퍼티

protected string $hash
리턴 string

$identityInfo 보호되어 있는 프로퍼티

protected array $identityInfo
리턴 array