Class storage_Token
Storage authentication token.
Provides full read and write access to all fields of the reference related to the authentication token via KDC.
- Core\Object implements Core\Chainable
- Core\Set implements Core\Accessor
- Core\Set\Mutable implements Core\Mutator
- Core\Field implements Core\Inquiry
- Core\Field\Mutable implements Core\Variator
- Core\Authentication_Token
- Core\Authentication\Driver\storage_Token
Package: Core\Authentication
Since: 3.0
Requires: PHP 5.3
Version: 2.0
Located at Authentication/Driver/storage.inc.php
Methods summary
public
|
|
public
mixed
|
|
public
boolean
|
#
setDataForKey( string $key, mixed $value )
Performs live-update on storage data for column assignments. |
Methods inherited from Core\Field\Mutable
offsetSet()
,
offsetUnset()
,
setDataForKeys()
,
setDataForUndefinedKey()
,
setKeyMasquerade()
,
updateMasqueradedKeys()
Methods inherited from Core\Field
getDataForKeys()
,
getDataForUndefinedKey()
,
issetDataForKey()
,
offsetExists()
,
offsetGet()
Methods inherited from Core\Set\Mutable
Methods inherited from Core\Object
__autocreateFactory()
,
__call()
,
__processParameters()
,
__toString()
,
attachMethod()
,
chain()
,
getValueForKey()
,
getValueForKeyPath()
,
getValueForUndefinedKey()
,
hash()
,
issetValueForKey()
,
setValueForKey()
,
setValueForKeyPath()
,
setValueForUndefinedKey()
,
uuid()
Constants summary
Constants inherited from Core\Object
AnyParameterType
,
AutochainParameterType
,
AutocreateParameterType
,
BooleanParameterType
,
CharParameterType
,
EnumParameterType
,
IntegerParameterType
,
RealParameterType
,
StringParameterType
,
UserParameterType
Properties summary
protected
|
$_v_proxy
Storage proxy interface to back-end user data. |
Properties inherited from Core\Authentication_Token
Properties inherited from Core\Field\Mutable
Properties inherited from Core\Field
Magic properties
public read-only
|
$proxy
Storage field result instance to access back-end user data. |