Class: UnknownSession
Unknown session that allows all keys
Extends
Indexable
[key
: string
]: any
Constructors
new UnknownSession()
new UnknownSession():
UnknownSession
Returns
Inherited from
Properties
changed
protected
changed:boolean
=false
Inherited from
Source
packages/core/src/utils/session.ts:140
identUsed
identUsed:
string
Ident used
Inherited from
Source
packages/core/src/utils/session.ts:152
roles
roles:
string
[]
User current roles
Inherited from
Source
packages/core/src/utils/session.ts:157
userId
userId:
string
User id
Inherited from
Source
packages/core/src/utils/session.ts:148
uuid
uuid:
string
Session uuid
Inherited from
Source
packages/core/src/utils/session.ts:144
Methods
getProxy()
getProxy():
this
Get the proxy to be able to track modification
Returns
this
Inherited from
Source
packages/core/src/utils/session.ts:196
isDirty()
isDirty():
boolean
Session is dirty and requires save
Returns
boolean
Inherited from
Source
packages/core/src/utils/session.ts:188
isLogged()
isLogged():
boolean
If session is authenticated
Returns
boolean
Inherited from
Source
packages/core/src/utils/session.ts:180
login()
login(
userId
,identUsed
):void
Login
Parameters
• userId: string
• identUsed: string
Returns
void
Inherited from
Source
packages/core/src/utils/session.ts:164
logout()
logout():
void
Logout
Returns
void