The currently authenticated user, if one exists.
Authenticate the given user and persist the authentication.
Authenticate the given user, without persisting the authentication. That is, when the lifecycle ends, the user will be unauthenticated implicitly.
Unauthenticate the current user, if one exists, and persist the change.
Unauthenticate the current user, if one exists, but do not persist the change.
Get the currently authenticated user, if one exists.
Returns true if there is a currently authenticated user.
Called when the context is created. Can be used by child-classes to do setup work.
extollo (v. latin) - to lift up, to elevate
Extollo is a free & libre application framework in TypeScript.
Security context implementation that uses the session as storage.