Session

Description

User session provider.

Methods

Name Description
getCurrentUser Returns info on the current user.
changePassword Changes password of the current user.
changeProfile Changes personal information of the current user.
changeActiveRole Changes active role of the current user.
signInInternal Sings user in to system via internal provider.
getSignInExternalForm Returns user sign-in form via external provider.
getLinkExternalLoginForm Returns login form link from external provider.
unlinkExternalLogin Unlinks from the current user login from external provider.
addClaim Adds user claim.
setSessionData Sets the current user claim.
getSessionData Gets the current user claim.
signOut Signs the current user out.

Events

Name Description
onActiveRoleChanged Sets event processor on active role change.
onSignInInternal Sets event processor on sign user in via internal provider.
onSignOut Sets event processor on sign user out.