dev.cheleb.ziotapir.Session
A session management interface for Laminar applications.
Type parameters
-
UserToken
-
is covariant to allow Session[SubType]. The type of the user token, which should extend dev.cheleb.ziojwt.WithToken.
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Known subtypes
-
Members list
Clear the user state. This method is used to log out the user. It should remove the token from the session and the storage.
Clear the user state. This method is used to log out the user. It should remove the token from the session and the storage.
Attributes
Get the token from the storage. Tokens are stored by issuer (the host and port of the issuer).
Get the token from the storage. Tokens are stored by issuer (the host and port of the issuer).
Attributes
This method returns true user is active.
This method returns true user is active.
Attributes
Load the user state from the storage with Same Origin issuer.
Load the user state from the storage with Same Origin issuer.
This method is used restore the session (ie: page reload).
Attributes
Load the user state from the storage.
Load the user state from the storage.
his method is used restore the session (ie: page reload).
Attributes
Save the token in the storage. Tokens are stored by issuer (the host and port of the issuer).
Save the token in the storage. Tokens are stored by issuer (the host and port of the issuer).
Attributes
Save the token in the storage. Tokens are stored by issuer (the host and port of the issuer).
Save the token in the storage. Tokens are stored by issuer (the host and port of the issuer).
Attributes